nipy / PySurfer

Cortical neuroimaging visualization in Python
https://pysurfer.github.io/
BSD 3-Clause "New" or "Revised" License
240 stars 97 forks source link

ENH: `units` parameters #219

Closed kingjr closed 6 years ago

kingjr commented 6 years ago

Currently, the default metrics in pysurfer and mne/freesurfer aren't identical. We probably need to add a parameter.

larsoner commented 6 years ago

... more specifically, PySurfer plots in mm, which are the standard Freesurfer units, but it would be nice to be able to plot in SI units (m). I don't think it would take many lines and could either be a Brain argument or be done in a setter, though the latter might be more work in terms of ensuring that the view and all currently displayed items get changed properly.

larsoner commented 6 years ago

I plan to implement this since another user has asked about this on a mailing list.