toolbox_scs.detectors.dssc_plot

DSSC visualization routines

Plotting sub-routines frequently done in combination with dssc analysis. The initial code is based on: https://github.com/dscran/dssc_process /blob/master/example_image_process_pulsemask.ipynb

Todo: For visualization of statistical information we could eventually switch to seaborn: https://seaborn.pydata.org/

Module Contents

Functions

plot_xgm_threshold(xgm[, xgm_min, xgm_max, run_nr, ...])

plot_binner(binner[, yname, xname, run_nr])

plot_binner_hist(binner[, dname, run_nr])

plot_hist_processed(hist_data)

toolbox_scs.detectors.dssc_plot.plot_xgm_threshold(xgm, xgm_min=None, xgm_max=None, run_nr='', safe_fig=False)[source]
toolbox_scs.detectors.dssc_plot.plot_binner(binner, yname='data', xname='data', run_nr='')[source]
toolbox_scs.detectors.dssc_plot.plot_binner_hist(binner, dname='data', run_nr='')[source]
toolbox_scs.detectors.dssc_plot.plot_hist_processed(hist_data)[source]