Skip to content

Commit

Permalink
Merge pull request #6 from VisLab/main
Browse files Browse the repository at this point in the history
Added fixed name for HedTags
  • Loading branch information
VisLab authored Jan 21, 2024
2 parents fd3a90e + 2848ea9 commit 3c5d79f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Specification for the ndx-hed extension

.. toctree::
:numbered:
:maxdepth: 3
:maxdepth: 5
:caption: Extension Specification

format
Expand Down
1 change: 1 addition & 0 deletions spec/ndx-hed.extensions.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
datasets:
- neurodata_type_def: HedTags
neurodata_type_inc: VectorData
name: HED
dtype: text
doc: An extension of VectorData for Hierarchical Event Descriptor (HED) tags. If
HED tags are used, the HED schema version must be specified in the NWB file using
Expand Down
1 change: 1 addition & 0 deletions src/spec/create_extension_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def main():
hed_tags = NWBDatasetSpec(
neurodata_type_def="HedTags",
neurodata_type_inc="VectorData",
name='HED',
doc=("An extension of VectorData for Hierarchical Event Descriptor (HED) tags. If HED tags are used, "
"the HED schema version must be specified in the NWB file using the HedMetadata type."),
dtype="text",
Expand Down

0 comments on commit 3c5d79f

Please sign in to comment.