Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1556
News FAQ
Search Home


next up previous
Next: Requirements Up: No Title Previous: No Title

Introduction

This document discusses the design and implementation of coordinate systems for images in AIPS++. Loosely speaking, an AIPS++ ``image'' has a regularity which allows that coordinates do not need to be stored with each pixel. In this sense, images differ from the more general data structure, such as that used for uv-data, for which coordinates must be stored for every data element.

Another property of an AIPS++ image is that of interpolability - adjacent pixels are related to one another in such a way that it makes sense to interpolate a value between them. This is not a property possessed by ``IF'', ``polarization'', or ``source id'' axes, which may instead be regarded as multi-valued pixels (polarization), or lists of images (IF, and source id). These may produce regular data structures which are superficially similar to an image, but some part of the ``coordinate'' information would be stored in the descriptor for the pixel values or list elements as the case may be.

In a simple view of a coordinate system, part of an image's regularity may be seen as arising from the data elements, or pixels, being separated by integral multiples of some fundamental increment in each of its N axes. This is the model adopted by FITS; each axis of an N-dimensional image has a coordinate reference pixel, the coordinate value at that pixel, and a coordinate increment. An additional parameter may also be used to describe a rotation of coordinates although this is not rigorously defined. In this model, non-orthogonal pairs of coordinate axes, such as right ascension and declination in a polar projection, are treated as special instances of the simple case.

However, the FITS view of coordinate systems sits uncomfortably with non-linear coordinates in 1-dimension, such as might arise from frequency-velocity axes, logarithmic axes, and so on. The, difficulties are compounded by pairs, triples, or higher aggregations of dependent axes, as might arise from most conventional map projections of celestial coordinates. In fact, the FITS methodology cannot handle a general linear transformation of a set of ``orthogonal'' linear axes.

It is worth discussing the various shades of intergradation between what is considered to be a regular image, and the general data structure characterized by uv data.

Between these extremes there exists a wide range of possibilities in which the mapping function may be partly separable, and need be expressible only partly via lookup tables.


next up previous
Next: Requirements Up: No Title Previous: No Title
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2006-10-15