Single focal dipole with free 3D position, moment, and fit-quality metrics. More...
#include <inv_focal_dipole.h>
Public Member Functions | |
| InvFocalDipole () | |
Public Attributes | |
| Eigen::Vector3f | position |
| Eigen::Vector3f | moment |
| int | gridIndex |
| float | goodness |
| float | khi2 |
| int | nfree |
| bool | valid |
| float | tmin |
| float | tmax |
Single focal dipole with free 3D position, moment, and fit-quality metrics.
Represents a single focal (off-grid) current dipole, typically the result of an equivalent current dipole (ECD) fit. The dipole has a free 3D position (not constrained to a source-space grid), a current moment, and associated fit quality metrics.
Definition at line 59 of file inv_focal_dipole.h.
|
inline |
Definition at line 71 of file inv_focal_dipole.h.
| float INVLIB::InvFocalDipole::goodness |
Goodness-of-fit (0..1).
Definition at line 64 of file inv_focal_dipole.h.
| int INVLIB::InvFocalDipole::gridIndex |
Nearest grid index (-1 if truly off-grid).
Definition at line 63 of file inv_focal_dipole.h.
| float INVLIB::InvFocalDipole::khi2 |
Chi-squared value of the fit.
Definition at line 65 of file inv_focal_dipole.h.
| Eigen::Vector3f INVLIB::InvFocalDipole::moment |
Current dipole moment (Am).
Definition at line 62 of file inv_focal_dipole.h.
| int INVLIB::InvFocalDipole::nfree |
Degrees of freedom.
Definition at line 66 of file inv_focal_dipole.h.
| Eigen::Vector3f INVLIB::InvFocalDipole::position |
Dipole position (m) in head coordinates.
Definition at line 61 of file inv_focal_dipole.h.
| float INVLIB::InvFocalDipole::tmax |
End of the time window (s) this dipole represents.
Definition at line 69 of file inv_focal_dipole.h.
| float INVLIB::InvFocalDipole::tmin |
Start of the time window (s) this dipole represents.
Definition at line 68 of file inv_focal_dipole.h.
| bool INVLIB::InvFocalDipole::valid |
Whether this dipole passed validity checks.
Definition at line 67 of file inv_focal_dipole.h.