Prepare an inverse operator for actually computing the inverse.
dictThe inverse operator structure read from a file.
intNumber of averages (scales the noise covariance).
floatThe regularization factor. Recommended to be 1 / SNR**2.
Use minimum norm, dSPM (default), sLORETA, or eLORETA.
dict | NoneAdditional options for eLORETA. See Notes of apply_inverse().
New in version 0.16.
strIf True (default), copy the inverse. False will not copy. Can be “non-src” to avoid copying the source space, which typically is not modified and can be large in memory.
New in version 0.21.
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.
InverseOperatorPrepared inverse operator.