mne.event.shift_time_events#
- mne.event.shift_time_events(events, ids, tshift, sfreq)[source]#
 Shift a set of events.
- Parameters:
 - events
arrayofint, shape (n_events, 3) The array of events. The first column contains the event time in samples, with first_samp included. The third column contains the event id.
- ids
ndarrayofint|None The ids of events to shift.
- tshift
float Time-shift event. Use positive value tshift for forward shifting the event and negative value for backward shift.
- sfreq
float The sampling frequency of the data.
- events
 - Returns: