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

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}

Detailed Description

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.

Member Data Documentation

◆ bmax

float AverageCategory::bmax = 0.0f

Baseline max (s).

Definition at line 117 of file fiff_evoked_set.h.

◆ bmin

float AverageCategory::bmin = 0.0f

Baseline min (s).

Definition at line 116 of file fiff_evoked_set.h.

◆ color

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

Display color (unused in batch).

Definition at line 121 of file fiff_evoked_set.h.

◆ comment

QString AverageCategory::comment

Description.

Definition at line 106 of file fiff_evoked_set.h.

◆ delay

float AverageCategory::delay = 0.0f

Stimulus delay (s).

Definition at line 113 of file fiff_evoked_set.h.

◆ doAbs

bool AverageCategory::doAbs = false

Compute absolute values?

Definition at line 120 of file fiff_evoked_set.h.

◆ doBaseline

bool AverageCategory::doBaseline = false

Should we baseline?

Definition at line 118 of file fiff_evoked_set.h.

◆ doStdErr

bool AverageCategory::doStdErr = false

Compute std error of mean?

Definition at line 119 of file fiff_evoked_set.h.

◆ events

QVector<unsigned int> AverageCategory::events

The interesting events.

Definition at line 107 of file fiff_evoked_set.h.

◆ ignore

unsigned int AverageCategory::ignore = 0

Which trigger lines to ignore.

Definition at line 110 of file fiff_evoked_set.h.

◆ nextEvent

unsigned int AverageCategory::nextEvent = 0

Require this event next.

Definition at line 108 of file fiff_evoked_set.h.

◆ nextIgnore

unsigned int AverageCategory::nextIgnore = 0

Ignore mask for next event.

Definition at line 112 of file fiff_evoked_set.h.

◆ prevEvent

unsigned int AverageCategory::prevEvent = 0

Require this event just before.

Definition at line 109 of file fiff_evoked_set.h.

◆ prevIgnore

unsigned int AverageCategory::prevIgnore = 0

Ignore mask for previous event.

Definition at line 111 of file fiff_evoked_set.h.

◆ tmax

float AverageCategory::tmax = 0.5f

Maximum time (s).

Definition at line 115 of file fiff_evoked_set.h.

◆ tmin

float AverageCategory::tmin = -0.2f

Minimum time (s).

Definition at line 114 of file fiff_evoked_set.h.


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