diff --git a/examples/preprocessing/interpolate_to.py b/examples/preprocessing/interpolate_to.py index fc1069cdb4e..4d86310e1db 100644 --- a/examples/preprocessing/interpolate_to.py +++ b/examples/preprocessing/interpolate_to.py @@ -5,8 +5,8 @@ Interpolate EEG data to any montage ====================================================== -This example demonstrates how to interpolate EEG channels to match a given -montage using the :func:`interpolate_to` method. This can be useful for standardizing +This example demonstrates how to interpolate EEG channels to match a given montage. +This can be useful for standardizing EEG channel layouts across different datasets (see :footcite:`MellotEtAl2024`). - Using the field interpolation for EEG data.