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

Implementation of FiffAnnotation / FiffAnnotations, including the FIFF, JSON and CSV serializers. More...

#include "fiff_annotations.h"
#include <QFile>
#include <QJsonDocument>
#include <QJsonObject>
#include <QJsonArray>
#include <QTextStream>
#include <QDebug>
#include <QFileInfo>
Include dependency graph for fiff_annotations.cpp:

Go to the source code of this file.

Detailed Description

Implementation of FiffAnnotation / FiffAnnotations, including the FIFF, JSON and CSV serializers.

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.2.0
Date
April 2026

FIFF I/O reads and writes under FIFFB_MNE_ANNOTATIONS. The JSON and CSV paths exist so the same annotations can be exchanged with BIDS sidecars and external scoring tools that do not parse FIFF.

Definition in file fiff_annotations.cpp.