From 7888ef96fec3ff971fab5e970a2949cbb9236632 Mon Sep 17 00:00:00 2001 From: hack Date: Thu, 20 Sep 2012 18:11:59 +0000 Subject: 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 --- doc/source/headerlet_def.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/source/headerlet_def.rst') 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 ` 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. -- cgit