- Add docs/JFJOCH_PROCESS.md describing the offline analysis tool, its options, output files, and the broker/viewer/process distinction; mention jfjoch_scale for re-scaling/merging. - Rewrite docs/JFJOCH_VIEWER.md for consistency: functionality, HTTP env vars (JUNGFRAUJOCH_HTTP_HOST/PORT), command line, and the real D-Bus API. - Refresh docs/TOOLS.md to the current set of tools; add both pages to index.rst. - jfjoch_process: fix stale self-name (jfjoch_analysis -> jfjoch_process) in usage/license/logger. - jfjoch_scale: unify --scaling-high-resolution with jfjoch_process (drop -D short flag, make it long-only) and remove dead p/q/i short options. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
70 lines
1.1 KiB
ReStructuredText
70 lines
1.1 KiB
ReStructuredText
.. image:: jfjoch.png
|
|
:width: 256
|
|
:align: left
|
|
|
|
PSI Jungfraujoch
|
|
================
|
|
|
|
Jungfraujoch is data acquisition and on-the-fly analysis system developed by the `Paul Scherrer Institut <https://www.psi.ch>`__.
|
|
|
|
It can be currently used with PSI and DECTRIS detectors.
|
|
|
|
Jungfraujoch is distributed under the GPLv3 license.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: General
|
|
|
|
ACKNOWLEDGEMENT
|
|
LICENSE
|
|
DETECTORS
|
|
HARDWARE
|
|
SOFTWARE
|
|
VERSIONING
|
|
DEPLOYMENT
|
|
CHANGELOG
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Software
|
|
|
|
JFJOCH_BROKER
|
|
JFJOCH_WRITER
|
|
JFJOCH_PROCESS
|
|
JFJOCH_VIEWER
|
|
SOFTWARE_INTEGRATION
|
|
TOOLS
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: FPGA
|
|
|
|
FPGA
|
|
FPGA_LICENSE
|
|
FPGA_DESIGN
|
|
FPGA_NETWORK
|
|
FPGA_PCIE_DRIVER
|
|
FPGA_SETTINGS
|
|
FPGA_DATA_ANALYSIS
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Reference
|
|
|
|
DETECTOR_GEOMETRY
|
|
CPU_DATA_ANALYSIS
|
|
OPENAPI
|
|
OPENAPI_SPECS
|
|
CBOR
|
|
HDF5
|
|
IMAGE_STREAM
|
|
PIXEL_MASK
|
|
WEB_FRONTEND
|
|
TESTS
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: OpenAPI Python client
|
|
|
|
python_client/README
|
|
python_client/docs/DefaultApi |