We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3612f7b commit 35398fdCopy full SHA for 35398fd
doc/changes/devel/13314.bugfix.rst
@@ -0,0 +1 @@
1
+Change default pupil unit scalings from micrometrs to millimeters by `Scott Huberty`_
mne/defaults.py
@@ -93,7 +93,7 @@
93
gsr="S",
94
temperature="C",
95
eyegaze="rad",
96
- pupil="µm",
+ pupil="mm",
97
),
98
# scalings for the units
99
scalings=dict(
@@ -122,7 +122,7 @@
122
gsr=1.0,
123
temperature=1.0,
124
eyegaze=1.0,
125
- pupil=1e6,
+ pupil=1e3,
126
127
# rough guess for a good plot
128
scalings_plot_raw=dict(
0 commit comments