mne.viz.
plot_ica_sources
(ica, inst, picks=None, exclude=None, start=None, stop=None, show=True, title=None, block=False)¶Plot estimated latent sources given the unmixing matrix.
Typical usecases:
Parameters: | ica : instance of mne.preprocessing.ICA
inst : instance of mne.io.Raw, mne.Epochs, mne.Evoked
picks : int | array_like of int | None.
exclude : array_like of int
start : int
stop : int
show : bool
title : str | None
block : bool
|
---|---|
Returns: | fig : instance of pyplot.Figure
|
Notes
For raw and epoch instances, it is possible to select components for
exclusion by clicking on the line. The selected components are added to
ica.exclude
on close.
New in version 0.10.0.