From 240dbc501a1e774145180dbe291f3206650112f2 Mon Sep 17 00:00:00 2001 From: dencheva Date: Tue, 12 Oct 2010 21:24:58 +0000 Subject: Added npol tsr git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@10530 fe389314-cf27-0410-b35b-8c050e845b92 --- doc/source/npol_append.rst | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 doc/source/npol_append.rst (limited to 'doc/source/npol_append.rst') diff --git a/doc/source/npol_append.rst b/doc/source/npol_append.rst new file mode 100644 index 0000000..5482745 --- /dev/null +++ b/doc/source/npol_append.rst @@ -0,0 +1,36 @@ +Appendix +======== + +Sample WCSDVARR extension header:: + + XTENSION= 'IMAGE ' / Image extension + BITPIX = -32 / array data type + NAXIS = 2 / number of array dimensions + NAXIS1 = 65 + NAXIS2 = 33 + PCOUNT = 0 / number of parameters + GCOUNT = 1 / number of groups + EXTVER = 1 / Distortion array version number + EXTNAME = 'WCSDVARR' / WCS distortion array + CRVAL2 = 0.0 / Coordinate system value at reference pixel + CRPIX1 = 0.0 / Coordinate system reference pixel + CRPIX2 = 0.0 / Coordinate system reference pixel + CRVAL1 = 0.0 / Coordinate system value at reference pixel + CDELT1 = 64 / Coordinate increment along axis + CDELT2 = 64 / Coordinate increment along axis + + +Sample science extension keywords defining a lookup table distortions:: + + CPERROR1= 0.058602706 / Maximum error of dgeo correction for axis 1 + CPDIS1 = 'Lookup ' / Prior distortion function type + DP1 = 'EXTVER: 1.0' / Version number of WCSDVARR extension containing + DP1 = 'NAXES: 2.0' / Number of independent variables in distortion f + DP1 = 'AXIS.1: 1.0' / Axis number of the jth independent variable in + DP1 = 'AXIS.2: 2.0' / Axis number of the jth independent variable in + CPERROR2= 0.072911568 / Maximum error of dgeo correction for axis 2 + CPDIS2 = 'Lookup ' / Prior distortion function type + DP2 = 'EXTVER: 2.0' / Version number of WCSDVARR extension containing + DP2 = 'NAXES: 2.0' / Number of independent variables in distortion f + DP2 = 'AXIS.1: 1.0' / Axis number of the jth independent variable in + DP2 = 'AXIS.2: 2.0' / Axis number of the jth independent variable in -- cgit