mne_icalabel.gui.label_ica_components# mne_icalabel.gui.label_ica_components(inst, ica, show=True, block=False)# Launch the IC labelling GUI. Parameters: instRaw | EpochsRaw or Epochs instance used to fit the ICA decomposition. icaICAThe ICA object fitted on inst. showboolShow the GUI if True. blockboolWhether to halt program execution until the figure is closed. Returns: guiinstance of ICAComponentLabelerThe 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