[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

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


FXBFINISH Source code in fxbfinish.pro

FXBFINISH

Name
       FXBFINISH
Purpose
       Close a FITS binary table extension file opened for write.
Explanation
       Closes a FITS binary table extension file that had been opened for
       write by FXBCREATE.
Calling Sequence
       FXBFINISH, UNIT
Input Parameters
       UNIT    = Logical unit number of the file.
Optional Input Parameters
       None.
Output Parameters
       None.
Optional Output
       None.
Keyword Parameters
       ERRMSG  = If defined and passed, then any error messages will be
                 returned to the user in this parameter rather than
                 depending on the MESSAGE routine in IDL.  If no errors are
                 encountered, then a null string is returned.  In order to
                 use this feature, ERRMSG must be defined first, e.g.
                       ERRMSG = ''
                       FXBFINISH, ERRMSG=ERRMSG, ...
                       IF ERRMSG NE '' THEN ...
Procedures Used
       None.
Common Blocks
       Uses common block FXBINTABLE--see "fxbintable.pro" for more
       information.
Restrictions
       The file must have been opened with FXBCREATE, and written with
       FXBWRITE.
Side Effects
       Any bytes needed to pad the file out to an integral multiple of 2880
       bytes are written out to the file.  Then, the file is closed.
Category
       Data Handling, I/O, FITS, Generic.
History
       W. Thompson, Jan 1992.
       W. Thompson, Feb 1992, modified to support variable length arrays.
       W. Thompson, Feb 1992, removed all references to temporary files.
Author
       William Thompson, GSFC, January 1992.
Revision History
       Version 1, William Thompson, GSFC, 12 April 1993.
               Incorporated into CDS library.
       Version 2, William Thompson, GSFC, 21 July 1993.
               Fixed bug with variable length arrays.
       Version 3, William Thompson, GSFC, 31 May 1994
               Added ERRMSG keyword.
       Version 4, William Thompson, GSFC, 23 June 1994
               Modified so that ERRMSG is not touched if not defined.
Version
       Version 4, 23 June 1994
       Converted to IDL V5.0   W. Landsman   September 1997

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

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

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