diff --git a/supervisord.conf b/supervisord.conf index 5294a9c25c099ee0bdfbf29961f0bd0aa6e82964..b5673b9512221cafcdb972744086e2531830fcc2 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -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