[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

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


SXGREAD Source code in sxgread.pro

SXGREAD

Name
       SXGREAD
Purpose
       Read group parameters from a Space Telescope STSDAS image file
Calling Sequence
       grouppar = sxgread( unit, group )
Input Parameters
       UNIT   = Supply same unit as used in SXOPEN.
       GROUP  =  group number to read.  if omitted, read first group.
               The first group is number 0.
Output Parameters
       GROUPPAR  =  parameter values from fits group parameter block.
               It is a byte array which may contain multiple data types.
               The function SXGPAR can be used to retrieve values from it.
Common Blocks
       Uses IDL Common STCOMMN to access parameters.
Side Effects
       IO is performed.
Revision History
       WRITTEN, Don Lindler, July, 1 1987
       MODIFIED, Don Neill, Jan 11, 1991 - derived from sxread.pro
       Converted to IDL V5.0   W. Landsman   September 1997

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

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

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