mne.beamformer.
dics_epochs
(epochs, forward, noise_csd, data_csd, reg=0.01, label=None, pick_ori=None, return_generator=False, verbose=None)¶Dynamic Imaging of Coherent Sources (DICS).
Compute a Dynamic Imaging of Coherent Sources (DICS) beamformer on single trial 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: | epochs : Epochs
forward : dict
noise_csd : instance of CrossSpectralDensity
data_csd : instance of CrossSpectralDensity
reg : float
label : Label | None
pick_ori : None | ‘normal’
return_generator : bool
verbose : bool, str, int, or None
|
---|---|
Returns: | stc: list | generator of 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