mne.beamformer.apply_lcmv_raw#
- mne.beamformer.apply_lcmv_raw(raw, filters, start=None, stop=None, *, verbose=None)[source]#
Apply Linearly Constrained Minimum Variance (LCMV) beamformer weights.
Apply Linearly Constrained Minimum Variance (LCMV) beamformer weights on raw data.
- Parameters:
- raw
mne.io.Raw
Raw data to invert.
- filtersinstance of
Beamformer
LCMV spatial filter (beamformer weights). Filter weights returned from
make_lcmv()
.- start
int
Index of first time sample (index not time is seconds).
- stop
int
Index of first time sample not to include (index not time is seconds).
- verbose
bool
|str
|int
|None
Control verbosity of the logging output. If
None
, use the default verbosity level. See the logging documentation andmne.verbose()
for details. Should only be passed as a keyword argument.
- raw
- Returns:
- stc
SourceEstimate
|VolSourceEstimate
Source time courses.
- stc
See also
Examples using mne.beamformer.apply_lcmv_raw
#
Source reconstruction using an LCMV beamformer
Source reconstruction using an LCMV beamformer