From 204883fdb4fbedc46473e82a27c2e0722e072bd0 Mon Sep 17 00:00:00 2001 From: Emir Karamehmetoglu Date: Thu, 25 Aug 2022 15:11:34 +0200 Subject: [PATCH] remove OBS_MODE key from NOTCAM It is redundant with the instrument keyword. --- flows/instruments/instruments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',