Open mreineck opened 6 years ago
Would you be willing to accept a patch that replaces all import pyfits statements with import astropy.io.fits as pyfits ? The deprecation warnings are getting on my nerves ... :P
import pyfits
import astropy.io.fits as pyfits
See pull request #5.
Ping?
Would you be willing to accept a patch that replaces all
import pyfits
statements withimport astropy.io.fits as pyfits
? The deprecation warnings are getting on my nerves ... :P