Skip to content

Commit

Permalink
DOC: blink interpolation changes annot descs (#12622)
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff authored May 21, 2024
1 parent 4c9a176 commit 07aecf8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mne/preprocessing/eyetracking/_pupillometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ def interpolate_blinks(raw, buffer=0.05, match="BAD_blink", interpolate_gaze=Fal
match : str | list of str
The description of annotations to interpolate over. If a list, the data within
all annotations that match any of the strings in the list will be interpolated
over. Defaults to ``'BAD_blink'``.
over. If a ``match`` starts with ``'BAD_'``, that part will be removed from the
annotation description after interpolation. Defaults to ``'BAD_blink'``.
interpolate_gaze : bool
If False, only apply interpolation to ``'pupil channels'``. If True, interpolate
over ``'eyegaze'`` channels as well. Defaults to False, because eye position can
Expand Down

0 comments on commit 07aecf8

Please sign in to comment.