diff --git a/README.md b/README.md index 26ae185feb91b3c82549acc7bb628b5f821dd2c4..d31d6ba958ba5e296d03d9fd617ef94dc7fb9fdc 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,15 @@ export DETECTOR_MANAGER_IP=192.168.0.120 export MONITORING_LIGIER_PORT=55530 export WEBSERVER_PORT=8081 export LOGGING_PORT=8082 -export LIGIER_CMD="JLigier" -export TAGS_TO_MIRROR="IO_EVT, IO_SUM, IO_TSL, IO_TSL0, IO_TSL1, IO_TSL2, IO_TSSN, MSG, IO_MONIT" +export DETX="KM3NeT_00000043_03062019_t0set-A02087174.detx" +export ROYFIT_TIMERES="data/time_residuals.csv" +export LIGIER_CMD="singularity exec /home/off1user/Software/Jpp_svn2git-rc9.sif JLigier" +export TAGS_TO_MIRROR="IO_EVT, IO_SUM, IO_TSSN, MSG, IO_MONIT" ``` +Notice the `LIGIER_CMD` which in this case uses a Singularity image of Jpp. +The `DETX` needs to point to a recently calibrated DETX file otherwise the +live reconstruction will not work correctly. After that, use the following command to start the ``supervisor``, which you only need to do once: