Skip to content
Snippets Groups Projects
Commit cbb1d780 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Add triggermap

parent 5753c3d9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -9,6 +9,7 @@ PLOTS = [
['dom_activity', 'dom_rates'],
['pmt_rates', 'pmt_hrv'],
['trigger_rates'],
['hitmap', 'triggermap']
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment