mne.beamformer.apply_lcmv_raw

mne.beamformer.apply_lcmv_raw(raw, filters, start=None, stop=None, max_ori_out='signed', verbose=None)[source]

Apply Linearly Constrained Minimum Variance (LCMV) beamformer weights.

Apply Linearly Constrained Minimum Variance (LCMV) beamformer weights on raw data.

Parameters
rawmne.io.Raw

Raw data to invert.

filtersinstance of Beamformer

LCMV spatial filter (beamformer weights). Filter weights returned from make_lcmv().

startint

Index of first time sample (index not time is seconds).

stopint

Index of first time sample not to include (index not time is seconds).

max_ori_out‘signed’

Specify in case of pick_ori=’max-power’.

verbosebool, str, int, or None

If not None, override default verbose level (see mne.verbose() and Logging documentation for more). If used, it should be passed as a keyword-argument only.

Returns
stcSourceEstimate | VolSourceEstimate

Source time courses.

Examples using mne.beamformer.apply_lcmv_raw