DiamondLightSource / fastcs-eiger

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

Implement trigger based on trigger mode #39

Closed GDYendell closed 3 months ago

GDYendell commented 3 months ago

If trigger mode is inte, then trigger requires an exposure time, otherwise it requires no value.

See: https://github.com/DiamondLightSource/eiger-detector/blob/master/python/src/eiger_detector/control/eiger_detector.py#L791

GDYendell commented 3 months ago

Done in #40