v2.0.0
Loading...
Searching...
No Matches
FIFFLIB::AverageCategory Struct Reference

#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}

Detailed Description

One averaging category. Ported from aveCategRec (MNE-C browser_types.h).

Definition at line 99 of file fiff_evoked_set.h.

Member Data Documentation

◆ bmax

float FIFFLIB::AverageCategory::bmax = 0.0f

Baseline max (s).

Definition at line 111 of file fiff_evoked_set.h.

◆ bmin

float FIFFLIB::AverageCategory::bmin = 0.0f

Baseline min (s).

Definition at line 110 of file fiff_evoked_set.h.

◆ color

float FIFFLIB::AverageCategory::color[3] = {0,0,0}

Display color (unused in batch).

Definition at line 115 of file fiff_evoked_set.h.

◆ comment

QString FIFFLIB::AverageCategory::comment

Description.

Definition at line 100 of file fiff_evoked_set.h.

◆ delay

float FIFFLIB::AverageCategory::delay = 0.0f

Stimulus delay (s).

Definition at line 107 of file fiff_evoked_set.h.

◆ doAbs

bool FIFFLIB::AverageCategory::doAbs = false

Compute absolute values?

Definition at line 114 of file fiff_evoked_set.h.

◆ doBaseline

bool FIFFLIB::AverageCategory::doBaseline = false

Should we baseline?

Definition at line 112 of file fiff_evoked_set.h.

◆ doStdErr

bool FIFFLIB::AverageCategory::doStdErr = false

Compute std error of mean?

Definition at line 113 of file fiff_evoked_set.h.

◆ events

QVector<unsigned int> FIFFLIB::AverageCategory::events

The interesting events.

Definition at line 101 of file fiff_evoked_set.h.

◆ ignore

unsigned int FIFFLIB::AverageCategory::ignore = 0

Which trigger lines to ignore.

Definition at line 104 of file fiff_evoked_set.h.

◆ nextEvent

unsigned int FIFFLIB::AverageCategory::nextEvent = 0

Require this event next.

Definition at line 102 of file fiff_evoked_set.h.

◆ nextIgnore

unsigned int FIFFLIB::AverageCategory::nextIgnore = 0

Ignore mask for next event.

Definition at line 106 of file fiff_evoked_set.h.

◆ prevEvent

unsigned int FIFFLIB::AverageCategory::prevEvent = 0

Require this event just before.

Definition at line 103 of file fiff_evoked_set.h.

◆ prevIgnore

unsigned int FIFFLIB::AverageCategory::prevIgnore = 0

Ignore mask for previous event.

Definition at line 105 of file fiff_evoked_set.h.

◆ tmax

float FIFFLIB::AverageCategory::tmax = 0.5f

Maximum time (s).

Definition at line 109 of file fiff_evoked_set.h.

◆ tmin

float FIFFLIB::AverageCategory::tmin = -0.2f

Minimum time (s).

Definition at line 108 of file fiff_evoked_set.h.


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