ibl_alignment_gui.plugins.additional_plots
Functions
Add additional plots to the plot loader. |
|
Generate data for a scatter plot of cluster depth vs. |
|
Example to show how to add additional plots to the GUI. |
- ibl_alignment_gui.plugins.additional_plots.add_plots(_, items, **kwargs)[source]
Add additional plots to the plot loader.
- Parameters:
_
items (ShankController) – A ShankController instance.
-------
- Return type:
None
- ibl_alignment_gui.plugins.additional_plots.scatter_amp_depth_prediction(self)[source]
Generate data for a scatter plot of cluster depth vs. cluster amplitude.
Clusters are coloured by their predicted region.
- Returns:
A dict containing a ScatterData object with key ‘Cluster Amp vs Depth vs Duration’.
- Return type:
Dict