diff options
Diffstat (limited to 'lib/stwcs/wcsutil/hstwcs.py')
-rw-r--r-- | lib/stwcs/wcsutil/hstwcs.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/stwcs/wcsutil/hstwcs.py b/lib/stwcs/wcsutil/hstwcs.py index 36e1de4..4bd6eb0 100644 --- a/lib/stwcs/wcsutil/hstwcs.py +++ b/lib/stwcs/wcsutil/hstwcs.py @@ -1,8 +1,10 @@ from __future__ import division # confidence high import os -from pywcs import WCS -import pyfits +#from pywcs import WCS +from astropy.wcs import WCS +from astropy.io import fits as pyfits +#import pyfits import instruments from stwcs.distortion import models, coeff_converter import altwcs @@ -929,7 +931,6 @@ adaptive=False, detect_divergence=False, quiet=False) else: return np.dstack( [x, y] )[0] - def _updatehdr(self, ext_hdr): #kw2add : OCX10, OCX11, OCY10, OCY11 # record the model in the header for use by pydrizzle |