Single equivalent current dipole (ECD) with position, moment and per-fit goodness/χ² metrics. More...


Go to the source code of this file.
Classes | |
| class | INVLIB::InvEcd |
| Single equivalent current dipole with position, orientation, amplitude, and goodness-of-fit. More... | |
Namespaces | |
| namespace | INVLIB |
| Inverse source estimation (MNE, dSPM, sLORETA, dipole fitting). | |
Single equivalent current dipole (ECD) with position, moment and per-fit goodness/χ² metrics.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors
INVLIB::InvEcd represents one ECD record produced by the dipole- fit pipeline at one time point: the head-frame position, the dipole moment, the goodness-of-fit, the χ² value and the degrees of freedom / function-evaluation count used by the optimiser. The class mirrors the ecdRec record of MNE-C and is the atomic element collected into the InvEcdSet returned by InvDipoleFit.
Definition in file inv_ecd.h.