Visualization of sources

External Email - Use Caution

Hi!
Is it possible to create a continuous visualization of a moving source
estimate? Like a video that shows how a source moves across the surface
instead of just entering many different values for initial_time in
stc.plot()? (I'm working with epileptic spikes that moves from one region
to another).

Best,
Karin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20180903/93510c0a/attachment.html

External Email - Use Caution

Hi Karin,

I think you can use brain.make_movie (
https://pysurfer.github.io/generated/surfer.Brain.html#surfer.Brain.save_movie)
using the brain object that stc.plot returns in MNE.

Best,
Mainak