mne.viz.
plot_ica_overlay
(ica, inst, exclude=None, picks=None, start=None, stop=None, title=None, show=True)[source]¶Overlay of raw and cleaned signals given the unmixing matrix.
This method helps visualizing signal quality and artifact rejection.
Parameters: | ica : instance of mne.preprocessing.ICA
inst : instance of mne.io.Raw or mne.Evoked
exclude : array_like of int
picks : array-like of int | None (default)
start : int
stop : int
title : str
show : bool
|
---|---|
Returns: | fig : instance of pyplot.Figure
|