diff options
author | dencheva <dencheva@stsci.edu> | 2010-03-16 16:56:17 -0400 |
---|---|---|
committer | dencheva <dencheva@stsci.edu> | 2010-03-16 16:56:17 -0400 |
commit | cc10085877f4384cdd0259f87086f137356f9249 (patch) | |
tree | 9bf48e24ed2263ba1be495850bdb6f3a0c79dc68 /updatewcs/dgeo.py | |
parent | b63fb3b5ae1dca33cf5dc77a0e879b44b9adc22d (diff) | |
download | stwcs_hcf-cc10085877f4384cdd0259f87086f137356f9249.tar.gz |
Checked in test code by mistake previously
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@8914 fe389314-cf27-0410-b35b-8c050e845b92
Diffstat (limited to 'updatewcs/dgeo.py')
-rw-r--r-- | updatewcs/dgeo.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/updatewcs/dgeo.py b/updatewcs/dgeo.py index 2fca578..3d49a8b 100644 --- a/updatewcs/dgeo.py +++ b/updatewcs/dgeo.py @@ -69,10 +69,10 @@ class DGEOCorr(object): # get the data arrays from the reference file and transform them for use with SIP dx,dy = cls.getData(nplfile, ccdchip) idccoeffs = cls.getIDCCoeffs(header) - """ + if idccoeffs != None: dx, dy = cls.transformData(dx,dy, idccoeffs) - """ + # Determine EXTVER for the WCSDVARR extension from the NPL file (EXTNAME, EXTVER) kw. # This is used to populate DPj.EXTVER kw wcsdvarr_x_version = 2 * extversion -1 |