[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

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


TAB_VAL Source code in tab_val.pro

TAB_VAL

Name
       TAB_VAL
Purpose
       Routine to read a column from an SDAS table file
Calling Sequence
       values = tab_val( tcb, table, column, [ rows ] )
Input Parameters
       tcb - table control block returned by tab_val
       table - table array returned by tab_val
       column - scalar column name or number
Optional Input Parameters
       rows - scalar giving row number or vector giving rows.
               If not supplied all rows are returned.
Output Parameters
       the values for the specified column (and rows) is returned
       as the function value.  If row is specified as a scalar
       (single row) then the result will be a scalar.
Revision History
       version 1  D. Lindler  Jan. 1988
       Allow for a null column Landsman/Feggans    April 1992
       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