BCDA-APS / bluesky_training

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

Define the databroker catalog name at a higher level #47

Closed prjemian closed 2 years ago

prjemian commented 2 years ago

The databroker catalog name is defined in a low level file, making it more difficult to find and replace (as needed by each beamline regarding these files as a starting template).

https://github.com/BCDA-APS/bluesky_training/blob/33f308692d44f40073e518acc643c836b898b430/bluesky/instrument/framework/initialize.py#L85

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