v2.0.0
Loading...
Searching...
No Matches
inv_ecd.h File Reference

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

#include "../inv_global.h"
#include <Eigen/Core>
#include <QSharedPointer>
#include <QDebug>
Include dependency graph for inv_ecd.h:
This graph shows which files directly or indirectly include this file:

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).

Detailed Description

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

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

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.