Skip to content
Snippets Groups Projects

Add acoustics monitoring

Merged Carlo Guidi requested to merge cguidi/km3mon:undefined into master
1 unresolved thread
Compare and Show latest version
1 file
+ 4
3
Compare changes
  • Side-by-side
  • Inline
+ 4
3
@@ -46,10 +46,11 @@ table=db.run_table(detid)
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
#AB=[16] # Acoustic Beacons
#ACOUSTIC_BEACONS=[16] # Acoustic Beacons
#DOM=[7] #
#DU=[3] # DUs
@@ -69,7 +70,7 @@ while check==True:
COL=[]
for i in DU:
DUx=[]
for j in AB:
for j in ACOUSTIC_BEACONS:
for k in DOM:
try:
macaddress = db.doms.via_omkey((i,k), detid).dom_id
Loading