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: | raw : instance of Raw
eog_source : ndarray
event_id : int
l_freq : float
h_freq : float
verbose : bool, str, int, or None
|
---|---|
Returns: | eog_events : array
|