diff options
author | dencheva <dencheva@stsci.edu> | 2009-12-22 16:29:46 -0500 |
---|---|---|
committer | dencheva <dencheva@stsci.edu> | 2009-12-22 16:29:46 -0500 |
commit | 307590776e2b8f3ca052c7450c6396b304b4c89a (patch) | |
tree | 9432414a32ce648ce32cc298c054b7aab31db4ed /wcsutil/__init__.py | |
parent | 86e6ddc7aeb483fa9dd1cce4b052fe8e9ad86695 (diff) | |
download | stwcs_hcf-307590776e2b8f3ca052c7450c6396b304b4c89a.tar.gz |
Comments and minor corrections
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@8515 fe389314-cf27-0410-b35b-8c050e845b92
Diffstat (limited to 'wcsutil/__init__.py')
-rw-r--r-- | wcsutil/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wcsutil/__init__.py b/wcsutil/__init__.py index fd01499..3afb218 100644 --- a/wcsutil/__init__.py +++ b/wcsutil/__init__.py @@ -217,7 +217,7 @@ class HSTWCS(WCS): self.idcmodel = model - def readModelFromIDCTAB(self, header=hdr, update=False): + def readModelFromIDCTAB(self, header=None, update=False): """ Purpose ======= |