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

Apply suggestion to scripts/acoustics.py

parent 1335ed90
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,8 @@ table=db.run_table(detid) ...@@ -48,7 +48,8 @@ table=db.run_table(detid)
ACOUSTIC_BEACONS = [12, 14, 16] ACOUSTIC_BEACONS = [12, 14, 16]
N_DOMS = 18 N_DOMS = 18
DOMS = range(N_DOMS + 1) DOMS = range(N_DOMS + 1)
DU=[1,2,3,4,5] # DUs N_DUS = 5
DUS = range(1, N_DUS + 1)
#ACOUSTIC_BEACONS=[16] # Acoustic Beacons #ACOUSTIC_BEACONS=[16] # Acoustic Beacons
#DOM=[7] # #DOM=[7] #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment