mne.beamformer.
apply_lcmv_epochs
(epochs, filters, max_ori_out='abs', return_generator=False, verbose=None)[source]¶Apply Linearly Constrained Minimum Variance (LCMV) beamformer weights.
Apply Linearly Constrained Minimum Variance (LCMV) beamformer weights on single trial data.
Parameters: | epochs : Epochs
filters : dict
max_ori_out: ‘abs’ | ‘signed’
return_generator : bool
verbose : bool, str, int, or None
|
---|---|
Returns: | stc: list | generator of (SourceEstimate | VolSourceEstimate)
|
See also