mne.
find_stim_steps
(raw, pad_start=None, pad_stop=None, merge=0, stim_channel=None)[source]¶Find all steps in data from a stim channel.
Parameters: | raw : Raw object
pad_start: None | int
pad_stop : None | int
merge : int
stim_channel : None | string | list of string
|
---|---|
Returns: | steps : array, shape = (n_samples, 3)
|
See also
find_events