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