Skip to content

Commit

Permalink
Created new extension for ndx-hed (#48)
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Ly <rly@lbl.gov>
  • Loading branch information
VisLab and rly authored Aug 5, 2024
1 parent 6d64b85 commit 2c19a7f
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
21 changes: 21 additions & 0 deletions ndx-hed/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# ndx-hed Extension for NWB

[**Neurodata Without Borders (NWB)**](https://www.nwb.org/) is a data standard for organizing neurophysiology data.
NWB is used extensively as the data representation for single cell and animal recordings as well as
human neuroimaging modalities such as IEEG. HED (Hierarchical Event Descriptors) is a system of
standardized vocabularies and supporting tools that allows fine-grained annotation of data.
HED annotations can now be used in NWB to provide a column of HED annotations for any NWB
dynamic table.

The [**HED annotation in NWB**](https://www.hed-resources.org/en/latest/HedAnnotationInNWB.html)
user guide explains in more detail how to use this extension for HED.


## Installation

**Python:**
```bash
pip install -U ndx-hed
```

**Matlab:** The Matlab extension is under development.
9 changes: 9 additions & 0 deletions ndx-hed/ndx-meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: ndx-hed
version: 0.1.0
src: https://github.com/hed-standard/ndx-hed
pip: https://pypi.org/project/ndx-hed/
license: BSD
maintainers:
- VisLab
- hed-maintainers

0 comments on commit 2c19a7f

Please sign in to comment.