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
resmatarray, shape (n_dipoles, n_dipoles)

Forward Operator.

srcinstance of SourceSpaces

Source space used to compute resolution matrix.

idxlist of int

Vertex indices for which PSFs or CTFs to produce.

normbool

Whether to normalise to maximum across all CTFs (default: False).

Returns
stc: instance of SourceEstimate

CTFs as an stc object.