[Mne_analysis] to visualize the source activation at every 10 ms

Eric Larson larson.eric.d at gmail.com
Wed Sep 6 09:16:55 EDT 2017
Search archives:

>
> I used the following line to plot the source activation at time=300ms, but
> I can only get the activation at t=0ms.
> *source_data.plot(hemi='split', initial_time=0.30, time_viewer=True,
> views=['lateral','medial','ventral'])*
>

You might need to set time_unit='s'. If that doesn't fix it, check that
`stc.times` actually contains the times of interest.

In addition, the clim= {'kind':'value','lims':[-9e-11,0,9e-11]} doesn't
> work properly in the script. It gives the plot with yellow and black colors
> instead of blue and red colors, but the manual adjustment of the scales to
> this range works perfectly.
>

Use something like clim={'kind': 'value', 'pos_lims': [7e-11, 8e-11,
9e-11]}, or use your "clim" with "colormap='mne_analyze'". "pos_lims"
triggers the use of the red/blue MNE colormap automatically.

Eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20170906/38e253cf/attachment.html 


More information about the Mne_analysis mailing list