v2.0.0
Loading...
Searching...
No Matches
inv_resolution_matrix.cpp File Reference

Implementation of the resolution-matrix analytics declared in inv_resolution_matrix.h. More...

#include "inv_resolution_matrix.h"
#include <QDebug>
Include dependency graph for inv_resolution_matrix.cpp:

Go to the source code of this file.

Detailed Description

Implementation of the resolution-matrix analytics declared in inv_resolution_matrix.h.

SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors

Author
Christoph Dinh chris.nosp@m.toph.nosp@m..dinh.nosp@m.@mne.nosp@m.-cpp..nosp@m.org
Since
2.2.1
Date
May 2026

Implements the K·L product, per-source PSF / CTF extraction, distance-weighted spatial spread and peak-localisation error against a 3-D position table. All operations are dense Eigen matmuls — no iteration is needed because the resolution matrix is computed once per inverse operator and re-used to characterise every source point.

Definition in file inv_resolution_matrix.cpp.