mne.viz.plot_snr_estimate

mne.viz.plot_snr_estimate(evoked, inv, show=True)[source]

Plot a data SNR estimate.

Parameters:

evoked : instance of Evoked

The evoked instance. This should probably be baseline-corrected.

inv : instance of InverseOperator

The minimum-norm inverse operator.

show : bool

Show figure if True.

Returns:

fig : instance of matplotlib.figure.Figure

The figure object containing the plot.

Notes

New in version 0.9.0.

Examples using mne.viz.plot_snr_estimate