instrument.core
#
Create the core components of Bluesky data acquisition, in the order required by their function. (e.g., timeout defaults must be set before any ophyd objects are created)
BestEffortCallback: simple real-time visualizations, provides bec. |
|
Databroker catalog, provides cat |
|
Setup the Bluesky RunEngine, provides RE and sd. |
BestEffortCallback: simple real-time visualizations, provides bec
.#
- instrument.core.best_effort_init.bec#
BestEffortCallback object, creates live tables and plots.
- instrument.core.best_effort_init.peaks#
Dictionary with statistical analysis of LivePlots.
Databroker catalog, provides cat
#
Databroker catalog object, receives new data from |
- instrument.core.catalog_init.cat#
Databroker catalog object, receives new data from
RE
.
Setup the Bluesky RunEngine, provides RE
and sd
.#
- instrument.core.run_engine_init.RE#
The bluesky RunEngine object.
- instrument.core.run_engine_init.sd#
Baselines & monitors for
RE
.