idlastro / FITS ASCII & Binary Table I/O: TBSIZE

[Source code]

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