mne.inverse_sparse.make_stc_from_dipoles¶
- mne.inverse_sparse.make_stc_from_dipoles(dipoles, src, verbose=None)[source]¶
Convert a list of spatio-temporal dipoles into a SourceEstimate.
- Parameters
- dipoles
Dipole
|list
of instances ofDipole
The dipoles to convert.
- srcinstance of
SourceSpaces
The source space used to generate the forward operator.
- verbosebool,
str
,int
, orNone
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.
- dipoles
- Returns
- stc
SourceEstimate
The source estimate.
- stc