Parser for the legacy MNE-C .ave / .cov plain-text description files.
More...
#include "mne_global.h"#include "mne_process_description.h"#include <QString>#include <QTextStream>

Go to the source code of this file.
Classes | |
| class | MNELIB::MNEDescriptionParser |
Namespaces | |
| namespace | MNELIB |
| Core MNE data structures (source spaces, source estimates, hemispheres). | |
Parser for the legacy MNE-C .ave / .cov plain-text description files.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors
MNELIB::MNEDescriptionParser tokenises the "average { ... }" / "cov { ... }" stanzas used by mne_process_raw and turns them into MNELIB::MneProcessDescription records that the epoch / covariance machinery downstream can act on.
Definition in file mne_description_parser.h.