summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhack <hack@stsci.edu>2012-02-21 16:53:12 -0500
committerhack <hack@stsci.edu>2012-02-21 16:53:12 -0500
commit3c9cc9b532095b83b3e66333ca74cd29e3ee56c6 (patch)
tree385a76134dcac0f2cee514ac9631ba7b9277fcdd
parent0755855e563f8fbd9cc8e6c2698fad8fa3044734 (diff)
downloadstwcs_hcf-3c9cc9b532095b83b3e66333ca74cd29e3ee56c6.tar.gz
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
-rw-r--r--lib/stwcs/updatewcs/makewcs.py1
1 files changed, 0 insertions, 1 deletions
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])