ibl_alignment_gui.plugins.additional_plots

Functions

add_plots

Add additional plots to the plot loader.

scatter_amp_depth_prediction

Generate data for a scatter plot of cluster depth vs.

setup

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:
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

ibl_alignment_gui.plugins.additional_plots.setup(controller)[source]

Example to show how to add additional plots to the GUI.

Parameters:

controller (AlignmentGUIController) – The main application controller.

Return type:

None