Skip to content

Commit

Permalink
Added a TODO to start implementation of HED support in annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
VisLab committed Jan 13, 2025
1 parent 176f64f commit 8f0c018
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mne/annotations.py
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,7 @@ def rename(self, mapping, verbose=None):
self.description = np.array([str(mapping.get(d, d)) for d in self.description])
return self

# TODO: Add support for HED annotations for use in epoching.

class EpochAnnotationsMixin:
"""Mixin class for Annotations in Epochs."""
Expand Down

0 comments on commit 8f0c018

Please sign in to comment.