v2.0.0
Loading...
Searching...
No Matches
inv_ecd_set.cpp File Reference

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>
Include dependency graph for inv_ecd_set.cpp:

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

Detailed Description

Implementation of INVLIB::InvEcdSet including the .dip and .bdip readers/writers.

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

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.

Variable Documentation

◆ X

int X = 0
constexpr

Definition at line 52 of file inv_ecd_set.cpp.

◆ Y

int Y = 1
constexpr

Definition at line 53 of file inv_ecd_set.cpp.

◆ Z

int Z = 2
constexpr

Definition at line 54 of file inv_ecd_set.cpp.