2.6 STIS Coordinate Systems
2.6.1 Spacecraft, User, and Aperture Frames
References to multiple coordinate systems appear in the headers of STIS data.
The three coordinate systems of interest are the:
- Vehicle Frame (V1, V2, V3): The right-handed coordinate system for the telescope, with V1 pointing in the direction the telescope is looking.
- User Frame (Xuser, Yuser): This is the frame, aligned with the detector.
- Aperture Frame (Xaperture, Yaperture): This frame is aligned with the slit. POS-TARG movements are aligned with the aperture frame.
The angles associated with these frames that appear in the headers of STIS data files are:
PA_V3
: The position angle of the V3 axis; the angle from North towards East to V3, measured at the center of the HST focal plane (in the _spt header).ROLL_AVG
: The average angle from North towards East to V3, measured at the position of the STIS field in the HST focal plane (in the _jit header, computed).PA_APER
: The angle from North through East to Yaperture measured at the aperture reference (in the science header).PA_V3
-PA_APER
is either 225 or -135 degrees, with small variations (a few tenths of a degree).ORIENTAT
: The angle from North through East to Yuser measured at the aperture reference (in science header). It can differ fromPA_APER
by up to ~1.5 degrees (e.g., for the long slits with offset occulting bars). Note that this is not the same angle as the ORIENT specified in Phase II, which gives the position angle of the U3 axis, where U3 = -V3. For further information on slit orientation while planning STIS observations, see Figure 3.2 and “Fixing Orientation on the Sky” in Section 11.4 of the STIS Instrument Handbook.
2.6.2 CCD Binned Pixel and Sub-array Coordinates
The STIS CCD detector supports on-chip binning by factors of 2 and 4 in each dimension. This option was often used early in the operational life of the instrument to increase the signal-to-noise for faint targets, but became less favorable as the number of hot pixels increased over time. The readout of subarrays, with less than the full dimension in Y, is also supported to reduce the readout time. These modes are discussed in Section 11.1.1 .
Reference files for the CCD use unbinned full-frame coordinates (X_\mathrm{ref}, Y_\mathrm{ref}) after overscan trimming. The coordinates in a trimmed science image (X, Y) are related to these reference coordinates by values given in keywords in the primary header:
\begin{align} X &= (X_\mathrm{ref} \times \mathtt{LTM1\_1}) + \mathtt{LTV1}\\ Y &= (Y_\mathrm{ref} \times \mathtt{LTM2\_2}) + \mathtt{LTV2} \end{align} |
Table 2.10 gives examples of coordinates and conversion parameters for datasets with different binnings (BINAXIS1, BINAXIS2) and array size (NAXIS1, NAXIS2). The image coordinates of the reference pixel (CRPIX1, CRPIX2) are near the center of the image.
Table 2.10: Coordinates and Conversion Parameters for Example Binned Data
Image Type: File | NAXIS1 | CRPIX1 | BINAXIS1 | LTM1_1 | LTV1 |
---|---|---|---|---|---|
1x1 full array: | 1024 | 517.90 | 1 | 1.00 | 0.00 |
2x1 full array: | 511 | 258.70 | 2 | 0.50 | -0.25 |
1x1 subarray: |
|
|
|
|
|
Image Type: File | NAXIS2 | CRPIX2 | BINAXIS2 | LTM2_2 | LTV2 |
1x1 full array: | 1024 | 516.67 | 1 | 1.00 | 0.00 |
2x1 full array: | 1024 | 516.67 | 1 | 1.00 | 0.00 |
1x1 subarray: |
|
|
|
|
|