FITS header and image reading and writing subroutines, including some
FITS table support.
(Changed from fitsio.c in version 2.4, 6 August 1998)
fitswcs.c
GetWCSFITS( ) returns a WCS structure used by wcs.c subroutines from a FITS
or IRAF .imh image, reading only the header.
DelWCSFITS( ) deletes standard WCS keywords from the image header.
imio.c
Subroutines to read and write values into arbitrarily-typed 2D
image arrays.
imhfile.c
IRAF header and image reading and writing subroutines. IRAF headers
are converted to FITS headers for use by other programs and can be
derived from FITS headers for writing. Both version 1 (IRAF2.10.4 and
earlier) and version 2 (IRAF 2.11 and later) .imh files are supported
for both reading and writing.
(Changed from imhio.c in version 2.4, 6 August 1998)