From 241a0c4080e667b34884543ce601ae5f25a0fc69 Mon Sep 17 00:00:00 2001 From: Mathieu Scheltienne Date: Tue, 21 Feb 2023 14:42:40 +0100 Subject: [PATCH] fix typo 60 -> 30s [skip ci] --- tutorials/inverse/80_brainstorm_phantom_elekta.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/inverse/80_brainstorm_phantom_elekta.py b/tutorials/inverse/80_brainstorm_phantom_elekta.py index 3386cef4655..893a5ee3285 100644 --- a/tutorials/inverse/80_brainstorm_phantom_elekta.py +++ b/tutorials/inverse/80_brainstorm_phantom_elekta.py @@ -49,8 +49,8 @@ raw.info['bads'] = ['MEG1933', 'MEG2421'] # %% -# The data have strong line frequency (60 Hz and harmonics) and cHPI coil -# noise (five peaks around 300 Hz). Here we plot only out to 60 seconds +# The data has strong line frequency (60 Hz and harmonics) and cHPI coil +# noise (five peaks around 300 Hz). Here, we use only the first 30 seconds # to save memory: raw.plot_psd(tmax=30., average=False)