summaryrefslogtreecommitdiff
path: root/lib/stwcs/wcsutil/hstwcs.py
diff options
context:
space:
mode:
authormcara <mcara@stsci.edu>2014-04-29 19:20:16 -0400
committermcara <mcara@stsci.edu>2014-04-29 19:20:16 -0400
commit0f07212642750bafc9013f6fc7d68fb83fd05c32 (patch)
tree8d4c70d49a2d35795b384e0b68060a95266677de /lib/stwcs/wcsutil/hstwcs.py
parentaa00978aae29b95c7ae11680213ad567d84cdbf7 (diff)
downloadstwcs_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.py2
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():