From 6adbbc185d633df930771ff3752411f2ca5f9d54 Mon Sep 17 00:00:00 2001 From: dencheva Date: Mon, 27 Oct 2008 17:42:32 +0000 Subject: 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 --- updatewcs/makewcs.py | 1 - 1 file changed, 1 deletion(-) (limited to 'updatewcs/makewcs.py') 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() -- cgit