Skip to content
Snippets Groups Projects
Commit 1335ed90 authored by Carlo Guidi's avatar Carlo Guidi
Browse files

Apply suggestion to scripts/acoustics.py

parent dbc0dbab
Branches
No related tags found
No related merge requests found
...@@ -46,7 +46,8 @@ table=db.run_table(detid) ...@@ -46,7 +46,8 @@ table=db.run_table(detid)
ACOUSTIC_BEACONS = [12, 14, 16] ACOUSTIC_BEACONS = [12, 14, 16]
DOM=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18] # DOMs N_DOMS = 18
DOMS = range(N_DOMS + 1)
DU=[1,2,3,4,5] # DUs DU=[1,2,3,4,5] # DUs
#ACOUSTIC_BEACONS=[16] # Acoustic Beacons #ACOUSTIC_BEACONS=[16] # Acoustic Beacons
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment