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

Update README.md

parent 9c37785b
No related branches found
No related tags found
No related merge requests found
......@@ -68,13 +68,27 @@ monitoring software (usually `~/monitoring`) which can be used to set
different kind of parameters, like plot attributes or ranges.
Here is an example `pipeline.toml`:
[DOMRates]
lowest_rate = 200
highest_rate = 400
```
[DOMRates]
lowest_rate = 150 # [kHz]
highest_rate = 350 # [kHz]
[PMTRates]
lowest_rate = 1000 # [Hz]
highest_rate = 20000 # [Hz]
[TriggerRate]
interval = 300 # time inverval to integrate [s]
with_minor_ticks = true # minor tickmarks on the plot
[TriggerMap]
max_events = 5000 # the number of events to log
[ZTPlot]
min_dus = 1
ytick_distance = 25 # [m]
```
[PMTRates]
lowest_rate = 1000
highest_rate = 10000
After a `make stop` and `make start`, the file is parsed and the default
values are overwritten by those defined in the configuration file.
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