ibllib.qc.qcplots

Plots for trial QC

Example

one = ONE() # Load data eid = ‘c8ef527b-6f7f-4f08-8b99-5aeb9d2b3740 # Run QC qc = TaskQC(eid, one=one) plot_results(qc) plt.show()

Functions

plot_results

plot_results(qc_obj, save_path=None)[source]