| tamode | stsdas.hst_calib.hrs.z_calib | tamode |
tamode -- Analyze GHRS target acquisition field map.
tamode input aperture table tabstat
This routine will analyze the results of an GHRS target acquisition field map. It will create an output table, or append to an existing table. the following information about the map image:
o The left and right edge positions, computed as the position where the flux is 1/2 the maximum flux in the X-profile of the image (computed by summing all image lines).
o The upper and lower edge positions in the Y-profile (computed by summing all samples in each line).
o The X-center (the midpoint between the left and right edges).
o The Y-center (the midpoint between the upper and lower edges).
o The X- and Y-centroid of the image.
o The X and Y centers (computed by cross-correlation of the X and Y profiles with templates of user-specified widths).
o The area of the image computed as:
('RIGHT_EDGE' - 'LEFT_EDGE') * ('LOWER_EDGE' - 'UPPER_EDGE')
o The total flux in the image.
Optionally, the program will add the positions of the spectral calibration lamp apertures (computed by the GHRS on-board software) to the output table.
The X and Y coordinate system is in deflection units, giving the position viewed by the upper left focus diode.
'APERTURE' - Aperture name (char*3).
'LEFT_EDGE' - Location of the left edge (double).
'RIGHT_EDGE' - Location of right edge (double).
'UPPER_EDGE' - Upper edge location (double).
'LOWER_EDGE' - Lower edge location (double).
'X_CENTER' - Center computed from edges (or on-board
deflection calibration of SC1 and SC2) (double).
'Y_CENTER' - Center computed from edges or the on-board
deflection calibration (double).
'X_CENTROID' - Centroid in the X-direction (double).
'Y_CENTROID' - Centroid in the Y-direction (double).
'X_CROSSCOR' - Center in X from cross-correlation (double).
'Y_CROSSCOR' - Center in Y from cross-correlation (double).
'AREA' - Area of aperture computed from edge positions.
'FLUX' - Total flux in the image.
'TIME' - Spacecraft packet time for the map (char*24).
1. Compute the aperture parameters for the small science aperture using the image mapssa. Also include the SC1 and SC2 locations from the on-board deflection calibration.
hr> tamode mapssa "SSA" results.tab "write"
2. Append results for the large aperture to the previously created table. Do not include the deflection calibration results.
hr> tamode maplsa "LSA" results.tab "append" defcal=no
For assistance using this or any other tasks, please contact help@stsci.edu or call the help desk at 410-338-1082.