From 30d6c3d87b33940c8319fa53dd7cf2838706fb87 Mon Sep 17 00:00:00 2001 From: dencheva Date: Wed, 22 Sep 2010 19:04:50 +0000 Subject: 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 --- wcsutil/hstwcs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wcsutil/hstwcs.py') 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() -- cgit