mne_icalabel.gui.label_ica_components#

mne_icalabel.gui.label_ica_components(inst, ica, show=True, block=False)[source]#

Launch the IC labelling GUI.

Parameters:
instRaw | Epochs

Raw or Epochs instance used to fit the ICA decomposition.

icaICA

The ICA object fitted on inst.

showbool

Show the GUI if True.

blockbool

Whether to halt program execution until the figure is closed.

Returns:
guiinstance of ICAComponentLabeler

The graphical user interface (GUI) window.

Examples using mne_icalabel.gui.label_ica_components#

Labeling ICA components with a GUI

Labeling ICA components with a GUI