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>
Go to the source code of this file.
Implementation of FiffAnnotation / FiffAnnotations, including the FIFF, JSON and CSV serializers.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors
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.