mne.preprocessing.read_ica

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

Restore ICA solution from fif file.

Parameters
fnamestr

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

verbosebool, str, int, or None

If not None, override default verbose level (see mne.verbose() and Logging documentation for more). If used, it should be passed as a keyword-argument only.

Returns
icainstance of ICA

The ICA estimator.

Examples using mne.preprocessing.read_ica