[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

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


FTHELP Source code in fthelp.pro

FTHELP

Name
       FTHELP
Purpose
       Routine to print a description of a FITS ASCII table extension
Calling Sequence
       FTHELP, H, [ TEXTOUT = ]
Input Parameters
       H - FITS header for ASCII table extension, string array
Keyword Parameters
       TEXTOUT - scalar number (0-7) or string (file name) determining
               output device (see TEXTOPEN).  Default is TEXTOUT=1, output
               to the user's terminal
Note
       FTHELP checks that the keyword XTENSION  equals 'TABLE' in the FITS
               header.
System Variables
       Uses the non-standard system variables !TEXTOUT and !TEXTUNIT
       which must be defined (e.g. with ASTROLIB) prior to compilation.
Procedures Used
       REMCHAR, SXPAR(), TEXTOPEN, TEXTCLOSE, ZPARCHECK
Revision History
       version 1  W. Landsman  Jan. 1988
       Add TEXTOUT option, cleaner format  W. Landsman   September 1991
       TTYPE value can be longer than 8 chars,  W. Landsman  August 1995
       Converted to IDL V5.0   W. Landsman   September 1997
       Remove calls to !ERR, some vectorization  W. Landsman  February 2000

Last modified by pro2html on 2001 April 26 at 03:12 UTC

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

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