[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

Sand 1, D-72076 Tübingen, Germany
New Address!   --   Neue Adresse!
[Uni logo]


TBDELCOL Source code in tbdelcol.pro

TBDELCOL

Name
       TBDELCOL
Purpose
       Delete a column of data from a FITS binary table
Calling Sequence
       TBDELCOL, h, tab, name
Parameters
       h,tab - FITS binary table header and data array.  H and TAB will
               be updated with the specified column deleted
Input Parameters
       name - Either (1) a string giving the name of the column to delete
                       or (2) a scalar giving the column number to delete
Example
       Delete the column "FLUX" from FITS binary table
       IDL> TBDELCOL, H, TAB, 'FLUX'
Procedures Used
       SXADDPAR, TBINFO, TBSIZE
Revision History
       Written   W. Landsman        STX Co.     August, 1988
       Adapted for IDL Version 2, J. Isensee, July, 1990
       Use new structure returned by TBINFO,  August, 1997
       Converted to IDL V5.0   W. Landsman   September 1997
       Use SIZE(/TNAME) instead of DATATYPE()   October 2001

Last modified by pro2html on 2001 October 30 at 04:34 UTC

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

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