Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tutorials/inverse/80_brainstorm_phantom_elekta.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure whether or not you actually need to / should change these -- at some point I learned data was plural of datum, but I have also learned to live with people never using it that way 🤷

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It sounds weird to me, but I'm not a native English speaker 😅

# noise (five peaks around 300 Hz). Here, we use only the first 30 seconds
# to save memory:

raw.plot_psd(tmax=30., average=False)
Expand Down