Saving the output of mne.viz.plot_source_estimates?

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

you are looking for something like this?

brain = stc.plot()
brain.save_image(fname)

Best,
Denis

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

Checkout the "hemi" parameter, that should give you what you're looking for.

Denis

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