Implementation of INVLIB::InvEcdSet including the .dip and .bdip readers/writers.
More...
#include "inv_ecd_set.h"#include <fiff/fiff_types.h>#include <QDebug>#include <QFile>#include <QString>#include <QRegularExpression>
Go to the source code of this file.
Classes | |
| struct | INVLIB::bdipEcdRec |
| Binary-format dipole record for file I/O, storing fitted dipole parameters and error estimates. More... | |
Namespaces | |
| namespace | INVLIB |
| Inverse source estimation (MNE, dSPM, sLORETA, dipole fitting). | |
Typedefs | |
| using | INVLIB::bdipEcd = bdipEcdRec* |
Variables | |
| constexpr int | X = 0 |
| constexpr int | Y = 1 |
| constexpr int | Z = 2 |
Implementation of INVLIB::InvEcdSet including the .dip and .bdip readers/writers.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors
Implements the dipole list management plus the file-format serialisation that keeps round-trip compatibility with mrilab (.dip text format) and xfit (.bdip binary format) so existing inspection tools continue to work on output produced by mne-cpp.
Definition in file inv_ecd_set.cpp.
|
constexpr |
Definition at line 52 of file inv_ecd_set.cpp.
|
constexpr |
Definition at line 53 of file inv_ecd_set.cpp.
|
constexpr |
Definition at line 54 of file inv_ecd_set.cpp.