diff options
| author | dencheva <dencheva@stsci.edu> | 2008-12-16 10:57:48 -0500 |
|---|---|---|
| committer | dencheva <dencheva@stsci.edu> | 2008-12-16 10:57:48 -0500 |
| commit | 138b356640950d751f92570ba58a8ebc2ca6667e (patch) | |
| tree | 1721e5d5693cb8db961c0dce9243f0e4b157647e /lib/utils.py | |
| parent | d8180f17a14e755c66990baa98f7a593ee8d2ce3 (diff) | |
| download | stwcs_hcf-138b356640950d751f92570ba58a8ebc2ca6667e.tar.gz | |
-Added SIP correction to look up tables
-Changed CTYPE to reflect the use of SIP
- mappings module was moved to wcsutil
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/development/trunk/hstwcs@7381 fe389314-cf27-0410-b35b-8c050e845b92
Diffstat (limited to 'lib/utils.py')
| -rw-r--r-- | lib/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utils.py b/lib/utils.py index b29c67c..efe8594 100644 --- a/lib/utils.py +++ b/lib/utils.py @@ -1,6 +1,6 @@ from pytools import parseinput, fileutil import pyfits -from mappings import basic_wcs +from wcsutil.mappings import basic_wcs def restoreWCS(fnames): """ |
