diff options
author | hack <hack@stsci.edu> | 2012-02-21 16:53:12 -0500 |
---|---|---|
committer | hack <hack@stsci.edu> | 2012-02-21 16:53:12 -0500 |
commit | 3c9cc9b532095b83b3e66333ca74cd29e3ee56c6 (patch) | |
tree | 385a76134dcac0f2cee514ac9631ba7b9277fcdd | |
parent | 0755855e563f8fbd9cc8e6c2698fad8fa3044734 (diff) | |
download | stwcs_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.py | 1 |
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]) |