Skip to content

Commit

Permalink
Make ECoG and sEEG size defaults more realistic (mne-tools#12474)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel McCloy <dan@mccloy.info>
  • Loading branch information
libertyh and drammock authored Mar 4, 2024
1 parent 97b745a commit 795d6d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions doc/changes/devel/12474.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Changed default ECoG and sEEG electrode sizes in brain plots to better reflect real world sizes, by `Liberty Hamilton`_
4 changes: 2 additions & 2 deletions mne/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@
eeg_scale=4e-3,
eegp_scale=20e-3,
eegp_height=0.1,
ecog_scale=5e-3,
seeg_scale=5e-3,
ecog_scale=2e-3,
seeg_scale=2e-3,
meg_scale=1.0, # sensors are already in SI units
ref_meg_scale=1.0,
dbs_scale=5e-3,
Expand Down

0 comments on commit 795d6d9

Please sign in to comment.