Resolution-matrix analysis for linear inverse operators — point-spread and cross-talk functions. More...


Go to the source code of this file.
Classes | |
| class | INVLIB::InvResolutionMatrix |
| Resolution matrix analysis for linear inverse operators. More... | |
Namespaces | |
| namespace | INVLIB |
| Inverse source estimation (MNE, dSPM, sLORETA, dipole fitting). | |
Resolution-matrix analysis for linear inverse operators — point-spread and cross-talk functions.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors
INVLIB::InvResolutionMatrix computes \( \mathbf{R} = \mathbf{K}\,\mathbf{L} \) from an inverse kernel K and a leadfield L, then exposes the column-wise point-spread functions (PSF), row-wise cross-talk functions (CTF), spatial-spread and peak-localisation-error metrics that characterise the spatial resolution of an inverse operator. The class follows the methodology of Hauk et al. (NeuroImage 2011) — used in mne-python's mne.minimum_norm.resolution_matrix module — so that resolution diagnostics produced by mne-cpp are directly comparable to the upstream Python results.
Definition in file inv_resolution_matrix.h.