apsbits.utils.metadata#

RunEngine Metadata#

get_md_path([iconfig])

Get path for RE metadata.

re_metadata([iconfig, cat])

Programmatic metadata for the RunEngine.

Functions

get_md_path([iconfig])

Get path for RE metadata.

re_metadata([iconfig, cat])

Programmatic metadata for the RunEngine.

apsbits.utils.metadata.get_md_path(iconfig=None)[source]#

Get path for RE metadata.

support

path

PersistentDict

Directory where dictionary keys are stored in separate files.

StoredDict

File where dictionary is stored as YAML.

In either case, the ‘path’ can be relative or absolute. Relative paths are with respect to the present working directory when the bluesky session is started.

apsbits.utils.metadata.re_metadata(iconfig=None, cat=None)[source]#

Programmatic metadata for the RunEngine.