Single off-grid focal dipole result with free position, moment and fit-quality metrics. More...
#include <Eigen/Core>

Go to the source code of this file.
Classes | |
| struct | INVLIB::InvFocalDipole |
| Single focal dipole with free 3D position, moment, and fit-quality metrics. More... | |
Namespaces | |
| namespace | INVLIB |
| Inverse source estimation (MNE, dSPM, sLORETA, dipole fitting). | |
Single off-grid focal dipole result with free position, moment and fit-quality metrics.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors
INVLIB::InvFocalDipole captures one equivalent current dipole that is not constrained to a source-space vertex — typically the output of the ECD dipole-fit pipeline or of a max-power beamformer. Position is in head-coordinate metres, moment is in Am, and the goodness, chi-squared and degrees-of-freedom fields propagate fit diagnostics to downstream viewers and report writers. A list of InvFocalDipole instances is attached to InvSourceEstimate to carry sparse focal results alongside dense grid estimates.
Definition in file inv_focal_dipole.h.