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
- resmat
array
, shape (n_dipoles, n_dipoles) Forward Operator.
- srcinstance of
SourceSpaces
Source space used to compute resolution matrix.
- idx
list
ofint
Vertex indices for which PSFs or CTFs to produce.
- normbool
Whether to normalise to maximum across all PSFs (default: False).
- resmat
- Returns
- stc: instance of
SourceEstimate
PSFs as an stc object.
- stc: instance of