mne-tools / mne-gsoc2018-3d

Sandbox for GSoC 2018 3D Viz
BSD 3-Clause "New" or "Revised" License
9 stars 4 forks source link

Color of the brain surface: inverted or not #16

Closed OlehKSS closed 6 years ago

OlehKSS commented 6 years ago

Do I currently decode colors of the brain mesh? Or should it be inverted?

image

OlehKSS commented 6 years ago

@choldgraf , @larsoner Should I invert colors of the mesh or I can keep it as it is now?

larsoner commented 6 years ago

They are backward, see my PR to your branch

https://github.com/OlehKSS/mne-gsoc2018-3d/pull/2

larsoner commented 6 years ago

You can also look at PySurfer as a reference:

fig = Brain('sample', 'rh', 'pial', subjects_dir='/Users/larsoner/mne_data/MNE-sample-data/subjects')

gives

screen shot 2018-06-02 at 12 21 16
OlehKSS commented 6 years ago

Ok, thanks, I'll fix it. I wasn't sure because the example on MNE-Python Wiki page dedicated to GSOC was inverted as well.