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

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

Go to the source code of this file.

Classes

class  MNELIB::MNEDescriptionParser

Namespaces

namespace  MNELIB
 Core MNE data structures (source spaces, source estimates, hemispheres).

Detailed Description

Parser for the legacy MNE-C .ave / .cov plain-text description files.

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

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.