next up previous contents
Next: IDL astronomical library and Up: Notes about FITS files: Previous: Notes about FITS files:

FITS world coordinates system

The term FITS stands for Flexible Image Transport System. It allows a user to store data (here an image) and some ancillary parameters (i.e. comments, or astrometry informations of an image) in a file. The ancillary parameters are stored in the top part, the so-called ``header'' of the FITS file. This header is an ASCII text and can be viewed using the commands ``more'' in UNIX or ``type'' in VMS. The actual data is stored in a binary format just after the header. The basic advantage of the FITS file format is that it is or it is supposed to be a stardard. In the extensive tests that we performed using FITS image files from several radio and optical telescopes, we never encountered problems with the image data but only with the astrometry infomation stored in the FITS header. The coordinate unit is the decimal degree. The header stores the coordinates RA and DEC of a specified point of the image (called the reference pixel) in two variables CRPIX1, CRPIX2, as follows:

CTYPE1  = 'RA---TAN'           / first parameter RA  ,  projection TANgential
CTYPE2  = 'DEC--TAN'           / second parameter DEC,  projection TANgential
CRVAL1  =              202.473 / Reference pixel value
CRVAL2  =              47.1967 / Reference pixel value
CRPIX1  =              150.500 / Reference pixel
CRPIX2  =              150.500 / Reference pixel
EQUINOX =              2000.00 /Equinox of coordinates

It also contains the ``roll'' of the image. There are several ways to do that, some official and some not :

In all previous cases the projection method can be different from tangential (TAN). Often in radio images one finds the sinus (SIN) projection.


next up previous contents
Next: IDL astronomical library and Up: Notes about FITS files: Previous: Notes about FITS files:

Vassilis CHARMANDARIS
Thu Apr 16 16:25:31 MET DST 1998