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_source
ndarray
ICA source resembling EOG to find peaks from.
- event_id
int
The index to assign to found events.
- l_freq
float
Low cut-off frequency in Hz.
- h_freq
float
High cut-off frequency in Hz.
- verbose
bool
|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.
- rawinstance of
- Returns:
- eog_events
array
Events.
- eog_events