Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
km3mon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
km3py
km3mon
Commits
55925ac4
Commit
55925ac4
authored
5 years ago
by
Tamas Gal
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of git.km3net.de:km3py/km3mon
parents
77caa3b1
63edc889
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+14
-2
14 additions, 2 deletions
README.md
with
14 additions
and
2 deletions
README.md
+
14
−
2
View file @
55925ac4
...
...
@@ -27,10 +27,18 @@ 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.
For the weblog you need to download the latest version of
`frontail`
:
https://github.com/mthenw/frontail/releases
After that, use the following command to start the
``supervisor``
, which
you only need to do once:
...
...
@@ -83,6 +91,10 @@ different kind of parameters, like plot attributes or ranges.
Here is an example
`pipeline.toml`
:
```
[WebServer]
username = "km3net"
password = "swordfish"
[DOMRates]
lowest_rate = 150 # [kHz]
highest_rate = 350 # [kHz]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment