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

Add new processes

parent df371cfe
No related branches found
No related tags found
No related merge requests found
......@@ -125,6 +125,16 @@ command=python scripts/ztplot.py -d %(ENV_DETECTOR_ID)s -p %(ENV_MONITORING_LIGI
stdout_logfile=logs/%(program_name)s.out.log
stderr_logfile=logs/%(program_name)s.err.log
[program:royfit]
command=julia scripts/live_royfit.jl %(ENV_DETX)s %(ENV_MONITORING_LIGIER_PORT)s %(ENV_ROYFIT_TIMERES)s
stdout_logfile=logs/%(program_name)s.out.log
stderr_logfile=logs/%(program_name)s.err.log
[program:time_residuals]
command=python scripts/time_residuals.py %(ENV_ROYFIT_TIMERES)s
stdout_logfile=logs/%(program_name)s.out.log
stderr_logfile=logs/%(program_name)s.err.log
[program:rttc]
command=python scripts/rttc.py -d %(ENV_DETECTOR_ID)s -l %(ENV_DETECTOR_MANAGER_IP)s
stdout_logfile=logs/%(program_name)s.out.log
......@@ -153,6 +163,10 @@ priority=200
[group:monitoring_process]
programs=ahrs_calibration,dom_activity,dom_rates,pmt_rates,pmt_hrv,trigger_rates,triggermap,ztplot,rttc
priority=500
[group:reconstruction]
programs=royfit,time_residuals
priority=999
; The [include] section can just contain the "files" setting. This
......
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