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< AverageCategory > | categories |
| RejectionParams | rej |
| bool | fixSkew = false |
| QString | filename |
| QString | eventFile |
| QString | logFile |
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.
| QList<AverageCategory> AverageDescription::categories |
The categories.
Definition at line 136 of file fiff_evoked_set.h.
| QString AverageDescription::comment |
Description.
Definition at line 135 of file fiff_evoked_set.h.
| QString AverageDescription::eventFile |
Read events from here.
Definition at line 140 of file fiff_evoked_set.h.
| QString AverageDescription::filename |
Output file.
Definition at line 139 of file fiff_evoked_set.h.
| bool AverageDescription::fixSkew = false |
Fix skew on trigger lines.
Definition at line 138 of file fiff_evoked_set.h.
| QString AverageDescription::logFile |
Save log here.
Definition at line 141 of file fiff_evoked_set.h.
| RejectionParams AverageDescription::rej |
Rejection limits.
Definition at line 137 of file fiff_evoked_set.h.