From a014b13566fbb5752998e48f58c8024aa8145c84 Mon Sep 17 00:00:00 2001 From: dencheva Date: Mon, 27 Oct 2008 17:45:03 +0000 Subject: 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 --- wcsutil/__init__.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'wcsutil/__init__.py') 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 -- cgit