[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

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


DBVAL Source code in dbval.pro

DBVAL

Name
       DBVAL
Purpose
       procedure to extract value(s) of the specified item from
       a data base file entry.
Calling Sequence
       result = dbval( entry, item )
Input Parameters
       entry - byte array containing the entry, or a scalar entry number
       item - name (string) or number (integer) of the item
Output Parameters
       the value(s) will be returned as the function value
Example
       Extract a flux vector from entry 28 of the database FARUV
       ==> flux = dbval(28,'FLUX')
Revision History
   version 2  D. Lindler Nov, 1987     (new db format)
       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