Apply inverse operator to Epochs.
Epochs objectSingle trial epochs.
dictInverse operator.
floatThe regularization parameter.
Use minimum norm, dSPM (default), sLORETA, or eLORETA.
Label | NoneRestricts the source estimates to a given label. If None, source estimates will be computed for the entire source space.
intNumber of averages used to regularize the solution. Set to 1 on single Epoch by default.
None | “normal” | “vector”Options:
NonePooling is performed by taking the norm of loose/free orientations. In case of a fixed source space no norm is computed leading to signed source activity.
"normal"Only the normal to the cortical surface is kept. This is only implemented when working with loose orientations.
"vector"No pooling of the orientations is done, and the vector result
will be returned in the form of a mne.VectorSourceEstimate
object.
Return a generator object instead of a list. This allows iterating over the stcs without having to keep them all in memory.
If True, do not call prepare_inverse_operator().
dict | NoneAdditional options for eLORETA. See Notes of apply_inverse().
New in version 0.16.
Whether to use cortical patch statistics to define normal orientations for surfaces (default True).
Only used when the inverse is free orientation (loose=1.),
not in surface orientation, and pick_ori='normal'.
New in version 0.20.
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.
list of (SourceEstimate | VectorSourceEstimate | VolSourceEstimate)The source estimates for all epochs.
See also
apply_inverse_rawApply inverse operator to raw object.
apply_inverseApply inverse operator to evoked object.
mne.minimum_norm.apply_inverse_epochs#Compute MNE-dSPM inverse solution on single epochs
Computing source timecourses with an XFit-like multi-dipole model