[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

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


TABLE_EXT Source code in table_ext.pro

TABLE_EXT

Name
       TABLE_EXT
Purpose
       Routine to extract columns from an STSDAS table
Calling Sequence
       TABLE_EXT, name, columns, v1, [v2,v3,v4,v5,v6,v7,v8,v9]
Input Parameters
       name - table name, scalar string
       columns - table columns to extract.  Can be either
               (1) String with names separated by commas
               (2) Scalar or vector of column numbers
Output Parameters
       v1,...,v9 - values for the columns
Example
       Read wavelength and throughput vectors from STSDAS table, wfpc_f725.tab
       IDL> table_ext,'wfpc_f725.tab','wavelength,throughput',w,t
               or
       IDL> table_ext,'wfpc_f725.tab',[1,2],w,t
Procedures Used
       GETTOK(), TAB_READ, TAB_VAL()
Revision History
       version 1  D. Lindler  May 1989
       Accept Column Numbers as well as names, W. Landsman  February 1996
       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