Plain-old-data record describing one MNE-C .ave / .cov processing entry.
More...
#include "mne_global.h"#include <fiff/fiff_evoked_set.h>#include <QString>#include <QStringList>#include <QVector>#include <QList>

Go to the source code of this file.
Classes | |
| struct | MNELIB::CovDefinition |
| struct | MNELIB::CovDescription |
| struct | MNELIB::FilterSettings |
| struct | MNELIB::ProcessingSettings |
Namespaces | |
| namespace | MNELIB |
| Core MNE data structures (source spaces, source estimates, hemispheres). | |
Plain-old-data record describing one MNE-C .ave / .cov processing entry.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors
Mirrors the description entries used by mne_process_raw to declare epoching and covariance computations (event id, baseline, time range, rejection thresholds). Reproduced verbatim so the existing description files continue to drive mne-cpp's batch processing without reformatting.
Definition in file mne_process_description.h.