Skip to content

Commit

Permalink
Update mne/io/base.py
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel McCloy <[email protected]>
  • Loading branch information
cbrnr and drammock authored Dec 11, 2024
1 parent a1f3695 commit 83e963c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne/io/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1526,7 +1526,7 @@ def rescale(self, scale, *, verbose=None):
Examples
--------
A common use case for EEG data is to convert from µV to V, since many EE
A common use case for EEG data is to convert from µV to V, since many EEG
systems store data in µV, but MNE-Python expects the data to be in V. Therefore,
the data needs to be rescaled by a factor of 1e-6. To rescale all channels from
µV to V, you can do::
Expand Down

0 comments on commit 83e963c

Please sign in to comment.