diff options
author | dencheva <dencheva@stsci.edu> | 2010-09-22 15:04:50 -0400 |
---|---|---|
committer | dencheva <dencheva@stsci.edu> | 2010-09-22 15:04:50 -0400 |
commit | 30d6c3d87b33940c8319fa53dd7cf2838706fb87 (patch) | |
tree | 67b4f3f081660f4d07dc26c483874a642a9862e1 /wcsutil/hstwcs.py | |
parent | 5adec7028d59df487cf973d2baac6022a1607f33 (diff) | |
download | stwcs_hcf-30d6c3d87b33940c8319fa53dd7cf2838706fb87.tar.gz |
Corrected a mistake in previous checkin
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@10373 fe389314-cf27-0410-b35b-8c050e845b92
Diffstat (limited to 'wcsutil/hstwcs.py')
-rw-r--r-- | wcsutil/hstwcs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wcsutil/hstwcs.py b/wcsutil/hstwcs.py index e543550..8f3a96f 100644 --- a/wcsutil/hstwcs.py +++ b/wcsutil/hstwcs.py @@ -268,7 +268,7 @@ class HSTWCS(WCS): """ h = self.to_header() if self.wcs.has_cd(): - h = pc2cd(h) + h = altwcs.pc2cd(h) if sip2hdr: hwcs = h.ascardlist() |