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

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

diff --git a/scripts/acoustics.py b/scripts/acoustics.py
index 13ba7a8..da514f8 100644
--- a/scripts/acoustics.py
+++ b/scripts/acoustics.py
@@ -45,7 +45,7 @@ table=db.run_table(detid)
 
 
 
-AB=[12,14,16] # Acoustic Beacons
+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
 
-- 
GitLab