One averaging category in an MNE-C ave-description file: trigger logic, timing window, baseline interval and display color. More...
#include <fiff_evoked_set.h>
Public Attributes | |
| QString | comment |
| QVector< unsigned int > | events |
| unsigned int | nextEvent = 0 |
| unsigned int | prevEvent = 0 |
| unsigned int | ignore = 0 |
| unsigned int | prevIgnore = 0 |
| unsigned int | nextIgnore = 0 |
| float | delay = 0.0f |
| float | tmin = -0.2f |
| float | tmax = 0.5f |
| float | bmin = 0.0f |
| float | bmax = 0.0f |
| bool | doBaseline = false |
| bool | doStdErr = false |
| bool | doAbs = false |
| float | color [3] = {0,0,0} |
One averaging category in an MNE-C ave-description file: trigger logic, timing window, baseline interval and display color.
Port of aveCategRec from MNE-C browser_types.h. Describes one condition the batch averager produces: which trigger event (with required previous / following events and ignore masks), the epoch time window (tmin / tmax), the optional baseline interval, and the post-processing flags (baseline correction, std-error vs. average, absolute values).
Definition at line 105 of file fiff_evoked_set.h.
| float AverageCategory::bmax = 0.0f |
Baseline max (s).
Definition at line 117 of file fiff_evoked_set.h.
| float AverageCategory::bmin = 0.0f |
Baseline min (s).
Definition at line 116 of file fiff_evoked_set.h.
| float AverageCategory::color[3] = {0,0,0} |
Display color (unused in batch).
Definition at line 121 of file fiff_evoked_set.h.
| QString AverageCategory::comment |
Description.
Definition at line 106 of file fiff_evoked_set.h.
| float AverageCategory::delay = 0.0f |
Stimulus delay (s).
Definition at line 113 of file fiff_evoked_set.h.
| bool AverageCategory::doAbs = false |
Compute absolute values?
Definition at line 120 of file fiff_evoked_set.h.
| bool AverageCategory::doBaseline = false |
Should we baseline?
Definition at line 118 of file fiff_evoked_set.h.
| bool AverageCategory::doStdErr = false |
Compute std error of mean?
Definition at line 119 of file fiff_evoked_set.h.
| QVector<unsigned int> AverageCategory::events |
The interesting events.
Definition at line 107 of file fiff_evoked_set.h.
| unsigned int AverageCategory::ignore = 0 |
Which trigger lines to ignore.
Definition at line 110 of file fiff_evoked_set.h.
| unsigned int AverageCategory::nextEvent = 0 |
Require this event next.
Definition at line 108 of file fiff_evoked_set.h.
| unsigned int AverageCategory::nextIgnore = 0 |
Ignore mask for next event.
Definition at line 112 of file fiff_evoked_set.h.
| unsigned int AverageCategory::prevEvent = 0 |
Require this event just before.
Definition at line 109 of file fiff_evoked_set.h.
| unsigned int AverageCategory::prevIgnore = 0 |
Ignore mask for previous event.
Definition at line 111 of file fiff_evoked_set.h.
| float AverageCategory::tmax = 0.5f |
Maximum time (s).
Definition at line 115 of file fiff_evoked_set.h.
| float AverageCategory::tmin = -0.2f |
Minimum time (s).
Definition at line 114 of file fiff_evoked_set.h.