Institut für Astronomie und AstrophysikAbteilung AstronomieSand 1, D-72076 Tübingen, GermanyNew Address! -- Neue Adresse! |
TBDELCOL
Delete a column of data from a FITS binary table
TBDELCOL, h, tab, name
h,tab - FITS binary table header and data array. H and TAB will be updated with the specified column deleted
name - Either (1) a string giving the name of the column to delete or (2) a scalar giving the column number to delete
Delete the column "FLUX" from FITS binary table IDL> TBDELCOL, H, TAB, 'FLUX'
SXADDPAR, TBINFO, TBSIZE
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
[Home Page] [Software, Documentation] [IDL Documentation] [Quick Reference] [Feedback]