apsbits.core.best_effort_init#

BestEffortCallback: simple real-time visualizations, provides bec.#

init_bec_peaks(iconfig)

Create and configure a BestEffortCallback object based on the provided iconfig.

Functions

init_bec_peaks(iconfig)

Create and configure a BestEffortCallback object based on the provided iconfig.

apsbits.core.best_effort_init.init_bec_peaks(iconfig)[source]#

Create and configure a BestEffortCallback object based on the provided iconfig.

Parameters:

iconfig (dict): Configuration dictionary.

Returns:
tuple: A tuple containing the configured BestEffortCallback object (bec)

and its peaks dictionary.