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 --- updatewcs/makewcs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'updatewcs/makewcs.py') diff --git a/updatewcs/makewcs.py b/updatewcs/makewcs.py index 4b06d95..449cf2a 100644 --- a/updatewcs/makewcs.py +++ b/updatewcs/makewcs.py @@ -1,5 +1,5 @@ #from .. mappings import DEGTORAD, RADTODEG -from hstwcs.mappings import DEGTORAD, RADTODEG +from hstwcs import DEGTORAD, RADTODEG import numpy from math import sin, sqrt, pow, cos, asin, atan2,pi from hstwcs import utils -- cgit