Closed steveschulze closed 2 years ago
Hi JK,
There is a small typo in alfosc.py. Line 218 has to be
elif hdr['OBS_MODE'] == 'IMAGING': (remove blank after imaging)
elif hdr['OBS_MODE'] == 'IMAGING':
Cheers,
Steve
Should be fixed by latest merge #12. Otherwise let me know.
Hi JK,
There is a small typo in alfosc.py. Line 218 has to be
elif hdr['OBS_MODE'] == 'IMAGING':
(remove blank after imaging)Cheers,
Steve