mne.preprocessing.read_ica_eeglab

mne.preprocessing.read_ica_eeglab(fname)[source]

Load ICA information saved in an EEGLAB .set file.

Parameters
fnamestr

Complete path to a .set EEGLAB file that contains an ICA object.

Returns
icainstance of ICA

An ICA object based on the information contained in the input file.

Examples using mne.preprocessing.read_ica_eeglab