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

ENH: Added NX_class as a PerObjectHint to the event descriptor. #312

Closed burkeds closed 3 weeks ago

burkeds commented 3 weeks ago

This is an optional hint that can be used to carry a NeXus class definition one may wish to associate with a device.

Motivation and Context

It would be good to have a standard way to assign a NeXus class definition to a high level device. Having a specific field with a standard name will better allow the community to converge on a standard way to assign and use this definition for high level processes such as writing callbacks.

evalott100 commented 3 weeks ago

there's nothing special we have to do with schema generation here

CI does our generation check! LGTM :pray:

danielballan commented 3 weeks ago

Nice to have a @burkeds commit in event-model. Thanks Devin!