[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

Sand 1, D-72076 Tübingen, Germany
[Uni logo]


FITS_HELP Source code in fits_help.pro

FITS_HELP

Name
       FITS_HELP
Purpose
       To print a summary of the primary data units and extensions in a
       FITS file.
;
Calling Sequence
       FITS_HELP,filename_or_fcb
Input Parameters
       FILENAME_OR_FCB - name of the fits file or the FITS Control Block (FCB)
               returned by FITS_OPEN.     For versions since V5.3, the
               file name is allowed to be gzip compressed (with a .gz
               extension)
Output Parameters
       a summary of the fits file is printed.
Example
       FITS_HELP,'myfile.fits'
       FITS_OPEN,'anotherfile.fits',fcb
       FITS_HELP,fcb
Procedures Used
       FITS_OPEN, FITS_CLOSE
Revision History
       Written by:     D. Lindler      August, 1995
       Converted to IDL V5.0   W. Landsman   September 1997
       Don't truncate EXTNAME values at 10 chars  W. Landsman Feb. 2005

Last modified by pro2html on 2005 February 02 at 04:57 UTC

[Home Page] [Software, Documentation] [IDL Documentation] [Quick Reference] [Feedback]

Jörn Wilms (wilms@astro.uni-tuebingen.de)
Updated automatically