mne.minimum_norm.
cross_talk_function
(inverse_operator, forward, labels, method=’dSPM’, lambda2=0.1111111111111111, signed=False, mode=’mean’, n_svd_comp=1, verbose=None)[source]¶Compute cross-talk functions (CTFs) for linear estimators.
Compute cross-talk functions (CTF) in labels for a combination of inverse operator and forward solution. CTFs are computed for test sources that are perpendicular to cortical surface.
Parameters: | inverse_operator : instance of InverseOperator
forward : dict
labels : list of Label
method : ‘MNE’ | ‘dSPM’ | ‘sLORETA’
lambda2 : float
signed : bool
mode : ‘mean’ | ‘sum’ | ‘svd’
n_svd_comp : int
verbose : bool, str, int, or None
|
---|---|
Returns: | stc_ctf : SourceEstimate
|
mne.minimum_norm.cross_talk_function
¶