DiamondLightSource / fastcs-eiger

Prototype Eiger Control System Integration with FastCS
https://github.com/DiamondLightSource/FastCS
Apache License 2.0
1 stars 0 forks source link

CI Coverage PyPI License

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

  2. Run the IOC against the simulated detector, either from a local checkout

    i. fastcs-eiger ioc EIGER (or run Eiger IOC vscode launch config)

  3. or the container

    i. Make a local directory for UIs mkdir /tmp/opi

    ii. podman run --rm -it -v /tmp/opi:/epics/opi --net=host ghcr.io/DiamondLightSource/fastcs-eiger:latest

Source https://github.com/DiamondLightSource/fastcs-eiger
PyPI pip install fastcs-eiger
Docker docker run ghcr.io/diamondlightsource/fastcs-eiger:latest
Documentation https://diamondlightsource.github.io/fastcs-eiger
Releases https://github.com/DiamondLightSource/fastcs-eiger/releases

See https://diamondlightsource.github.io/fastcs-eiger for more detailed documentation.