For AB-Dor (targprop) or UNKNOWN (targname) I fix the UNKNOWN to be targprop's value, then address dashes.
InstrumentData.objname is changed to
OBJECT = 'AB DOR '
but I notice that there's a header CALIB = 'AB DOR ' in the raw oifits file also. Maybe it should not be there in raw oif's?
The same with HD-37093 in the calints fits files, the relevant oif headers are:
OBJECT = 'HD 37093'
CALIB = 'HD 37093'
In passing - not urgent:
I believe the oif standard keyword is ARRNAME, but our oif's also have MASK (redundantly, same value). Next oif tweak could delete MASK (which may need our oifits writer to look for ARRNAME instead of MASK in the info dictionary..
ARRNAME = 'g7s6 '
MASK = 'g7s6 '
For AB-Dor (targprop) or UNKNOWN (targname) I fix the UNKNOWN to be targprop's value, then address dashes. InstrumentData.objname is changed to OBJECT = 'AB DOR ' but I notice that there's a header CALIB = 'AB DOR ' in the raw oifits file also. Maybe it should not be there in raw oif's?
The same with HD-37093 in the calints fits files, the relevant oif headers are: OBJECT = 'HD 37093'
CALIB = 'HD 37093'
In passing - not urgent: I believe the oif standard keyword is ARRNAME, but our oif's also have MASK (redundantly, same value). Next oif tweak could delete MASK (which may need our oifits writer to look for ARRNAME instead of MASK in the info dictionary.. ARRNAME = 'g7s6 ' MASK = 'g7s6 '