mne-tools / mne-gsoc2018-3d

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

Colorful mesh #2

Closed OlehKSS closed 6 years ago

OlehKSS commented 6 years ago

Add colors for the brain mesh. Add corresponding arguments to the mesh generating function from #1.

Use GSOC-wiki examples as a reference.

Another example for adding colors.

OlehKSS commented 6 years ago

@choldgraf, @larsoner for this task I think I need to add function for reading morphometry / curvature data and show brain mesh with corresponding color data. From the gist files I saw you were using activity data in order to show activity patterns as color of the mesh, but I am not sure as part of which task should it be implemented. I suppose that activity patterns should be visualized as part of #4, so their color data will reside in mesh overlays, am I correct?

larsoner commented 6 years ago

Yeah the next step would be plot the curv data on the mesh. That can be this issue.

For color / activation on top this can be #4.