v2.0.0
Loading...
Searching...
No Matches
AverageDescription Struct Reference

Top-level MNE-C ave-description record: comment, category list, shared rejection limits and output file paths. More...

#include <fiff_evoked_set.h>

Public Attributes

QString comment
QList< AverageCategorycategories
RejectionParams rej
bool fixSkew = false
QString filename
QString eventFile
QString logFile

Detailed Description

Top-level MNE-C ave-description record: comment, category list, shared rejection limits and output file paths.

Port of aveDataRec from MNE-C browser_types.h. Owns the list of AverageCategory entries, the shared RejectionParams, the skew-correction flag and the I/O paths (output ave file, event source, log file) so an entire batch-averaging job can be described as one value.

Definition at line 134 of file fiff_evoked_set.h.

Member Data Documentation

◆ categories

QList<AverageCategory> AverageDescription::categories

The categories.

Definition at line 136 of file fiff_evoked_set.h.

◆ comment

QString AverageDescription::comment

Description.

Definition at line 135 of file fiff_evoked_set.h.

◆ eventFile

QString AverageDescription::eventFile

Read events from here.

Definition at line 140 of file fiff_evoked_set.h.

◆ filename

QString AverageDescription::filename

Output file.

Definition at line 139 of file fiff_evoked_set.h.

◆ fixSkew

bool AverageDescription::fixSkew = false

Fix skew on trigger lines.

Definition at line 138 of file fiff_evoked_set.h.

◆ logFile

QString AverageDescription::logFile

Save log here.

Definition at line 141 of file fiff_evoked_set.h.

◆ rej

RejectionParams AverageDescription::rej

Rejection limits.

Definition at line 137 of file fiff_evoked_set.h.


The documentation for this struct was generated from the following file: