[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

Waldhäuser Str. 64, D-72076 Tübingen, Germany
[Uni logo]


FTAB_HELP Source code in ftab_help.pro

FTAB_HELP

Name
       FTAB_HELP
Purpose
       Describe the columns of a FITS binary or ASCII table extension.
Calling Sequence
       FTAB_HELP, filename, [ EXTEN_No = , TEXTOUT= ]
               or
       FTAB_HELP, fcb, [EXTEN_No=, TEXTOUT= ]
Input Parameters
       filename - scalar string giving name of the FITS file.
       fcb - FITS control block returned by a previous call to FITS_OPEN
Keyword Parameters
       EXTEN_NO - integer scalar specifying which FITS extension to read.
               Default is to display the first FITS extension.
       TEXTOUT - scalar number (0-7) or string (file name) determining
               output device (see TEXTOPEN).  Default is TEXTOUT=1, output
               to the user's terminal
Example
       Describe the columns in the second extension of a FITS file spec.fits
       and write the results to a file 'spec2.lis'
       IDL> ftab_help,'spec.fits',exten=2,t='spec2.lis'
System Variables
       Uses the non-standard system variables !TEXTOUT and !TEXTUNIT
       which must be defined (e.g. with ASTROLIB) before compilation
Procedures Used
       FITS_READ, FITS_CLOSE, FITS_OPEN, FTHELP, TBHELP, TEXTOPEN, TEXTCLOSE
Revision History
       version 1  W. Landsman    August 1997
       Converted to IDL V5.0   W. Landsman   September 1997
       Corrected documentation W. Landsman   September 1997
       Don't call fits_close if fcb supplied W. Landsman May 2001

Last modified by pro2html on 2001 August 07 at 09:43 UTC

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

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