-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Created new extension for ndx-hed (#48)
Co-authored-by: Ryan Ly <rly@lbl.gov>
- Loading branch information
Showing
2 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|