mne.preprocessing.read_ica¶
- mne.preprocessing.read_ica(fname, verbose=None)[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.
- verbosebool,
str
,int
, orNone
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.
- fname
- Returns
- icainstance of
ICA
The ICA estimator.
- icainstance of