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

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>
Include dependency graph for mne_process_description.h:
This graph shows which files directly or indirectly include this file:

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).

Detailed Description

Plain-old-data record describing one MNE-C .ave / .cov processing entry.

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.0.0
Date
February 2026

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.