18#ifndef MNE_DESCRIPTION_PARSER_H
19#define MNE_DESCRIPTION_PARSER_H
73 static void skipComments(QTextStream &in);
79 static QString nextWord(QTextStream &in);
84 static bool getInt(QTextStream &in,
int &val);
89 static bool getFloat(QTextStream &in,
float &val);
95 static bool parseRejectionParam(
const QString &keyword, QTextStream &in,
96 RejectionParams &rej,
bool &ok);
Plain-old-data record describing one MNE-C .ave / .cov processing entry.
MNELIB shared-library export/import macros and library build metadata.
Core MNE data structures (source spaces, source estimates, hemispheres).
Top-level MNE-C ave-description record: comment, category list, shared rejection limits and output fi...
static bool parseAverageFile(const QString &fileName, AverageDescription &desc)
static bool parseCovarianceFile(const QString &fileName, CovDescription &desc)