From 138b356640950d751f92570ba58a8ebc2ca6667e Mon Sep 17 00:00:00 2001 From: dencheva Date: Tue, 16 Dec 2008 15:57:48 +0000 Subject: -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 --- lib/__init__.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lib/__init__.py') diff --git a/lib/__init__.py b/lib/__init__.py index c9dca75..4f383fe 100644 --- a/lib/__init__.py +++ b/lib/__init__.py @@ -1,8 +1,10 @@ #import all needed modules here to avoid relative imports -import mappings +#import mappings import utils import distortion import pywcs +from pytools import fileutil +DEGTORAD = fileutil.DEGTORAD +RADTODEG = fileutil.RADTODEG - \ No newline at end of file -- cgit