diff options
Diffstat (limited to 'hstwcs/makewcs.py')
-rw-r--r-- | hstwcs/makewcs.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hstwcs/makewcs.py b/hstwcs/makewcs.py index 40be750..d016583 100644 --- a/hstwcs/makewcs.py +++ b/hstwcs/makewcs.py @@ -1,8 +1,8 @@ #from .. mappings import DEGTORAD, RADTODEG -from hstwcs import DEGTORAD, RADTODEG +from updatewcs import DEGTORAD, RADTODEG import numpy from math import sin, sqrt, pow, cos, asin, atan2,pi -from hstwcs import utils +from updatewcs import utils from pytools import fileutil class MakeWCS(object): |