https://github.com/diamondlightsource/fastcs-eiger
Eiger Control System Integration with FastCS
https://github.com/diamondlightsource/fastcs-eiger
Last synced: 7 months ago
JSON representation
Eiger Control System Integration with FastCS
- Host: GitHub
- URL: https://github.com/diamondlightsource/fastcs-eiger
- Owner: DiamondLightSource
- License: apache-2.0
- Created: 2023-09-28T10:21:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-29T16:25:32.000Z (9 months ago)
- Last Synced: 2025-05-29T16:53:36.498Z (9 months ago)
- Language: Python
- Homepage: https://github.com/DiamondLightSource/FastCS
- Size: 10.5 MB
- Stars: 2
- Watchers: 23
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/DiamondLightSource/fastcs-eiger/actions/workflows/ci.yml)
[](https://codecov.io/gh/DiamondLightSource/fastcs-eiger)
[](https://pypi.org/project/fastcs-eiger)
[](https://www.apache.org/licenses/LICENSE-2.0)
# FastCS Eiger
Control system integration for Dectris Eiger detectors using FastCS.
## Quickstart
1. Run eiger-detector development environment with data writers and simulated detector
i. `podman run --rm -it -v /dev/shm:/dev/shm -v /tmp:/tmp --net=host ghcr.io/dls-controls/eiger-detector-runtime:latest`
ii. It may be necessary to add the flag `--security-opt label=disable` if there are
SELinux permissions restrictions.
2. Run the IOC against the simulated detector, either from a local checkout
i. ``fastcs-eiger ioc `hostname -s`-EIGER``
ii. or run the `Eiger IOC` vscode launch config, but edit it to include your
hostname or there could be PV clashes from duplicate IOCs on the same network.
3. or to run the latest release directly from the container registry
i. Make a local directory for UIs `mkdir /tmp/opi` - bob files will appear here that
can be opened on the host with Phoebus.
ii. `podman run --rm -it -v /tmp/opi:/epics/opi --net=host ghcr.io/DiamondLightSource/fastcs-eiger:latest`
Source |
:---: | :---:
PyPI | `pip install fastcs-eiger`
Docker | `docker run ghcr.io/diamondlightsource/fastcs-eiger:latest`
Documentation |
Releases |
See https://diamondlightsource.github.io/fastcs-eiger for more detailed documentation.