[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

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


FXBTDIM() Source code in fxbtdim.pro

FXBTDIM()

Name
       FXBTDIM()
Purpose
       Parse TDIM-like kwywords.
Explanation
       Parses the value of a TDIM-like keyword (e.g. TDIMnnn, TDESC, etc.) to
       return the separate elements contained within.
Calling Sequence
       Result = FXBTDIM( TDIM_KEYWORD )
Input Parameters
       TDIM_KEYWORD    = The value of a TDIM-like keyword.  Must be a
                         character string of the form "(value1,value2,...)".
                         If the parentheses characters are missing, then the
                         string is simply returned as is, without any further
                         processing.
Optional Input Parameters
       None.
Output Parameters
       The result of the function is a character string array containing the
       values contained within the keyword parameter.  If a numerical result
       is desired, then simply call, e.g.
               Result = FIX( FXBTDIM( TDIM_KEYWORD ))
Optional Output
       None.
Keyword Parameters
       None.
Procedures Used
       GETTOK
Common Blocks
       None.
Restrictions
       The input parameter must have the proper format.  The separate values
       must not contain the comma character.  TDIM_KEYWORD must not be an
       array.
Side Effects
       None.
Category
       Data Handling, I/O, FITS, Generic.
History
       William Thompson, Jan. 1992.
       William Thompson, Jan. 1993, renamed to be compatible with DOS
               limitations.
Author
       William Thompson, GSFC, January 1992.
Revision History
       Version 1, William Thompson, GSFC, 12 April 1993.
               Incorporated into CDS library.
Version
       Version 1, 12 April 1993.
       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