diff --git a/flows/instruments/instruments.py b/flows/instruments/instruments.py index cb02a88..5b15b89 100644 --- a/flows/instruments/instruments.py +++ b/flows/instruments/instruments.py @@ -191,7 +191,7 @@ class NOTCAM(Instrument): siteid = 5 telescope = "NOT" instrument = "NOTCAM" - unique_headers = {"OBS_MODE": 'IMAGING'} + # unique_headers = {"OBS_MODE": 'IMAGING'} # not needed. def get_obstime(self): return Time(self.image.header['DATE-AVG'], format='isot', scale='utc',