mne.beamformer.
dics
(evoked, forward, noise_csd, data_csd, reg=0.01, label=None, pick_ori=None, verbose=None)¶Dynamic Imaging of Coherent Sources (DICS).
Compute a Dynamic Imaging of Coherent Sources (DICS) beamformer on evoked data and return estimates of source time courses.
NOTE : Fixed orientation forward operators will result in complex time courses in which case absolute values will be returned. Therefore the orientation will no longer be fixed.
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’
verbose : bool, str, int, or None
|
---|---|
Returns: | stc : SourceEstimate | VolSourceEstimate
|
See also
Notes
The original reference is: Gross et al. Dynamic imaging of coherent sources: Studying neural interactions in the human brain. PNAS (2001) vol. 98 (2) pp. 694-699
mne.beamformer.dics
¶