From 6b1fff1c265bb70d28c8f3c17ef3caf92c9f772a Mon Sep 17 00:00:00 2001 From: Kim4213 Date: Thu, 15 Jun 2023 15:51:46 +0200 Subject: [PATCH] Update instruments.py --- flows/instruments/instruments.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/flows/instruments/instruments.py b/flows/instruments/instruments.py index 2689d56..bbfd76f 100644 --- a/flows/instruments/instruments.py +++ b/flows/instruments/instruments.py @@ -434,6 +434,18 @@ def get_obstime(self): def get_photfilter(self): return self.image.header['CCDFLTID'] +class AndiCamIR(Instrument): + andicam = AndiCam() + siteid = andicam.siteid + instrument = "ANDICAM-CCD" + unique_headers = andicam.unique_headers + + def get_obstime(self): + return andicam.get_obstime() + + def get_photfilter(self): + return self.image.header["IRFLTID"] + class PairTel(Instrument): siteid = 21