diff options
author | dencheva <dencheva@stsci.edu> | 2012-10-02 10:50:31 -0400 |
---|---|---|
committer | dencheva <dencheva@stsci.edu> | 2012-10-02 10:50:31 -0400 |
commit | 6a6c8dfba6953eaabcd8c1d3501c1666e07e4305 (patch) | |
tree | db7e2cc0eafa10cd9a23239884f77d94e452b034 | |
parent | 9a2e2abe1ca50840d9d95a3eae61f7161ee47651 (diff) | |
download | stwcs_hcf-6a6c8dfba6953eaabcd8c1d3501c1666e07e4305.tar.gz |
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
-rw-r--r-- | lib/stwcs/wcsutil/hstwcs.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |