mne.
make_forward_dipole
(dipole, bem, info, trans=None, n_jobs=1, verbose=None)[source]¶Convert dipole object to source estimate and calculate forward operator.
The instance of Dipole is converted to a discrete source space, which is then combined with a BEM or a sphere model and the sensor information in info to form a forward operator.
The source estimate object (with the forward operator) can be projected to
sensor-space using mne.simulation.simulate_evoked()
.
Note
If the (unique) time points of the dipole object are unevenly spaced, the first output will be a list of single-timepoint source estimates.
Parameters: | dipole : instance of Dipole
bem : str | dict
info : instance of Info
trans : str | None
n_jobs : int
verbose : bool, str, int, or None
|
---|---|
Returns: | fwd : instance of Forward
stc : instance of VolSourceEstimate | list of VolSourceEstimate
|
See also
Notes
New in version 0.12.0.
mne.make_forward_dipole
¶