system
(system)
1
Hi,
Is there any command to save the output of mne.viz.plot_source_estimates?
That is, to save the image shown in the TVTK viewer.
Best,
Gladia
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20161207/6856fc9a/attachment.html
system
(system)
2
you are looking for something like this?
brain = stc.plot()
brain.save_image(fname)
Best,
Denis
system
(system)
3
Yes, thank you! How do I tell it which hemisphere to plot? How do I find
out what built-in functions each object type (eg. Stc object) has?
Best,
Gladia
system
(system)
4
Checkout the "hemi" parameter, that should give you what you're looking for.
Denis
system
(system)
5
How do I find out what built-in functions each object type (eg. Stc
object) has?
by looking at the API doc eg.
http://martinos.org/mne/stable/generated/mne.SourceEstimate.html#mne.SourceEstimate
HTH
Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20161216/4976b3a5/attachment.html