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

Update acoustics.py

parent 7433096d
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ 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
DU=[1,2,3,4,5] # DUs
#AB=[16] # Acoustic Beacons
#ACOUSTIC_BEACONS=[16] # Acoustic Beacons
#DOM=[7] #
#DU=[3] # DUs
......@@ -69,7 +69,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
......
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