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 |
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.
| QStringList FIFFLIB::FiffAnnotation::channelNames |
Empty = global annotation.
Definition at line 64 of file fiff_annotations.h.
| QString FIFFLIB::FiffAnnotation::comment |
Optional free-form comment.
Definition at line 65 of file fiff_annotations.h.
| QString FIFFLIB::FiffAnnotation::description |
Label: "BAD", "BAD_ACQ_SKIP", etc.
Definition at line 63 of file fiff_annotations.h.
| double FIFFLIB::FiffAnnotation::duration |
Duration in seconds (0 for point events).
Definition at line 62 of file fiff_annotations.h.
| QVariantMap FIFFLIB::FiffAnnotation::extras |
Format-specific metadata.
Definition at line 66 of file fiff_annotations.h.
| double FIFFLIB::FiffAnnotation::onset |
Onset in seconds.
Definition at line 61 of file fiff_annotations.h.