[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

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


TABLE_LIST Source code in table_list.pro

TABLE_LIST

Name
       TABLE_LIST
Purpose
       List the contents of an STSDAS table.
Explanation
       Procedure to list contents of an STSDAS table.  This does not
       print the table in tabular form but instead for each row
       prints the column name followed by its value (one column per
       output line.
Calling Sequence
       table_list, name, row1, row2, [ TEXTOUT=, /HEADER ]
Input Parameters
       name - table name
Keyword Parameters
       TEXTOUT  - Scalar string giving output file name, or integer (1-5)
               specifying output device.   See TEXTOPEN for more info.
               Default is to display output at the terminal
       HEADER - if set, the header is printed before the selected row printout
Optional Input Parameters
       row1 - first row to list (default = first row)
       row2 - last row to list (default = last row)
Output Parameters
       text output is written to the output device specified by the TEXTOUT
       keyword, or the nonstandard system variable !TEXTOUT
Procedures Used
       TAB_COL, TAB_READ, TAB_SIZE, TAB_VAL(), TEXTOPEN, TEXTCLOSE
Revision History
       version 1  D. Lindler   May 1989
       July 1996, DJL, added /header keyword to optionally print header
       August 1996, WBL, added TEXTOUT keyword
       Converted to IDL V5.0   W. Landsman   September 1997

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

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

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