FIFF / MNE annotations: time-tagged textual marks (BAD_*, EDGE, custom) with onset, duration and description. More...
#include "fiff_global.h"#include <QSharedPointer>#include <QString>#include <QStringList>#include <QVariantMap>#include <QVector>

Go to the source code of this file.
Classes | |
| struct | FIFFLIB::FiffAnnotation |
| One FIFF / MNE annotation: onset (s), duration (s) and description string. More... | |
| class | FIFFLIB::FiffAnnotations |
| Container for FiffAnnotation entries with FIFF, JSON and CSV serializers. More... | |
Namespaces | |
| namespace | FIFFLIB |
| FIFF file I/O, in-memory data structures and high-level readers/writers. | |
FIFF / MNE annotations: time-tagged textual marks (BAD_*, EDGE, custom) with onset, duration and description.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors
Annotations are time-localized comments attached to a continuous recording: rejected segments (BAD_*''), recording edges (EDGE''), and arbitrary user-supplied marks. MNE-Python stores them as the mne.Annotations type and writes them under FIFFB_MNE_ANNOTATIONS; this header is the C++ mirror.
FiffAnnotation is one entry (onset in seconds since the recording start, duration, description string), FiffAnnotations is the container; together they expose JSON and CSV serialization so the same annotations can be exchanged with external tools that do not speak FIFF (eg. BIDS sidecar files).
Definition in file fiff_annotations.h.