anand0xff / ImPlaneIA

Tools for fitting (image plane fringes), calibrating, and analyzing NRM data across multiple instruments and modes
BSD 3-Clause "New" or "Revised" License
7 stars 4 forks source link

first pass good catname done #18

Closed anand0xff closed 3 years ago

anand0xff commented 3 years ago

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 '