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)

best_effort_init

BestEffortCallback: simple real-time visualizations, provides bec.

catalog_init

Databroker catalog, provides cat

run_engine_init

Setup the Bluesky RunEngine, provides RE and sd.

BestEffortCallback: simple real-time visualizations, provides bec.

bec

BestEffortCallback object, creates live tables and plots.

peaks

Dictionary with statistical analysis of LivePlots.

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

cat

Databroker catalog object, receives new data from RE.

instrument.core.catalog_init.cat

Databroker catalog object, receives new data from RE.

Setup the Bluesky RunEngine, provides RE and sd.

RE

The bluesky RunEngine object.

sd

Baselines & monitors for RE.

instrument.core.run_engine_init.RE

The bluesky RunEngine object.

instrument.core.run_engine_init.sd

Baselines & monitors for RE.