mne.beamformer.dics(evoked, forward, noise_csd, data_csd, reg=0.05, label=None, pick_ori=None, real_filter=False, verbose=None)[source]¶Dynamic Imaging of Coherent Sources (DICS).
Compute a Dynamic Imaging of Coherent Sources (DICS) [R19] beamformer on evoked data and return estimates of source time courses.
Note
Fixed orientation forward operators with real_filter=False
will result in complex time courses, in which case absolute
values will be returned.
Note
This implementation has not been heavily tested so please report any issues or suggestions.
| Parameters: | evoked : Evoked
forward : dict
noise_csd : instance of CrossSpectralDensity
data_csd : instance of CrossSpectralDensity
reg : float
label : Label | None
pick_ori : None | ‘normal’
real_filter : bool
verbose : bool, str, int, or None
|
|---|---|
| Returns: | stc : SourceEstimate | VolSourceEstimate
|
See also
Notes
For more information about real_filter, see the
supplemental information
from [R20].
References
| [R19] | (1, 2) Gross et al. Dynamic imaging of coherent sources: Studying neural interactions in the human brain. PNAS (2001) vol. 98 (2) pp. 694-699 |
| [R20] | (1, 2, 3) Hipp JF, Engel AK, Siegel M (2011) Oscillatory Synchronization in Large-Scale Cortical Networks Predicts Perception. Neuron 69:387-396. |
mne.beamformer.dics¶