mne.
apply_forward
(fwd, stc, info, start=None, stop=None, verbose=None)[source]¶Project source space currents to sensor space using a forward operator.
The sensor space data is computed for all channels present in fwd. Use pick_channels_forward or pick_types_forward to restrict the solution to a subset of channels.
The function returns an Evoked object, which is constructed from evoked_template. The evoked_template should be from the same MEG system on which the original data was acquired. An exception will be raised if the forward operator contains channels that are not present in the template.
Parameters: | fwd : Forward
stc : SourceEstimate
info : instance of Info
start : int, optional
stop : int, optional
verbose : bool, str, int, or None
|
---|---|
Returns: | evoked : Evoked
|
See also
apply_forward_raw