diff options
author | mcara <mcara@stsci.edu> | 2014-04-29 19:20:16 -0400 |
---|---|---|
committer | mcara <mcara@stsci.edu> | 2014-04-29 19:20:16 -0400 |
commit | 0f07212642750bafc9013f6fc7d68fb83fd05c32 (patch) | |
tree | 8d4c70d49a2d35795b384e0b68060a95266677de /lib/stwcs/wcsutil/hstwcs.py | |
parent | aa00978aae29b95c7ae11680213ad567d84cdbf7 (diff) | |
download | stwcs_hcf-0f07212642750bafc9013f6fc7d68fb83fd05c32.tar.gz |
Restored 'wkey'->'key' - a change made by Nadia and overwritten by me.
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stwcs/trunk@31252 fe389314-cf27-0410-b35b-8c050e845b92
Diffstat (limited to 'lib/stwcs/wcsutil/hstwcs.py')
-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 2b14d58..6c22519 100644 --- a/lib/stwcs/wcsutil/hstwcs.py +++ b/lib/stwcs/wcsutil/hstwcs.py @@ -368,7 +368,7 @@ class HSTWCS(WCS): If True - include SIP coefficients """ - h = self.to_header(wkey=wcskey, relax=relax) + h = self.to_header(key=wcskey, relax=relax) if not wcskey: wcskey = self.wcs.alt if self.wcs.has_cd(): |