mne.minimum_norm.
compute_source_psd_epochs
(epochs, inverse_operator, lambda2=0.1111111111111111, method=’dSPM’, fmin=0.0, fmax=200.0, pick_ori=None, label=None, nave=1, pca=True, inv_split=None, bandwidth=4.0, adaptive=False, low_bias=True, return_generator=False, n_jobs=1, prepared=False, verbose=None)[source]¶Compute source power spectrum density (PSD) from Epochs.
This uses the multi-taper method to compute the PSD.
Parameters: | epochs : instance of Epochs
inverse_operator : instance of InverseOperator
lambda2 : float
method : “MNE” | “dSPM” | “sLORETA”
fmin : float
fmax : float
pick_ori : None | “normal”
label : Label
nave : int
pca : bool
inv_split : int or None
bandwidth : float
adaptive : bool
low_bias : bool
return_generator : bool
n_jobs : int
prepared : bool
verbose : bool, str, int, or None
|
---|---|
Returns: | stcs : list (or generator object) of SourceEstimate | VolSourceEstimate
|
mne.minimum_norm.compute_source_psd_epochs
¶