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>
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 |
Implementation of MNELIB::MNECTFCompData.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors
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.
| #define MNE_CTFV_COMP_G1BR 0x47314252 |
Definition at line 35 of file mne_ctf_comp_data.cpp.
| #define MNE_CTFV_COMP_G2BR 0x47324252 |
Definition at line 36 of file mne_ctf_comp_data.cpp.
| #define MNE_CTFV_COMP_G2OI 0x47324f49 |
Definition at line 38 of file mne_ctf_comp_data.cpp.
| #define MNE_CTFV_COMP_G3BR 0x47334252 |
Definition at line 37 of file mne_ctf_comp_data.cpp.
| #define MNE_CTFV_COMP_G3OI 0x47334f49 |
Definition at line 39 of file mne_ctf_comp_data.cpp.
| #define MNE_CTFV_COMP_NONE 0 |
Definition at line 34 of file mne_ctf_comp_data.cpp.
| #define MNE_CTFV_COMP_UNKNOWN -1 |
Definition at line 33 of file mne_ctf_comp_data.cpp.
|
constexpr |
Definition at line 30 of file mne_ctf_comp_data.cpp.
|
constexpr |
Definition at line 31 of file mne_ctf_comp_data.cpp.