BGlib.be.viz.be_viz_utils.jupyter_visualize_beps_sho

BGlib.be.viz.be_viz_utils.jupyter_visualize_beps_sho(pc_sho_dset, step_chan, resp_func=None, resp_label='Response', cmap=None, verbose=False)[source]

Jupyer notebook ONLY function. Sets up an interactive visualizer for viewing SHO fitted BEPS data. Currently, this is limited to DC and AC spectroscopy datasets.

Parameters:
  • pc_sho_dset (USIDataset) – dataset to be plotted

  • step_chan (string / unicode) – Name of the channel that forms the primary spectroscopic axis (eg - DC offset)

  • resp_func (function (optional)) – Function to apply to the spectroscopic data. Currently, DC spectroscopy uses A*cos(phi) and AC spectroscopy uses A

  • resp_label (string / unicode (optional)) – Label for the response (y) axis.

  • cmap (String, or matplotlib.colors.LinearSegmentedColormap object (Optional)) – Requested color map

  • verbose (bool, optional) – Whether or not to print logs for debugging. Default = False