mne.forward.restrict_forward_to_stc

mne.forward.restrict_forward_to_stc(fwd, stc)[source]

Restrict forward operator to active sources in a source estimate.

Parameters:

fwd : Forward

Forward operator.

stc : SourceEstimate

Source estimate.

Returns:

fwd_out : dict

Restricted forward operator.