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

Readd k40

parent 55925ac4
No related branches found
No related tags found
No related merge requests found
...@@ -44,9 +44,9 @@ ...@@ -44,9 +44,9 @@
<ul class="nav navbar-nav"> <ul class="nav navbar-nav">
<li class="active"><a href="rttc.html">RTTC</a></li> <li class="active"><a href="rttc.html">RTTC</a></li>
</ul> </ul>
<!-- <ul class="nav navbar&#45;nav"> --> <ul class="nav navbar-nav">
<!-- <li class="active"><a href="k40.html">K40</a></li> --> <li class="active"><a href="k40.html">K40</a></li>
<!-- </ul> --> </ul>
<ul class="nav navbar-nav"> <ul class="nav navbar-nav">
<li class="active"><a href="reco.html">Reco</a></li> <li class="active"><a href="reco.html">Reco</a></li>
</ul> </ul>
......
...@@ -9,4 +9,4 @@ export LOGGING_PORT=8082 ...@@ -9,4 +9,4 @@ export LOGGING_PORT=8082
export DETX="" export DETX=""
export ROYFIT_TIMERES="data/time_residuals.csv" export ROYFIT_TIMERES="data/time_residuals.csv"
export LIGIER_CMD="JLigier" export LIGIER_CMD="JLigier"
export TAGS_TO_MIRROR="IO_EVT, IO_SUM, IO_TSSN, MSG, IO_MONIT" export TAGS_TO_MIRROR="IO_EVT, IO_SUM, IO_TSL1, IO_TSSN, MSG, IO_MONIT"
...@@ -140,6 +140,11 @@ command=python -u scripts/rttc.py -d %(ENV_DETECTOR_ID)s -l %(ENV_DETECTOR_MANAG ...@@ -140,6 +140,11 @@ command=python -u scripts/rttc.py -d %(ENV_DETECTOR_ID)s -l %(ENV_DETECTOR_MANAG
stdout_logfile=logs/%(program_name)s.out.log stdout_logfile=logs/%(program_name)s.out.log
stderr_logfile=logs/%(program_name)s.err.log stderr_logfile=logs/%(program_name)s.err.log
[program:k40]
command=python -u scripts/k40_calibration.py -d %(ENV_DETECTOR_ID)s -p %(ENV_MONITORING_LIGIER_PORT)s
stdout_logfile=logs/%(program_name)s.out.log
stderr_logfile=logs/%(program_name)s.err.log
[program:msg_dumper] [program:msg_dumper]
command=python -u scripts/msg_dumper.py -l 127.0.0.1 -p %(ENV_MONITORING_LIGIER_PORT)s -f logs/MSG.log command=python -u scripts/msg_dumper.py -l 127.0.0.1 -p %(ENV_MONITORING_LIGIER_PORT)s -f logs/MSG.log
priority=200 priority=200
...@@ -169,6 +174,10 @@ priority=500 ...@@ -169,6 +174,10 @@ priority=500
programs=royfit,time_residuals programs=royfit,time_residuals
priority=999 priority=999
[group:calibration]
programs=k40
priority=999
; The [include] section can just contain the "files" setting. This ; The [include] section can just contain the "files" setting. This
; setting can list multiple files (separated by whitespace or ; setting can list multiple files (separated by whitespace or
; newlines). It can also contain wildcards. The filenames are ; newlines). It can also contain wildcards. The filenames are
......
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