TBSIZE
Name
TBSIZE
Purpose
Procedure to return the size of a FITS binary table.
Calling Sequence
tbsize, h, tab, ncols, nrows, tfields, ncols_all, nrows_all
Inputs
h - FITS table header
tab - FITS table array
Outputs
ncols - number of characters per row in table
nrows - number of rows in table
tfields - number of fields per row
ncols_all - number of characters/row allocated (size of tab)
nrows_all - number of rows allocated
Procedures Used
SXPAR()
History
D. Lindler July, 1987
Converted to IDL V5.0 W. Landsman September 1997
Remove obsolete !ERR call W. Landsman May 2000