Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: afw, coadd_chisquared, meas_astrom, meas_deblender, meas_extensions_psfex, meas_mosaic, obs_base, obs_cfht, obs_lsstSim, obs_sdss, obs_subaru, obs_test
-
Labels:
-
Story Points:2
-
Team:Architecture
Description
We currently use pyfits in multiple packages: afw, coadd_chisquared, obs_base, meas_astrom, meas_deblender, meas_extensions_psfex, meas_mosaic, obs_cfht, obs_lsstSim, obs_sdss, obs_subaru and obs_test.
Strangely, we only have explicit dependencies on pyfits listed for afw, obs_base, galsim, healpy and obs_subaru.
galsim can use astropy.io.fits or pyfits. healpy really does seem to not work with astropy.io.fits – is there a newer version that does?
Please replace pyfits with astropy.io.fits where appropriate and update the table files to correctly express the dependency (and removing pyfits where inappropriate).
The current status is:
The following use pyfits:
Only daf_butlerUtils, obs_base, and obs_subaru declare this dependency.