From dce4e04e9bb023850f9786440c6e847808c6c475 Mon Sep 17 00:00:00 2001
From: Carlo Guidi <cguidi@km3net.de>
Date: Mon, 13 Jan 2020 13:56:54 +0100
Subject: [PATCH] Apply suggestion to scripts/acoustics.py

---
 scripts/acoustics.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/scripts/acoustics.py b/scripts/acoustics.py
index 465635b..c6237db 100644
--- a/scripts/acoustics.py
+++ b/scripts/acoustics.py
@@ -48,7 +48,8 @@ table=db.run_table(detid)
 ACOUSTIC_BEACONS = [12, 14, 16]
 N_DOMS = 18
 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
 #DOM=[7] #
-- 
GitLab