Full FIFF measurement metadata: everything from FIFFB_MEAS / FIFFB_MEAS_INFO needed to interpret a recording. More...
#include "fiff_global.h"#include "fiff_info_base.h"#include "fiff_types.h"#include "fiff_id.h"#include "fiff_ch_info.h"#include "fiff_dig_point.h"#include "fiff_ctf_comp.h"#include "fiff_coord_trans.h"#include "fiff_proj.h"#include <QList>#include <QStringList>#include <QSharedPointer>#include <memory>
Go to the source code of this file.
Classes | |
| class | FIFFLIB::FiffInfo |
| Full FIFF measurement info: per-channel descriptors, sampling and filter setup, projectors, compensators, transforms and dig points. More... | |
Namespaces | |
| namespace | FIFFLIB |
| FIFF file I/O, in-memory data structures and high-level readers/writers. | |
Full FIFF measurement metadata: everything from FIFFB_MEAS / FIFFB_MEAS_INFO needed to interpret a recording.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2012-2026 MNE-CPP Authors
FiffInfo is the C++ counterpart of MNE-Python's mne.Info dictionary. It collects everything stored under FIFFB_MEAS / FIFFB_MEAS_INFO of a FIFF file: per-channel descriptors (FiffChInfo via FiffInfoBase), sampling frequency, lowpass / highpass filter cutoffs, line frequency, measurement date, subject info, experimenter, projector list (FiffProj), CTF software compensation list (FiffCtfComp), HPI fit results, the device→head and CTF compensation transforms, the FIFFB_ISOTRAK digitization (FiffDigPoint), and the per-channel calibration vectors.
Every higher-level container in FIFFLIB (FiffRawData, FiffEvoked, FiffCov, FiffEvokedSet) carries a FiffInfo so that downstream consumers (filtering, source localization, plotting, BIDS export) can interpret the data without re-reading the file.
Definition in file fiff_info.h.