Skip to content

Commit 35398fd

Browse files
Adjust Pupil channel units (again) (#13314)
1 parent 3612f7b commit 35398fd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/changes/devel/13314.bugfix.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Change default pupil unit scalings from micrometrs to millimeters by `Scott Huberty`_

mne/defaults.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
gsr="S",
9494
temperature="C",
9595
eyegaze="rad",
96-
pupil="µm",
96+
pupil="mm",
9797
),
9898
# scalings for the units
9999
scalings=dict(
@@ -122,7 +122,7 @@
122122
gsr=1.0,
123123
temperature=1.0,
124124
eyegaze=1.0,
125-
pupil=1e6,
125+
pupil=1e3,
126126
),
127127
# rough guess for a good plot
128128
scalings_plot_raw=dict(

0 commit comments

Comments
 (0)