sesameeg.viz.plot_stc¶
- sesameeg.viz.plot_stc(inv_op, plot_kwargs=None, savepath=None, save_kwargs=None, true_idxs=None, force_open=False)[source]¶
Plot SESAME source estimates using mne.
- 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_source_estimates()(e.g., dict(surface=’white’)).- savepath
str| None File path to write image to. If None, no image is written.
- save_kwargs
dict| None Additional arguments to
screenshot().- true_idxs
ndarray| None In simulation settings, indexes of source space points in which true sources are located.
- force_open
bool If True, force the image to stay open.
- inv_opInstance of