mne.beamformer.
apply_lcmv_raw
(raw, filters, start=None, stop=None, max_ori_out='abs', verbose=None)[source]¶Apply Linearly Constrained Minimum Variance (LCMV) beamformer weights.
Apply Linearly Constrained Minimum Variance (LCMV) beamformer weights on raw data.
NOTE : This implementation has not been heavily tested so please report any issue or suggestions.
Parameters: | raw : mne.io.Raw
filters : dict
start : int
stop : int
max_ori_out: ‘abs’ | ‘signed’
verbose : bool, str, int, or None
|
---|---|
Returns: | stc : SourceEstimate | VolSourceEstimate
|
See also