Nothing said what is in a release or what it needs of the machine it lands on: that the Linux binaries are built -march=x86-64-v3 and the Windows ones /arch:AVX, so each has a CPU floor; that the portable .tgz is built on RHEL 8 for its glibc; that the Windows installer is MSVC (Visual Studio 2026), CUDA 13.3, Qt 6.11 and carries the Qt runtime; and above all what the CUDA variants need. Only cuFFT is linked dynamically, and it has no link-time dependency on the driver library, so a CUDA build starts on a machine with no NVIDIA GPU at all and falls back to the CPU path - as long as cuFFT can be loaded, which the .tgz and the installer arrange by shipping it and the distribution packages arrange through the distribution's own CUDA packages. Collected into a new page rather than scattered over the install instructions. The repository page had the RHEL 9 rows pointing at el8 paths under the wrong slsdet number, no rows at all for the two slsdet9 repositories the pipeline uploads, a driver package named jfjoch-driver where it is jfjoch-driver-dkms, and a note that RPMs are unsigned from before the pipeline started uploading them with sign=true. The FPGA page had a paragraph that stopped mid-sentence, in the middle of a link, and a section describing a firmware build triggered by commit message. The firmware is stable and carried from version to version now. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
16 lines
937 B
Markdown
16 lines
937 B
Markdown
# Supported detectors
|
|
|
|
## PSI detectors
|
|
Jungfraujoch supports PSI JUNGFRAU and PSI EIGER detectors. Jungfruajoch controls the detector via statically compiled `slsDetectorPackage` into its source code.
|
|
It is important that detector firmware has to match `slsDetectorPackage` version used in Jungfraujoch.
|
|
The default is 8.0.2; 9.2.0 is built with the `SLS9=ON` CMake option and published in the `slsdet9`
|
|
[package repositories](REPOSITORIES.md).
|
|
See [PSI Detector group website](https://www.psi.ch/en/lxn/software-releases) for details.
|
|
|
|
# DECTRIS detectors
|
|
|
|
Jungfraujoch can be used with DECTRIS detectors, as a data analysis tool.
|
|
In this solution Jungfraujoch controls the Detector Control Unit (DCU) of the detector, and handles output data stream of the DCU.
|
|
This mode, called "lite" mode, doesn't use FPGA boards, but mostly CPUs and GPUs for indexing.
|
|
The mode is currently experimental and intended for low data rates (100 Hz).
|