Apply Linearly Constrained Minimum Variance (LCMV) beamformer weights.
Apply Linearly Constrained Minimum Variance (LCMV) beamformer weights on raw data.
mne.io.RawRaw data to invert.
BeamformerLCMV spatial filter (beamformer weights).
Filter weights returned from make_lcmv().
intIndex of first time sample (index not time is seconds).
intIndex of first time sample not to include (index not time is seconds).
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.
SourceEstimate | VolSourceEstimateSource time courses.
See also
mne.beamformer.apply_lcmv_raw#