[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

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


FXBFINDLUN() Source code in fxbfindlun.pro

FXBFINDLUN()

Name
       FXBFINDLUN()
Purpose
       Find logical unit number UNIT in FXBINTABLE common block.
Explanation
       Finds the proper index to use for getting information about the logical
       unit number UNIT in the arrays stored in the FXBINTABLE common block.
       Called from FXBCREATE and FXBOPEN.
Calling Sequence
       Result = FXBFINDLUN( UNIT )
Input Parameters
       UNIT    = Logical unit number.
Optional Input Parameters
       None.
Output Parameters
       The result of the function is an index into the FXBINTABLE common
       block.
Optional Output
       None.
Keyword Parameters
       None.
Procedures Used
       None.
Common Blocks
       Uses common block FXBINTABLE--see "fxbintable.pro" for more
       information.
Restrictions
       None.
Side Effects
       If UNIT is not found in the common block, then it is added to the
       common block.
Category
       Data Handling, I/O, FITS, Generic.
History
       William Thompson, Feb. 1992.
Author
       William Thompson, GSFC, February 1992.
Revision History
       Version 1, William Thompson, GSFC, 12 April 1993.
               Incorporated into CDS library.
       Version 2, William Thompson, GSFC, 21 July 1993.
               Added DHEAP variable to fix bug with variable length arrays.
       Version 3, Michael Schubnell, University of Michigan, 22 May 1996
               Change N_DIMS from short to long integer.
Version
       Version 3, 22 May 1996
       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