DiamondLightSource / i22-bluesky

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

Update device metadata in linkam plan #33

Closed abbiemery closed 1 month ago

abbiemery commented 1 month ago

This just adds the device repr in the plan args metadata.

DiamondJoseph commented 1 month ago

I vote change the plan params to detectors: List[StandardDetector] = inject(["saxs", "waxs", "i0", "it"]) akin to stopflow

abbiemery commented 1 month ago

I vote change the plan params to detectors: List[StandardDetector] = inject(["saxs", "waxs", "i0", "it"]) akin to stopflow

We can't because each of the detectors is used individually within the plan, as well as in a list.