mne.
Annotations
(onset, duration, description, orig_time=None)¶Annotation object for annotating segments of raw data.
Parameters: | onset : array of float, shape (n_annotations,)
duration : array of float, shape (n_annotations,)
description : array of str, shape (n_annotations,) | str
orig_time : float | int | instance of datetime | array of int | None
|
---|
Notes
Annotations are synced to sample 0. raw.first_samp
is taken
into account in the same way as with events.
.. automethod:: __init__