From a4081a38404b8759a185638fb49687c196153464 Mon Sep 17 00:00:00 2001 From: dencheva Date: Mon, 28 Apr 2014 19:44:02 +0000 Subject: changes to use astropy instead of pyfits and pywcs git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stwcs/trunk@31240 fe389314-cf27-0410-b35b-8c050e845b92 --- lib/stwcs/wcsutil/hstwcs.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lib/stwcs/wcsutil/hstwcs.py') 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 -- cgit