Skip to content

Commit 14d0916

Browse files
VisLabpre-commit-ci[bot]drammockbruAristimunhasappelhoff
authored
Added HEDAnnotations (mne-tools#13059)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Daniel McCloy <dan@mccloy.info> Co-authored-by: Bru <b.aristimunha@gmail.com> Co-authored-by: Stefan Appelhoff <stefan.appelhoff@mailbox.org>
1 parent 7a7ada4 commit 14d0916

File tree

6 files changed

+622
-23
lines changed

6 files changed

+622
-23
lines changed

doc/api/events.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Events
99

1010
Annotations
1111
AcqParserFIF
12+
HEDAnnotations
1213
concatenate_events
1314
count_events
1415
find_events
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add :class:`mne.HEDAnnotations` for attaching `HED (Hierarchical Event Descriptors) <https://www.hedtags.org>`__ tags to annotations, by :newcontrib:`Kay Robbins`, `Bruno Aristimunha`_, and `Daniel McCloy`_.

doc/changes/names.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@
173173
.. _Kaisu Lankinen: http://bishoplab.berkeley.edu/Kaisu.html
174174
.. _Katarina Slama: https://github.com/katarinaslama
175175
.. _Katia Al-Amir: https://github.com/katia-sentry
176+
.. _Kay Robbins: https://github.com/VisLab
176177
.. _Keith Doelling: https://github.com/kdoelling1919
177178
.. _Konstantinos Tsilimparis: https://contsili.github.io/
178179
.. _Kostiantyn Maksymenko: https://github.com/makkostya

mne/__init__.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ __all__ = [
1111
"Evoked",
1212
"EvokedArray",
1313
"Forward",
14+
"HEDAnnotations",
1415
"Info",
1516
"Label",
1617
"MixedSourceEstimate",
@@ -262,6 +263,7 @@ from ._freesurfer import (
262263
)
263264
from .annotations import (
264265
Annotations,
266+
HEDAnnotations,
265267
annotations_from_events,
266268
count_annotations,
267269
events_from_annotations,

0 commit comments

Comments
 (0)