mne.viz.
plot_ica_sources
(ica, inst, picks=None, exclude=None, start=None, stop=None, title=None, show=True, block=False, show_first_samp=False)[source]¶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
title : str | None
show : bool
block : bool
show_first_samp : 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.