mne.preprocessing.ica_find_eog_events

mne.preprocessing.ica_find_eog_events(raw, eog_source=None, event_id=998, l_freq=1, h_freq=10, verbose=None)[source]

Locate EOG artifacts from one selected ICA source.

Parameters
rawinstance of Raw

The raw data.

eog_sourcendarray

ICA source resembling EOG to find peaks from.

event_idint

The index to assign to found events.

l_freqfloat

Low cut-off frequency in Hz.

h_freqfloat

High cut-off frequency in Hz.

verbosebool, str, int, or None

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.

Returns
eog_eventsarray

Events.