From 3c9cc9b532095b83b3e66333ca74cd29e3ee56c6 Mon Sep 17 00:00:00 2001 From: hack Date: Tue, 21 Feb 2012 21:53:12 +0000 Subject: Removing an (unnecessary?) call to .setPscale() which no longer exists for deep copies of HSTWCS objects. git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@15196 fe389314-cf27-0410-b35b-8c050e845b92 --- lib/stwcs/updatewcs/makewcs.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lib') diff --git a/lib/stwcs/updatewcs/makewcs.py b/lib/stwcs/updatewcs/makewcs.py index c2e709d..76d80b8 100644 --- a/lib/stwcs/updatewcs/makewcs.py +++ b/lib/stwcs/updatewcs/makewcs.py @@ -149,7 +149,6 @@ class MakeWCS(object): rfx, rfy = ref_wcs.idcmodel.cx, ref_wcs.idcmodel.cy - ref_wcs.setPscale() offshift = offsh dec = ref_wcs.wcs.crval[1] tddscale = (ref_wcs.pscale/ref_wcs.idcmodel.cx[1,1]) -- cgit