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
CameraReadout.to_table().write("readout.fits") creates a HIERARC keyword in the output FITS file, since the REF_WIDTH header is > 8 characters. Suggest changing it to REFWIDTH. Or we just deal with the strange data model (it's fine for other formats like HDF5 and ECSV, just not FITS).
The text was updated successfully, but these errors were encountered:
CameraReadout.to_table().write("readout.fits")
creates a HIERARC keyword in the output FITS file, since theREF_WIDTH
header is > 8 characters. Suggest changing it toREFWIDTH
. Or we just deal with the strange data model (it's fine for other formats like HDF5 and ECSV, just not FITS).The text was updated successfully, but these errors were encountered: