ericmandel / pyds9

Python connection to SAOimage DS9 via XPA
76 stars 41 forks source link

Remove pyfits #87

Closed DougBurke closed 4 years ago

DougBurke commented 4 years ago

The pyfits module is no longer used, and the pyfits-related routines in pyds9 (set_pyfits and get_pyfits) have long been deprecated, so remove them. The set_fits and get_fits methods should be used instead (and be drop-in replacements, as they use astropy.io.fits).

Addresses #73