main
Jungfreu
Small utitility to monitor the Jungfrau detector for saturated pixels and current temperature. Helps to prevent burnt pixels by closing the photon shutter in case we saturate the detector.
Installation and startup
Currently there are no packages, so the easiest is to clone the repository and use pixi to start the application:
pixi run jungfreu
Configuration
Configuration can come from a local TOML file.
Example jungfreu.toml:
[intensity]
jf_channel = "JF16T03V02:saturated_pixels"
shutter = "SARFE10-OPSH059:REQUEST"
[temperature]
detector_names = ["JF16T03V02", "JF20T01V01"]
If ./jungfreu.toml exists in the current working directory, it is loaded automatically.
Languages
Python
100%
