summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wcsutil/__init__.py14
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