sesameeg.viz
.plot_vol_stc¶
- sesameeg.viz.plot_vol_stc(inv_op, plot_kwargs=None, savepath=None, save_kwargs=None)[source]¶
Plot Nutmeg style SESAME volumetric source estimates using nilearn.
- Parameters:
- inv_opInstance of
Sesame
Instance of Sesame. Source estimates have to be computed through
compute_stc()
- plot_kwargs
dict
| None Additional arguments to
plot_stat_map()
(e.g., dict(colorbar=False)).- savepath
str
| None File path to write image to. If None, no image is written.
- save_kwargs
dict
| None Additional arguments to
savefig()
.
- inv_opInstance of