mne.preprocessing.read_ica_eeglab¶
- mne.preprocessing.read_ica_eeglab(fname, *, verbose=None)[source]¶
Load ICA information saved in an EEGLAB .set file.
- Parameters
- fname
str Complete path to a .set EEGLAB file that contains an ICA object.
- 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 An ICA object based on the information contained in the input file.
- icainstance of