From 0f07212642750bafc9013f6fc7d68fb83fd05c32 Mon Sep 17 00:00:00 2001 From: mcara Date: Tue, 29 Apr 2014 23:20:16 +0000 Subject: 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 --- 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 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(): -- cgit