mne.preprocessing.
fix_stim_artifact
(inst, events=None, event_id=None, tmin=0.0, tmax=0.01, mode=’linear’, stim_channel=None)[source]¶Eliminate stimulation’s artifacts from instance.
Note
This function operates in-place, consider passing
inst.copy()
if this is not desired.
Parameters: | inst : instance of Raw or Epochs or Evoked
events : array, shape (n_events, 3)
event_id : int
tmin : float
tmax : float
mode : ‘linear’ | ‘window’
stim_channel : str | None
|
---|---|
Returns: | inst : instance of Raw or Evoked or Epochs
|
mne.preprocessing.fix_stim_artifact
¶