diff options
author | dencheva <dencheva@stsci.edu> | 2011-03-01 14:26:10 -0500 |
---|---|---|
committer | dencheva <dencheva@stsci.edu> | 2011-03-01 14:26:10 -0500 |
commit | 932d650c0f1044861b1c1eea68304728386ca233 (patch) | |
tree | 9cfb264f35e96dba621bf8494b2bb23925610f5d /wcsutil/hstwcs.py | |
parent | e279c1b0d7f7e35e9c40c5ecaef66fa47cc8c206 (diff) | |
download | stwcs_hcf-932d650c0f1044861b1c1eea68304728386ca233.tar.gz |
some of the IDC model kw are not used, do not store them in the header. Do not archive ORIENTAT in alternate WCSs but recompute it every time a WCS is restored.
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@12062 fe389314-cf27-0410-b35b-8c050e845b92
Diffstat (limited to 'wcsutil/hstwcs.py')
-rw-r--r-- | wcsutil/hstwcs.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/wcsutil/hstwcs.py b/wcsutil/hstwcs.py index 397c9ae..20db803 100644 --- a/wcsutil/hstwcs.py +++ b/wcsutil/hstwcs.py @@ -416,12 +416,14 @@ 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): """ Print the basic WCS keywords. |