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_kwargsdict | None

Additional arguments to plot_source_estimates() (e.g., dict(surface=’white’)).

savepathstr | None

File path to write image to. If None, no image is written.

save_kwargsdict | None

Additional arguments to screenshot().

true_idxsndarray | None

In simulation settings, indexes of source space points in which true sources are located.

force_openbool

If True, force the image to stay open.