mne.minimum_norm.get_point_spread

mne.minimum_norm.get_point_spread(resmat, src, idx, norm=False)[source]

Get point-spread (PSFs) functions 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 PSFs (default: False).

Returns
stc: instance of SourceEstimate

PSFs as an stc object.

Examples using mne.minimum_norm.get_point_spread