Parameters: |
- raw : instance 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, or None
If not None, override default verbose level (see mne.verbose()
and Logging documentation for more).
|