From 4aa4279ce489b7fa8dc0f4712fbbc156ef2117cd Mon Sep 17 00:00:00 2001 From: Alex Rockhill Date: Fri, 16 Feb 2024 14:46:36 -0800 Subject: [PATCH] DOC: add missing info to interpolate bads docstring --- mne/channels/channels.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mne/channels/channels.py b/mne/channels/channels.py index aee085891c4..0d0af8279cb 100644 --- a/mne/channels/channels.py +++ b/mne/channels/channels.py @@ -839,6 +839,8 @@ def interpolate_bads( - ``"meg"`` channels support ``"MNE"`` (default) and ``"nan"`` - ``"eeg"`` channels support ``"spline"`` (default), ``"MNE"`` and ``"nan"`` - ``"fnirs"`` channels support ``"nearest"`` (default) and ``"nan"`` + - ``"ecog"`` channels support ``"spline"`` (default) and ``"nan"`` + - ``"seeg"`` channels support ``"spline"`` (default) and ``"nan"`` None is an alias for::