bluesky / suitcase-core

data export facilities for NSLS-II
https://blueskyproject.io/suitcase
Other
2 stars 13 forks source link

add hook to do pre-processing of events before writing to disk #35

Closed licode closed 5 years ago

licode commented 7 years ago

Also beamline_id keyward is not always included at run start. We may need to modify the part where saving with beamline_id is used.

danielballan commented 5 years ago

The scope of suitcase packages is now strictly: "You give me documents and a transport mechanism; I serialize the documents into bytes and push them into that transport mechanism." Pre-processing should be done upstream by modifying the documents before they reach the Serializer.