[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

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


TBHELP Source code in tbhelp.pro

TBHELP

Name
       TBHELP
Purpose
       Routine to print a description of a FITS binary table header
Calling Sequence
       TBHELP, h, [TEXTOUT = ]
Input Parameters
       h - FITS header for a binary table, string array
Keyword Parameters
       TEXTOUT - scalar number (0-7) or string (file name) controling
               output device (see TEXTOPEN).  Default is TEXTOUT=1, output
               to the user's terminal
Procedure
       FITS Binary Table keywords NAXIS*,EXTNAME,TFIELDS,TTYPE*,TFORM*,TUNIT*,
       are read from the header and displayed at the terminal
       A FITS header is recognized as bein for a binary table if the keyword
       XTENSION has the value 'BINTABLE' or 'A3DTABLE'
Note
       Certain fields may be truncated in the display
System Variables
       Uses the non-standard system variables !TEXTOUT and !TEXTUNIT.   These
       are automatically defined by TBHELP if they have not been defined
       previously.
Procedures Used
       REMCHAR, SXPAR(), TEXTCLOSE, TEXTOPEN, ZPARCHECK
Revision History
       W. Landsman       February, 1991
       Parsing of a FITS binary header made more robust    May, 1992
       Added TEXTOUT keyword      August 1997
       Converted to IDL V5.0   W. Landsman   September 1997
       Define !TEXTOUT if not already present   W. Landsman  November 2002

Last modified by pro2html on 2002 November 20 at 04:44 UTC

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

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