ST_DISKREAD
Name
ST_DISKREAD
Purpose
Read HST FITS formatted disk files and reconstruct GEIS (STSDAS) files.
Calling Sequence
ST_DISKREAD, infiles
Input Parameter
infiles - (scalar string) input disk files to be converted into GEIS
files. Wildcards are allowed.
Files Created
GEIS files:
The GEIS file is reconstructed from each input Fits file. The
output filename is composed from the rootname of the observation
and the appropriate GEIS file extension (i.e. d0h/d, c0h/d, etc.).
Tables:
If input file is a fits table, the output is an SDAS table.
Examples
a) Reconstruct the GEIS file for disk FITS file z29i020ct*.fits.
st_diskread,'z29i020ct*.fits'
Procedures Called
ST_DISK_DATA, ST_DISK_TABLE, ST_DISK_GEIS
FTSIZE,SXPAR(),TAB_CREATE, TAB_WRITE
History
10/17/94 JKF/ACC - taken from ST_TAPEREAD.
11/02/94 JKF/ACC - added /block on open statement to
handle files with 512 bytes/record.
12/6/95 JKF/ACC - include new jitter files...replaces
st_read_jitter.pro.
03/5/96 W. Landsman, change FORRD to READU, remove Version 1
type codes, add message facility
05/20/00 W. Landsman, remove obsolete !ERR calls, new calling
sequence to FTINFO
09/2006 W. Landsman, remove obsolete keywords to OPEN
****************************************************************************
Converted to IDL V5.0 W. Landsman September 1997