mne.beamformer.
apply_lcmv
(evoked, filters, max_ori_out='abs', 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
filters : dict
max_ori_out: ‘abs’ | ‘signed’
verbose : bool, str, int, or None
|
---|---|
Returns: | stc : SourceEstimate | VolSourceEstimate
|
See also
mne.beamformer.apply_lcmv
¶