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.
- verbose
bool
|str
|int
|None
Control verbosity of the logging output. If
None
, use the default verbosity level. See the logging documentation andmne.verbose()
for details. Should only be passed as a keyword argument.
- dipoles
- Returns:
- stc
SourceEstimate
The source estimate.
- stc
Examples using mne.inverse_sparse.make_stc_from_dipoles
#
Compute a sparse inverse solution using the Gamma-MAP empirical Bayesian method
Compute a sparse inverse solution using the Gamma-MAP empirical Bayesian method
Compute sparse inverse solution with mixed norm: MxNE and irMxNE
Compute sparse inverse solution with mixed norm: MxNE and irMxNE
Compute iterative reweighted TF-MxNE with multiscale time-frequency dictionary
Compute iterative reweighted TF-MxNE with multiscale time-frequency dictionary
Compute MxNE with time-frequency sparse prior
Compute MxNE with time-frequency sparse prior