From cbb1d780096007a6b1dcc4b423680d24be9d26d4 Mon Sep 17 00:00:00 2001
From: Tamas Gal <tgal@km3net.de>
Date: Sat, 12 Jan 2019 20:44:54 +0100
Subject: [PATCH] Add triggermap

---
 Makefile.in   | 2 ++
 app/routes.py | 1 +
 2 files changed, 3 insertions(+)

diff --git a/Makefile.in b/Makefile.in
index 8b55fe7..eb2d2f8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -69,6 +69,8 @@ start:
 	@tmux split-window -v -t ${SESSION_NAME}:trigger
 	@tmux send-keys -t ${SESSION_NAME}:trigger.1  \
 	    "python scripts/trigger_rates.py -p ${MONITORING_LIGIER_PORT}" Enter
+	@tmux send-keys -t ${SESSION_NAME}:trigger.2  \
+	    "python scripts/live_triggermap.py -p ${MONITORING_LIGIER_PORT}" Enter
 	@tmux select-layout even-vertical
 
 
diff --git a/app/routes.py b/app/routes.py
index 26dd32d..f71d7f0 100644
--- a/app/routes.py
+++ b/app/routes.py
@@ -9,6 +9,7 @@ PLOTS = [
     ['dom_activity', 'dom_rates'],
     ['pmt_rates', 'pmt_hrv'],
     ['trigger_rates'],
+    ['hitmap', 'triggermap']
 ]
 
 
-- 
GitLab