From 6a6c8dfba6953eaabcd8c1d3501c1666e07e4305 Mon Sep 17 00:00:00 2001 From: dencheva Date: Tue, 2 Oct 2012 14:50:31 +0000 Subject: part of the refactoring, missed this change git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@19781 fe389314-cf27-0410-b35b-8c050e845b92 --- lib/stwcs/wcsutil/hstwcs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/stwcs/wcsutil/hstwcs.py') diff --git a/lib/stwcs/wcsutil/hstwcs.py b/lib/stwcs/wcsutil/hstwcs.py index cc9c28b..e7e5460 100644 --- a/lib/stwcs/wcsutil/hstwcs.py +++ b/lib/stwcs/wcsutil/hstwcs.py @@ -326,7 +326,7 @@ class HSTWCS(WCS): if not wcskey: wcskey = self.wcs.alt if self.wcs.has_cd(): - h = altwcs.pc2cd(h, alt=self.wcs.alt, key=wcskey) + h = altwcs.pc2cd(h, key=wcskey) if 'wcsname' not in h: if self.idctab is not None: -- cgit