BGlib.be.viz.be_viz_utils.jupyter_visualize_beps_loops

BGlib.be.viz.be_viz_utils.jupyter_visualize_beps_loops(h5_projected_loops, h5_loop_guess, h5_loop_fit, step_chan='DC_Offset', cmap=None)[source]

Interactive plotting of the BE Loops

Parameters:
  • h5_projected_loops (h5py.Dataset) – Dataset holding the loop projections

  • h5_loop_guess (h5py.Dataset) – Dataset holding the loop guesses

  • h5_loop_fit (h5py.Dataset) – Dataset holding the loop fits

  • step_chan (str, optional) – The name of the Spectroscopic dimension to plot versus. Needs testing. Default ‘DC_Offset’

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

Return type:

None