Closed Anevar closed 10 years ago
see https://github.com/mne-tools/mne-python/pull/672
we have not converged on the best way to do this.
At this point I use freeview
, but you could also use something like Slicer
on another volumetric visualization tool. I plan on trying to incorporate some volumetric visualization in PySurfer
(or maybe separately) in the next 6 to 12 months. There is a google summer of code student working on subcortical source spaces (likely discrete / volumetric), and that's likely to push some visualization use cases.
...and by use freeview
I mean I do stc.as_volume()
and then use nibabel
to save it to an nii
file, which I then plot against the T1.mgz
for each subject.
The source space generated does not have a built in plot function to view the source estimates.