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

Implementation of MNELIB::MNECTFCompData. More...

#include "mne_ctf_comp_data.h"
#include <fiff/fiff_constants.h>
#include <fiff/fiff_tag.h>
#include <QFile>
#include <QDebug>
#include <Eigen/Core>
Include dependency graph for mne_ctf_comp_data.cpp:

Go to the source code of this file.

Macros

#define MNE_CTFV_COMP_UNKNOWN   -1
#define MNE_CTFV_COMP_NONE   0
#define MNE_CTFV_COMP_G1BR   0x47314252
#define MNE_CTFV_COMP_G2BR   0x47324252
#define MNE_CTFV_COMP_G3BR   0x47334252
#define MNE_CTFV_COMP_G2OI   0x47324f49
#define MNE_CTFV_COMP_G3OI   0x47334f49

Variables

constexpr int FAIL = -1
constexpr int OK = 0

Detailed Description

Implementation of MNELIB::MNECTFCompData.

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 FIFF read/write and the calibration toggle that switches the matrix between raw and calibrated units.

Definition in file mne_ctf_comp_data.cpp.

Macro Definition Documentation

◆ MNE_CTFV_COMP_G1BR

#define MNE_CTFV_COMP_G1BR   0x47314252

Definition at line 35 of file mne_ctf_comp_data.cpp.

◆ MNE_CTFV_COMP_G2BR

#define MNE_CTFV_COMP_G2BR   0x47324252

Definition at line 36 of file mne_ctf_comp_data.cpp.

◆ MNE_CTFV_COMP_G2OI

#define MNE_CTFV_COMP_G2OI   0x47324f49

Definition at line 38 of file mne_ctf_comp_data.cpp.

◆ MNE_CTFV_COMP_G3BR

#define MNE_CTFV_COMP_G3BR   0x47334252

Definition at line 37 of file mne_ctf_comp_data.cpp.

◆ MNE_CTFV_COMP_G3OI

#define MNE_CTFV_COMP_G3OI   0x47334f49

Definition at line 39 of file mne_ctf_comp_data.cpp.

◆ MNE_CTFV_COMP_NONE

#define MNE_CTFV_COMP_NONE   0

Definition at line 34 of file mne_ctf_comp_data.cpp.

◆ MNE_CTFV_COMP_UNKNOWN

#define MNE_CTFV_COMP_UNKNOWN   -1

Definition at line 33 of file mne_ctf_comp_data.cpp.

Variable Documentation

◆ FAIL

int FAIL = -1
constexpr

Definition at line 30 of file mne_ctf_comp_data.cpp.

◆ OK

int OK = 0
constexpr

Definition at line 31 of file mne_ctf_comp_data.cpp.