BGlib.be.viz.be_viz_utils.plot_loop_sho_raw_comparison¶
- BGlib.be.viz.be_viz_utils.plot_loop_sho_raw_comparison(h5_loop_parameters, h5_sho_grp, h5_raw_dset, selected_loop_parm=None, selected_loop_cycle=0, selected_loop_pos=[0, 0], selected_step=0, tick_font_size=14, cmap='viridis', step_chan='DC_Offset')[source]¶
- Parameters:
h5_loop_parameters (h5py.Dataset) – Dataset containing the loop parameters
h5_sho_grp (h5py.Group) – Group containing the SHO fitting results, based on which the loop fit was performed
h5_raw_dset (h5py.Dataset) – Dataset containing the raw BE measurement, that was used to get h5_sho_grp
selected_loop_parm (str) – The initial loop parameter to be plotted
selected_loop_cycle (int) – The initial loop cycle to be plotted
selected_loop_pos (array-like of two ints) – The initial position to be plotted
selected_step (int) – The initial bias step to be plotted
tick_font_size (int) – Font size for the axes tick labels
cmap (str or matplotlib.colors.Colormap) – Colormap to be used in plotting the parameter map
step_chan (str) – Name of spectral dimension loops were fit over
- Return type:
None