v2.0.0
Loading...
Searching...
No Matches
MNELIB::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

Baseline max (s).

Definition at line 111 of file fiff_evoked_set.h.

◆ bmin

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

Description.

Definition at line 100 of file fiff_evoked_set.h.

◆ delay

Stimulus delay (s).

Definition at line 107 of file fiff_evoked_set.h.

◆ doAbs

Compute absolute values?

Definition at line 114 of file fiff_evoked_set.h.

◆ doBaseline

Should we baseline?

Definition at line 112 of file fiff_evoked_set.h.

◆ doStdErr

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

Which trigger lines to ignore.

Definition at line 104 of file fiff_evoked_set.h.

◆ nextEvent

Require this event next.

Definition at line 102 of file fiff_evoked_set.h.

◆ nextIgnore

Ignore mask for next event.

Definition at line 106 of file fiff_evoked_set.h.

◆ prevEvent

Require this event just before.

Definition at line 103 of file fiff_evoked_set.h.

◆ prevIgnore

Ignore mask for previous event.

Definition at line 105 of file fiff_evoked_set.h.

◆ tmax

Maximum time (s).

Definition at line 109 of file fiff_evoked_set.h.

◆ tmin

Minimum time (s).

Definition at line 108 of file fiff_evoked_set.h.


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