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
I was running calwf3 on a set of raw files called by an association table file (dark_asn.fits). calwf3 did not run which I later found was due to the fact that the CRREJTAB key word in the raw file header was a directory to the calibration file crr_for_dark.fits that was too long and was truncated. It would be really helpful that if calwf3 needs a calibration file but the path is invalid, to show this as a warning. It showed no warning in the python version calwf3 or in the calwf3.e executable from the command line
The text was updated successfully, but these errors were encountered:
@lprichard thanks for bringing this to our attention (apologies for the delay, no one was really maintaining this package until recently). We are working on fixing various instances of quiet errors, but for now just inspect the output and trailer files carefully. Feel free to ping me on slack with any questions as well.
I was running calwf3 on a set of raw files called by an association table file (dark_asn.fits). calwf3 did not run which I later found was due to the fact that the CRREJTAB key word in the raw file header was a directory to the calibration file crr_for_dark.fits that was too long and was truncated. It would be really helpful that if calwf3 needs a calibration file but the path is invalid, to show this as a warning. It showed no warning in the python version calwf3 or in the calwf3.e executable from the command line
The text was updated successfully, but these errors were encountered: