summaryrefslogtreecommitdiff
path: root/lib/stwcs/gui/apply_headerlet.py
diff options
context:
space:
mode:
authordencheva <dencheva@stsci.edu>2014-04-28 15:44:02 -0400
committerdencheva <dencheva@stsci.edu>2014-04-28 15:44:02 -0400
commita4081a38404b8759a185638fb49687c196153464 (patch)
tree8313dd70d6493dae50854a1ffb19b68c7b3d8520 /lib/stwcs/gui/apply_headerlet.py
parentd7256629cc01af99cb5e3be70a64000f6d2fb0dc (diff)
downloadstwcs_hcf-a4081a38404b8759a185638fb49687c196153464.tar.gz
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
Diffstat (limited to 'lib/stwcs/gui/apply_headerlet.py')
-rw-r--r--lib/stwcs/gui/apply_headerlet.py3
1 files changed, 2 insertions, 1 deletions
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