From a9a93badaa7e9a00feee0a5e067d8e5d5dc7b3e3 Mon Sep 17 00:00:00 2001
From: Tamas Gal <tgal@km3net.de>
Date: Sat, 12 Jan 2019 22:12:13 +0100
Subject: [PATCH] Add ztplot script

---
 Makefile.in | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/Makefile.in b/Makefile.in
index 54394f1..4ab2b07 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -73,6 +73,16 @@ start:
 	    "python scripts/live_triggermap.py -d ${DETECTOR_ID} -p ${MONITORING_LIGIER_PORT}" Enter
 	@tmux select-layout even-vertical
 
+	@# ZT-Plots
+	@#
+	@tmux new-window -n trigger -t ${SESSION_NAME}
+	@tmux split-window -v -t ${SESSION_NAME}:ztplots
+	@tmux send-keys -t ${SESSION_NAME}:ztplots.1  \
+	    "python scripts/ztplot.py -d ${DETECTOR_ID} -p ${MONITORING_LIGIER_PORT}" Enter
+	@tmux send-keys -t ${SESSION_NAME}:ztplots.2  \
+	    "echo narf"
+	@tmux select-layout even-vertical
+
 
 stop:
 	killall gunicorn
-- 
GitLab