2026-07-16 22:54:26 +02:00
2026-07-16 22:54:26 +02:00
2026-03-15 16:04:41 +01:00
2026-03-15 16:14:46 +01:00
2026-03-15 15:55:46 +01:00
2026-07-16 22:54:26 +02:00
2026-03-15 16:33:33 +01:00
2026-07-16 22:54:26 +02:00
2026-03-15 16:52:29 +01:00

icon 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.

screenshots

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.

S
Description
No description provided
Readme
58 KiB
Languages
Python 100%