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
|None
Control verbosity of the logging output. If
None
, use the default verbosity level. See the logging documentation andmne.verbose()
for details. Should only be passed as a keyword argument.
- fname
- Returns
- icainstance of
ICA
The ICA estimator.
- icainstance of