mne.beamformer.
dics_source_power
(info, forward, noise_csds, data_csds, reg=0.05, label=None, pick_ori=None, real_filter=False, verbose=None)[source]¶Dynamic Imaging of Coherent Sources (DICS).
Calculate source power in time and frequency windows specified in the calculation of the data cross-spectral density matrix or matrices. Source power is normalized by noise power.
NOTE : This implementation has not been heavily tested so please report any issues or suggestions.
Parameters: | info : dict
forward : dict
noise_csds : instance or list of instances of CrossSpectralDensity
data_csds : instance or list of instances of CrossSpectralDensity
reg : float
label : Label | None
pick_ori : None | ‘normal’
real_filter : bool
verbose : bool, str, int, or None
|
---|---|
Returns: | stc : SourceEstimate | VolSourceEstimate
|
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_source_power
¶