WrightTools.data.from_databroker

WrightTools.data.from_databroker(run, dataset='primary')[source]

Import a dataset from a bluesky run into the WrightTools Data format.

Parameters:
  • run (BlueskyRun) – The bluesky run as returned by e.g. catalog[“<uid>”]

  • dataset (str) – The string identifier of the stream to import from the bluesky run. By default “primary” is used, but e.g. “baseline” is also common