From b8fe612f16e10b6dd3a3cf7a3782282dbc283ebf Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Mon, 18 Feb 2019 20:28:54 +0100 Subject: [PATCH] Include k40 calibration --- Makefile.in | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Makefile.in b/Makefile.in index 749fa17..e684a09 100644 --- a/Makefile.in +++ b/Makefile.in @@ -91,6 +91,14 @@ start: "python scripts/ahrs_calibration.py -d ${DETECTOR_ID} -p ${MONITORING_LIGIER_PORT}" Enter @tmux select-layout even-vertical + @# K40 + @# + @tmux new-window -n k40 -t ${SESSION_NAME} + @tmux split-window -v -t ${SESSION_NAME}:k40 + @tmux send-keys -t ${SESSION_NAME}:k40.1 \ + "python scripts/k40_calibration.py -d ${DETECTOR_ID} -p ${MONITORING_LIGIER_PORT}" Enter + @tmux select-layout even-vertical + @# Log.io @# @tmux new-window -n logio -t ${SESSION_NAME} -- GitLab