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/gui/apply_headerlet.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/stwcs/gui/apply_headerlet.py') diff --git a/lib/stwcs/gui/apply_headerlet.py b/lib/stwcs/gui/apply_headerlet.py index d87f586..8d8daf9 100644 --- a/lib/stwcs/gui/apply_headerlet.py +++ b/lib/stwcs/gui/apply_headerlet.py @@ -1,7 +1,8 @@ import os import string -import pyfits +#import pyfits +from astropy.io import fits as pyfits from stsci.tools import teal, parseinput import stwcs -- cgit