FTCREATE
Name
FTCREATE
Purpose
Create a new (blank) FITS ASCII table and header with specified size.
Calling Sequence
ftcreate, maxcols, maxrows, h, tab
Inputs
maxcols - number of character columns allocated, integer scalar
maxrows - maximum number of rows allocated, integer scalar
Outputs
h - minimal FITS Table extension header, string array
Optional Output
tab - empty table, byte array
History
version 1 D. Lindler July. 87
Converted to IDL V5.0 W. Landsman September 1997
Make table creation optional, allow 1 row table, add comments to
required FITS keywords W. Landsman October 2001