summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordencheva <dencheva@stsci.edu>2011-03-15 10:53:48 -0400
committerdencheva <dencheva@stsci.edu>2011-03-15 10:53:48 -0400
commitbabe7a02499497fbbda9c1a7f1369e3cf24b3003 (patch)
treecf8f9702fbac13f72b130c11ff8614252ebff5fb
parent8dc4f2e80805cec1344371c5cd81b39e62ae9e1f (diff)
downloadstwcs_hcf-babe7a02499497fbbda9c1a7f1369e3cf24b3003.tar.gz
revert r12062: put back all idc model keywords in the science header
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@12194 fe389314-cf27-0410-b35b-8c050e845b92
-rw-r--r--wcsutil/hstwcs.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/wcsutil/hstwcs.py b/wcsutil/hstwcs.py
index 8e7a71f..e85fa21 100644
--- a/wcsutil/hstwcs.py
+++ b/wcsutil/hstwcs.py
@@ -421,13 +421,12 @@ class HSTWCS(WCS):
ext_hdr.update('OCY10', self.idcmodel.cy[1,0])
ext_hdr.update('OCY11', self.idcmodel.cy[1,1])
ext_hdr.update('IDCSCALE', self.idcmodel.refpix['PSCALE'])
- """
ext_hdr.update('IDCTHETA', self.idcmodel.refpix['THETA'])
ext_hdr.update('IDCXREF', self.idcmodel.refpix['XREF'])
ext_hdr.update('IDCYREF', self.idcmodel.refpix['YREF'])
ext_hdr.update('IDCV2REF', self.idcmodel.refpix['V2REF'])
ext_hdr.update('IDCV3REF', self.idcmodel.refpix['V3REF'])
- """
+
def printwcs(self):
"""