diff options
author | dencheva <dencheva@stsci.edu> | 2008-10-27 13:45:03 -0400 |
---|---|---|
committer | dencheva <dencheva@stsci.edu> | 2008-10-27 13:45:03 -0400 |
commit | a014b13566fbb5752998e48f58c8024aa8145c84 (patch) | |
tree | a7fdc237355faaf78656ea5919e167f4d091374b | |
parent | 6adbbc185d633df930771ff3752411f2ca5f9d54 (diff) | |
download | stwcs_hcf-a014b13566fbb5752998e48f58c8024aa8145c84.tar.gz |
Changes related to which parts of the IDC model to record as kw.
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/development/trunk/hstwcs@7206 fe389314-cf27-0410-b35b-8c050e845b92
-rw-r--r-- | wcsutil/__init__.py | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/wcsutil/__init__.py b/wcsutil/__init__.py index f9e9c18..5a2d640 100644 --- a/wcsutil/__init__.py +++ b/wcsutil/__init__.py @@ -119,15 +119,15 @@ class HSTWCS(WCS): 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('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']) - ext_hdr.update('IDCXSIZE', self.idcmodel.refpix['XSIZE']) - ext_hdr.update('IDCYSIZE', self.idcmodel.refpix['YSIZE']) - ext_hdr.update('IDCXDELT', self.idcmodel.refpix['XDELTA']) - ext_hdr.update('IDCYDELT', self.idcmodel.refpix['YDELTA']) - ext_hdr.update('CENTERED', self.idcmodel.refpix['centered']) + #ext_hdr.update('IDCXSIZE', self.idcmodel.refpix['XSIZE']) + #ext_hdr.update('IDCYSIZE', self.idcmodel.refpix['YSIZE']) + #ext_hdr.update('IDCXDELT', self.idcmodel.refpix['XDELTA']) + #ext_hdr.update('IDCYDELT', self.idcmodel.refpix['YDELTA']) + #ext_hdr.update('CENTERED', self.idcmodel.refpix['centered'])
\ No newline at end of file |