mne.preprocessing.read_ica

mne.preprocessing.read_ica(fname)[source]

Restore ICA solution from fif file.

Parameters:

fname : str

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

Returns:

ica : instance of ICA

The ICA estimator.