Closed DiamondJoseph closed 4 days ago
This is not ophyd-async, this is bluesky. It is also step-scan only. count
will always make an Event, even if empty. As we don't expect to be running step scans faster than 10Hz then is this a problem?
@DiamondJoseph is this a problem?
It's just inelegant :(
When running the
count
plan from bluesky.plan_stubs with theSimPatternDetector
as the only Readable to be collected, I receive StreamResources for the detector's 2 datasets, StreamDatums 2*N (where N is the number of points collected, and 2 is the number of StreamResources) and N Event documents.The event documents are blank, and if I was running a plan over a very large N very quickly, where StreamDatums are emitted at 10Hz, may overwhelm the total number of messages with uselessness.