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: |
|
---|---|
Returns: |
|
See also
Notes
New in version 0.12.0.
mne.make_forward_dipole
¶