summaryrefslogtreecommitdiff
path: root/updatewcs/__init__.py
diff options
context:
space:
mode:
authordencheva <dencheva@stsci.edu>2009-12-22 14:07:38 -0500
committerdencheva <dencheva@stsci.edu>2009-12-22 14:07:38 -0500
commitb1ffc9a5e97e0ffb80030cc045f8b64f24309dc0 (patch)
tree0dddf604e33423b34193b421b4ca10821c2ed01c /updatewcs/__init__.py
parent25b25a655852d7ad21e3442748904dcbc70c1ff7 (diff)
downloadstwcs_hcf-b1ffc9a5e97e0ffb80030cc045f8b64f24309dc0.tar.gz
Fix for missing kw CCDCHIP. Covered the case when IDCTAB kw is not present or is not a valid file or is present but the file is missing on disk, in which case the idcmodel is restored from the SIP coefficients.
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@8513 fe389314-cf27-0410-b35b-8c050e845b92
Diffstat (limited to 'updatewcs/__init__.py')
-rw-r--r--updatewcs/__init__.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/updatewcs/__init__.py b/updatewcs/__init__.py
index 00eda0f..ca1dd7a 100644
--- a/updatewcs/__init__.py
+++ b/updatewcs/__init__.py
@@ -1,9 +1,7 @@
import os
import pyfits
-#from .. wcsutil import HSTWCS
from stwcs.wcsutil import HSTWCS
-#from .. mappings import allowed_corrections
from stwcs import utils
import corrections, makewcs
import dgeo, det2im