[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

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


TAB_MODCOL Source code in tab_modcol.pro

TAB_MODCOL

Name
       TAB_MODCOL
Purpose
       Modify column description in a STSDAS table
Calling Sequence
       tab_modcol, tcb, column, units, format, newname
Input Parameters
       tcb - table control block
       column - column name or number to be modified
Optional Input Parameters
       units - string giving physical units for the column.
               If not supplied or set to the null string
               the units are not changed.
       format - print format (either fortran or SPP format)
               An spp format should be preceeded by a '%'.
               If not supplied or set to a null string, the
               print format for the column is not changed.
       newname - new name for the column.  If not supplied
               or set to a null string, the name is not
               changed
Example
       change the wavelength column to WAVE with a new format
       of 'F10.3' and columns units of ANGSTROMS.
          tab_modcol,tcb,'wavelength','ANGSTROMS','F10.3','WAVE'
       Change to print format of column 3 to spp format
       20.10e
          tab_modcol,tcb,3,'','%20.10e'
Revision History
       version 1  D. Lindler   Apr 1989
       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