mne.minimum_norm.get_cross_talk¶
- 
mne.minimum_norm.get_cross_talk(resmat, src, idx, norm=False)[source]¶ Get cross-talk (CTFs) function for vertices.
- Parameters
 - resmat
array, shape (n_dipoles, n_dipoles) Forward Operator.
- srcinstance of 
SourceSpaces Source space used to compute resolution matrix.
- idx
listofint Vertex indices for which PSFs or CTFs to produce.
- normbool
 Whether to normalise to maximum across all CTFs (default: False).
- resmat
 - Returns
 - stc: instance of 
SourceEstimate CTFs as an stc object.
- stc: instance of