Skip to content

Commit

Permalink
fix for new cal LBA pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco De Gasperin committed Nov 25, 2024
1 parent ed1fc45 commit 964c2c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion losoto/operations/_fitClockTEC.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 964c2c1

Please sign in to comment.