You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should implement some functions to handle FITS files with better error messaging.
E.g. a wrapper for astropy.io.fits.getdata that checks whether the HDU number exists in the FITS file.
(Standard astropy error is just an IndexError).
Use this in e.g. shear_psf_leakage.
The text was updated successfully, but these errors were encountered:
We should implement some functions to handle FITS files with better error messaging.
E.g. a wrapper for astropy.io.fits.getdata that checks whether the HDU number exists in the FITS file.
(Standard astropy error is just an
IndexError
).Use this in e.g. shear_psf_leakage.
The text was updated successfully, but these errors were encountered: