bluesky / ophyd-async

Hardware abstraction for bluesky written using asyncio
https://blueskyproject.io/ophyd-async
BSD 3-Clause "New" or "Revised" License
12 stars 26 forks source link

Fastcs eiger support #528

Closed DominicOram closed 2 months ago

DominicOram commented 3 months ago

See https://github.com/DiamondLightSource/dodal/issues/700. This implements enough of the Eiger/Odin for us to prove that we can actually take some data with it. To completely cover all the capability of the ophyd device we need to do a lot, at least:

To Test

Notes

DominicOram commented 2 months ago

Given the refactors in https://github.com/bluesky/ophyd-async/issues/405 and https://github.com/bluesky/ophyd-async/issues/551 I'm going to merge this as a MVP and park any further development on the other issues.