DiamondLightSource / i22-bluesky

I22 specific bluesky plans and plan stubs
Apache License 2.0
0 stars 0 forks source link

Support metadata passing from i22 specific plans #29

Open DiamondJoseph opened 4 months ago

DiamondJoseph commented 4 months ago

All i22 plans should take an optional Dict[str, Any] named metadata that is passed down to the RunDecorator/start_run stub when they are called. Any stubs should also propagate these through if required.