Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions doc/changes/devel/13314.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Change default pupil unit scalings from micrometrs to millimeters by `Scott Huberty`_
4 changes: 2 additions & 2 deletions mne/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
gsr="S",
temperature="C",
eyegaze="rad",
pupil="µm",
pupil="mm",
),
# scalings for the units
scalings=dict(
Expand Down Expand Up @@ -122,7 +122,7 @@
gsr=1.0,
temperature=1.0,
eyegaze=1.0,
pupil=1e6,
pupil=1e3,
),
# rough guess for a good plot
scalings_plot_raw=dict(
Expand Down