summaryrefslogtreecommitdiff
path: root/doc/source/headerlet_def.rst
diff options
context:
space:
mode:
authorhack <hack@stsci.edu>2012-09-20 14:11:59 -0400
committerhack <hack@stsci.edu>2012-09-20 14:11:59 -0400
commit7888ef96fec3ff971fab5e970a2949cbb9236632 (patch)
tree84046e74a35474a66c32fc25fd69d83215bb42a5 /doc/source/headerlet_def.rst
parent951f43155c1d77ee7493d9903d7b69b16345964e (diff)
downloadstwcs_hcf-7888ef96fec3ff971fab5e970a2949cbb9236632.tar.gz
Added a paragraph to the FITS Conventions TSR explaining the inclusion of the TDD correction.
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@19564 fe389314-cf27-0410-b35b-8c050e845b92
Diffstat (limited to 'doc/source/headerlet_def.rst')
-rw-r--r--doc/source/headerlet_def.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/source/headerlet_def.rst b/doc/source/headerlet_def.rst
index 32a9e66..8200b83 100644
--- a/doc/source/headerlet_def.rst
+++ b/doc/source/headerlet_def.rst
@@ -31,17 +31,17 @@ All users get their copy of an image from the HST Archive (OTFR) after being pro
The WCS information in the FLT images has been updated to include the full distortion model, including the full polynomial solution from the IDCTAB and all the corrections formerly combined into the DGEOFILE. The :ref:`FITS Conventions Report <fits_conventions_tsr>` report by Dencheva contains the full description of the conventions used to describe all these components in a FITS file. The header now contains the following set of keywords and extensions to fully describe the WCS with distortion:
- * **Linear WCS keywords**: specifically, CRPIX, CRVAL, CTYPE, CD matrix keywords
- * **SIP coefficients**: A_*_* and B_*_*, A_ORDER, B_ORDER,
+* **Linear WCS keywords**: specifically, CRPIX, CRVAL, CTYPE, CD matrix keywords
+* **SIP coefficients**: A_*_* and B_*_*, A_ORDER, B_ORDER,
OCX10, OCX11, OCY10, and OCY11 keywords
- * **NPOL file**: if an NPOLFILE has been specified for the image,
+* **NPOL file**: if an NPOLFILE has been specified for the image,
CPDIS and DP record-value keywords to point to WCSDVARR extensions (FITS Distortion Paper convention)
- * **Column correction file**: if a D2IMFILE has been specified for use with the image,
+* **Column correction file**: if a D2IMFILE has been specified for use with the image,
the D2IMEXT and D2IMERR keywords signify the use of a D2IM file extension
- * **WCSDVARR extensions**: 2 extensions for each chip with lookup tables containing
+* **WCSDVARR extensions**: 2 extensions for each chip with lookup tables containing
the NPOLFILE corrections, with each extension corresponding to an axis of
the image (X correction or Y correction) (if an NPOLFILE has been applied to the image)
- * **D2IMVARR extension**: an extension with a lookup table containing the
+* **D2IMVARR extension**: an extension with a lookup table containing the
column-correction for that chip from the D2IMFILE.