From b1ffc9a5e97e0ffb80030cc045f8b64f24309dc0 Mon Sep 17 00:00:00 2001 From: dencheva Date: Tue, 22 Dec 2009 19:07:38 +0000 Subject: 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 --- wcsutil/instruments.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'wcsutil/instruments.py') diff --git a/wcsutil/instruments.py b/wcsutil/instruments.py index afdf1a9..df92d54 100644 --- a/wcsutil/instruments.py +++ b/wcsutil/instruments.py @@ -1,6 +1,5 @@ import pyfits -#from .. mappings import ins_spec_kw -from mappings import ins_spec_kw, prim_hdr_kw +from mappings import ins_spec_kw class InstrWCS(object): """ -- cgit