Closed will-henney closed 11 years ago
Symptom is something like this:
montage_wrapper.status.MontageError: mProject: EQUINOX keyword in FITS header not a real number
This is due to EQUINOX = "J2000" in fits header. Fix is to use astropy.wcs to sanitise the header.
EQUINOX = "J2000"
astropy.wcs
Symptom is something like this:
This is due to
EQUINOX = "J2000"
in fits header. Fix is to useastropy.wcs
to sanitise the header.