#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. Ported from aveCategRec (MNE-C browser_types.h).
Definition at line 99 of file fiff_evoked_set.h.
| float FIFFLIB::AverageCategory::bmax = 0.0f |
Baseline max (s).
Definition at line 111 of file fiff_evoked_set.h.
| float FIFFLIB::AverageCategory::bmin = 0.0f |
Baseline min (s).
Definition at line 110 of file fiff_evoked_set.h.
| float FIFFLIB::AverageCategory::color[3] = {0,0,0} |
Display color (unused in batch).
Definition at line 115 of file fiff_evoked_set.h.
Description.
Definition at line 100 of file fiff_evoked_set.h.
| float FIFFLIB::AverageCategory::delay = 0.0f |
Stimulus delay (s).
Definition at line 107 of file fiff_evoked_set.h.
| bool FIFFLIB::AverageCategory::doAbs = false |
Compute absolute values?
Definition at line 114 of file fiff_evoked_set.h.
| bool FIFFLIB::AverageCategory::doBaseline = false |
Should we baseline?
Definition at line 112 of file fiff_evoked_set.h.
| bool FIFFLIB::AverageCategory::doStdErr = false |
Compute std error of mean?
Definition at line 113 of file fiff_evoked_set.h.
| QVector<unsigned int> FIFFLIB::AverageCategory::events |
The interesting events.
Definition at line 101 of file fiff_evoked_set.h.
| unsigned int FIFFLIB::AverageCategory::ignore = 0 |
Which trigger lines to ignore.
Definition at line 104 of file fiff_evoked_set.h.
| unsigned int FIFFLIB::AverageCategory::nextEvent = 0 |
Require this event next.
Definition at line 102 of file fiff_evoked_set.h.
| unsigned int FIFFLIB::AverageCategory::nextIgnore = 0 |
Ignore mask for next event.
Definition at line 106 of file fiff_evoked_set.h.
| unsigned int FIFFLIB::AverageCategory::prevEvent = 0 |
Require this event just before.
Definition at line 103 of file fiff_evoked_set.h.
| unsigned int FIFFLIB::AverageCategory::prevIgnore = 0 |
Ignore mask for previous event.
Definition at line 105 of file fiff_evoked_set.h.
| float FIFFLIB::AverageCategory::tmax = 0.5f |
Maximum time (s).
Definition at line 109 of file fiff_evoked_set.h.
| float FIFFLIB::AverageCategory::tmin = -0.2f |
Minimum time (s).
Definition at line 108 of file fiff_evoked_set.h.