[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

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


TBSIZE Source code in tbsize.pro

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
Input Parameters
       h - FITS table header
       tab - FITS table array
Output Parameters
       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()
Revision History
       D. Lindler  July, 1987
       Converted to IDL V5.0   W. Landsman   September 1997
       Remove obsolete !ERR call   W. Landsman   May 2000

Last modified by pro2html on 2001 April 26 at 03:13 UTC

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

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