bluesky / event-model

data model for event-based data collection and analysis
https://blueskyproject.io/event-model
BSD 3-Clause "New" or "Revised" License
13 stars 30 forks source link

Added event_counters as an optional kwarg to compose_run #257

Closed evalott100 closed 1 year ago

evalott100 commented 1 year ago

Closes #256

Also renames event_counter to event_counters since it is a dict of individual event counters.

coretl commented 1 year ago

@danielballan what code actually uses these compose functions? Bluesky doesn't, I guess some ophyd flyers might, but I can't think what else might call compose_descriptor for instance?

danielballan commented 1 year ago

It is used in bluesky-live which has been sitting on the back burner, to be visited once the dust settles on Tiled. It may also be used in some smaller projects related to automation.

danielballan commented 1 year ago

I would be in favor of refactor the bluesky RunBundler to use these. This was always the intention, just has not happened yet.