bluesky / ophyd-async

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

More flexible multi-run specification #575

Closed coretl closed 1 month ago

coretl commented 2 months ago

It occurs to me that tomography will not be served with #549, as it doesn't follow that pattern of NxM frames.

I suggest instead of TriggerInfo(num=3, iterations=4) we do TriggerInfo(num=[3]*4), which leaves us able to do TriggerInfo(num=[2, 3, 1000, 3]) for tomography (darks, flats, projections, flats)