BCDA-APS / bluesky_training

Bluesky training, including instrument package
https://bcda-aps.github.io/bluesky_training/
Other
11 stars 0 forks source link

Define instrument-specific metadata more obvious #50

Closed prjemian closed 2 years ago

prjemian commented 2 years ago

Make the definition of this instrument-specific metadata

https://github.com/BCDA-APS/bluesky_training/blob/1704c79cf5af3dcd2224a7976f2b3fbff732419b/bluesky/instrument/framework/metadata.py#L30-L32

more obvious by defining it earlier in the instrument package. Following #47, define this at a higher level, such as at line 4 here: https://github.com/BCDA-APS/bluesky_training/blob/33f308692d44f40073e518acc643c836b898b430/bluesky/instrument/collection.py#L1-L5

Define a dictionary at the higher level which is used to update the RE.md later, in instrument.framework.initialize.