v2.0.0
Loading...
Searching...
No Matches
fiff_info.h File Reference

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>
Include dependency graph for fiff_info.h:

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.

Detailed Description

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

Author
Christoph Dinh chris.nosp@m.toph.nosp@m..dinh.nosp@m.@mne.nosp@m.-cpp..nosp@m.org; Christof Pieloth pielo.nosp@m.th@l.nosp@m.abp.h.nosp@m.twk-.nosp@m.leipz.nosp@m.ig.d.nosp@m.e; Lorenz Esch loren.nosp@m.z.es.nosp@m.ch@tu.nosp@m.-ilm.nosp@m.enau..nosp@m.de; Ruben Doerfel doerf.nosp@m.elru.nosp@m.ben@a.nosp@m.ol.c.nosp@m.om; Juan GPC jgarc.nosp@m.iapr.nosp@m.ieto@.nosp@m.mgh..nosp@m.harva.nosp@m.rd.e.nosp@m.du; Gabriel Motta gabri.nosp@m.elbe.nosp@m.nmott.nosp@m.a@gm.nosp@m.ail.c.nosp@m.om
Since
0.1.0
Date
September 2012

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.