From 964c2c16d28e21b50fe316b53a4a7c7866e116c1 Mon Sep 17 00:00:00 2001 From: Francesco De Gasperin Date: Mon, 25 Nov 2024 22:02:14 +0100 Subject: [PATCH] fix for new cal LBA pipeline --- losoto/operations/_fitClockTEC.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/losoto/operations/_fitClockTEC.py b/losoto/operations/_fitClockTEC.py index e9adebc..2468f3e 100644 --- a/losoto/operations/_fitClockTEC.py +++ b/losoto/operations/_fitClockTEC.py @@ -725,8 +725,10 @@ def doFit( 'CS004', 'CS005', 'CS006', - 'CS007' + 'CS007', + 'Super' ]] + print(stations) refstIdx = [i for (i, j) in enumerate(stations) if j in superterpstations] if len(refstIdx)==0: refstIdx=0