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

One FIFF / MNE annotation: onset (s), duration (s) and description string. More...

#include <fiff_annotations.h>

Public Attributes

double onset
double duration
QString description
QStringList channelNames
QString comment
QVariantMap extras

Detailed Description

One FIFF / MNE annotation: onset (s), duration (s) and description string.

Field-for-field counterpart of one row of mne.Annotations in MNE-Python. Onset is given in seconds relative to the recording start (matching the first_samp / sfreq convention of FiffRawData).

Definition at line 59 of file fiff_annotations.h.

Member Data Documentation

◆ channelNames

QStringList FIFFLIB::FiffAnnotation::channelNames

Empty = global annotation.

Definition at line 64 of file fiff_annotations.h.

◆ comment

QString FIFFLIB::FiffAnnotation::comment

Optional free-form comment.

Definition at line 65 of file fiff_annotations.h.

◆ description

QString FIFFLIB::FiffAnnotation::description

Label: "BAD", "BAD_ACQ_SKIP", etc.

Definition at line 63 of file fiff_annotations.h.

◆ duration

double FIFFLIB::FiffAnnotation::duration

Duration in seconds (0 for point events).

Definition at line 62 of file fiff_annotations.h.

◆ extras

QVariantMap FIFFLIB::FiffAnnotation::extras

Format-specific metadata.

Definition at line 66 of file fiff_annotations.h.

◆ onset

double FIFFLIB::FiffAnnotation::onset

Onset in seconds.

Definition at line 61 of file fiff_annotations.h.


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