mne.preprocessing.read_ica#

mne.preprocessing.read_ica(fname, verbose=None)[source]#

Restore ICA solution from fif file.

Parameters:
fnamepath-like

Absolute path to fif file containing ICA matrices. The file name should end with -ica.fif or -ica.fif.gz.

verbosebool | str | int | None

Control verbosity of the logging output. If None, use the default verbosity level. See the logging documentation and mne.verbose() for details. Should only be passed as a keyword argument.

Returns:
icainstance of ICA

The ICA estimator.

Examples using mne.preprocessing.read_ica#

Repairing artifacts with ICA

Repairing artifacts with ICA