Plot a data SNR estimate.
EvokedThe evoked instance. This should probably be baseline-corrected.
InverseOperatorThe minimum-norm inverse operator.
Show figure if True.
Axes | NoneThe axes to plot into.
New in version 0.21.0.
str | int | NoneControl verbosity of the logging output. If None, use the default
verbosity level. See the logging documentation and
mne.verbose() for details. Should only be passed as a keyword
argument.
matplotlib.figure.FigureThe figure object containing the plot.
Notes
The bluish green line is the SNR determined by the GFP of the whitened evoked data. The orange line is the SNR estimated based on the mismatch between the data and the data re-estimated from the regularized inverse.
New in version 0.9.0.
mne.viz.plot_snr_estimate#