#include <mne_description_parser.h>
Static Public Member Functions | |
| static bool | parseAverageFile (const QString &fileName, AverageDescription &desc) |
| static bool | parseCovarianceFile (const QString &fileName, CovDescription &desc) |
Parses MNE-C style averaging (.ave) and covariance (.cov) description files.
File format is a keyword-value text format with nested blocks: average { ... category { ... } ... } cov { ... def { ... } ... }
Lines starting with '#' are comments.
Definition at line 67 of file mne_description_parser.h.
|
static |
Parse an averaging description file.
| [in] | fileName | Path to the .ave file. |
| [out] | desc | Parsed description. |
Definition at line 186 of file mne_description_parser.cpp.
|
static |
Parse a covariance description file.
| [in] | fileName | Path to the .cov file. |
| [out] | desc | Parsed description. |
Definition at line 451 of file mne_description_parser.cpp.