mne.beamformer.apply_lcmv¶
- mne.beamformer.apply_lcmv(evoked, filters, max_ori_out='signed', verbose=None)[source]¶
Apply Linearly Constrained Minimum Variance (LCMV) beamformer weights.
Apply Linearly Constrained Minimum Variance (LCMV) beamformer weights on evoked data.
- Parameters
- evoked
Evoked
Evoked data to invert.
- filtersinstance of
Beamformer
LCMV spatial filter (beamformer weights). Filter weights returned from
make_lcmv()
.- max_ori_out‘signed’
Specify in case of pick_ori=’max-power’.
- verbosebool |
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.
- evoked
- Returns
- stc
SourceEstimate
|VolSourceEstimate
|VectorSourceEstimate
Source time courses.
- stc
See also
Notes
New in version 0.18.