diff options
author | dencheva <dencheva@stsci.edu> | 2008-10-27 13:42:32 -0400 |
---|---|---|
committer | dencheva <dencheva@stsci.edu> | 2008-10-27 13:42:32 -0400 |
commit | 6adbbc185d633df930771ff3752411f2ca5f9d54 (patch) | |
tree | 93caa295fda100c4a273ec21101fa07e87f8118a /updatewcs/makewcs.py | |
parent | 3051ed8d7c8b6c3951d137af30b58e882d05bdf6 (diff) | |
download | stwcs_hcf-6adbbc185d633df930771ff3752411f2ca5f9d54.tar.gz |
Added parameter 'dgeocorr=True' which will allow to turn DGEO file correction off. More changes related to pywcs, cleaned code. Moved logic for which correction to apply to a separate module.
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/development/trunk/hstwcs@7205 fe389314-cf27-0410-b35b-8c050e845b92
Diffstat (limited to 'updatewcs/makewcs.py')
-rw-r--r-- | updatewcs/makewcs.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/updatewcs/makewcs.py b/updatewcs/makewcs.py index 3df2fd4..1f3e640 100644 --- a/updatewcs/makewcs.py +++ b/updatewcs/makewcs.py @@ -163,7 +163,6 @@ class MakeWCS(object): cd22 = parity[1][1] * cos(pv*pi/180.0)*R_scale rcd = numpy.array([[cd11, cd12], [cd21, cd22]]) - print 'cd shape', rcd.shape, ref_wcs.wcs.cd.shape ref_wcs.wcs.cd = rcd ref_wcs.wcs.set() |