mne.preprocessing.read_ica_eeglab#

mne.preprocessing.read_ica_eeglab(fname, *, montage_units='auto', verbose=None)[source]#

Load ICA information saved in an EEGLAB .set file.

Parameters:
fnamepath-like

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

montage_unitsstr

Units that channel positions are represented in. Defaults to “mm” (millimeters), but can be any prefix + “m” combination (including just “m” for meters).

New in v1.3.

New in v1.6.

verbosebool | str | int | None

Control verbosity of the logging output. If None, use the default verbosity level. See the logging documentation and mne.verbose() for details. Should only be passed as a keyword argument.

Returns:
icainstance of ICA

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