Institut für Astronomie und AstrophysikAbteilung AstronomieSand 1, D-72076 Tübingen, Germany |
The LaTex file idl_stsdas.tex in the /text directory gives a detailed description of the IDL interface with STSDAS images and tables. This file is actually a copy of Chapter 10 in "A User's Guide to the GHRS software" available as a postscript file or as .hmtl help from http://hrssun.gsfc.nasa.gov/daf/sw_docs.html.
The procedure STSUBIM (which calls STSUB) can be used to read a subset of an STSDAS image file or to read every nth pixel in a file.
The following procedures from the FITS directory can also be used to manipulate STSDAS headers:
SXADDHIST - Add history records to a FITS or STSDAS header SXADDPAR - Add a keyword and value to a FITS or STSDAS header SXDELPAR - Delete a keyword from a FITS or STSDAS header SXPAR - Obtain the value of a keyword in a FITS or STSDAS headerThe procedure STWRT can be used to quickly write simple STSDAS images. However, STWRT does not ensure that the STSDAS files are in REAL*4 and group format. Thus files written with STWRT may not be readable in the STSDAS environment. If one is to be switching between IDL and STSDAS then the use of the SX procedures (SXOPEN, SXWRITE) is indicated. Similarly, STRD can quickly read a simple STSDAS image file but cannot be used to access multiple groups (use SXOPEN and SXREAD instead). For most purposes, STRD is superseded by IMGREAD which can access multiple groups and recognizes certain WF/PC and FOC keywords.
AFhread | Subroutine of WFPCREAD to read a GEIS header from an HST STSDAS image. |
ASTRMFIX | Calculate a rough HST WFPC or FOC astrometry solution |
CONV_STSDAS | Convert internal format of an STSDAS image to host machine architecture |
EXTGRP | Extract the group parameter information out of SXREAD output |
IMGREAD | Read a WFPC or FOC file into IDL image and data arrays |
ST_DISK_GEIS | Routine to construct GEIS files from ST FITS disk files. |
STRD | Open an STSDAS file and read into an image array and header. |
STSUB | Subroutine of STSUBIM to read a subset of a SDAS image file. |
STSUBIM | Open an STSDAS file and read a portion of the file into an array. |
STWRT | Write a STSDAS header and/or 2-D array to disk (without groups!) |
SXGINFO | Return information on all group parameters in an STSDAS header. |
SXGPAR | Obtain group parameter value in SDAS/FITS file |
SXGREAD | Read group parameters from a Space Telescope STSDAS image file |
SXHCOPY | Copies selected portions of one header to another |
SXHEDIT | Routine to interactively edit an STSDAS header on disk. |
SXHMAKE | Create a basic STSDAS header file from an IDL data array |
SXHREAD | Procedure to read a STSDAS header from disk. |
SXHWRITE | Procedure to write an STSDAS or FITS header to disk as a *.hhh file. |
SXMAKE | Create a basic ST header file from an IDL array prior to writing data. |
SXOPEN | Open a Space Telescope formatted (STSDAS) header file. |
SXREAD | Read a Space Telescope STSDAS image file |
SXWRITE | Write a group of data and parameters in ST format to a STSDAS data file. |
WFPCREAD | Read designated header and chip of a WFPC1 image |
[Home Page] [Software, Documentation] [IDL Documentation] [Quick Reference] [Feedback]