Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 949 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 949 Bytes

ndx-structured-behavior Extension for NWB

The extension ndx_structured_behavior defines a collection of interlinked table data structures for storing behavioral tasks and data. While the extension has been designed with BEADL in mind, the data structures are general and are intended to be useful even without BEADL. For additional information about BEADL, please visit https://beadl.org/.

The ndx-structured-behavior data model:

ndx-structured-behavior schema

Installation

git clone https://github.com/rly/ndx-structured-behavior.git
cd ndx-structured-behavior
pip install -e .

Usage

https://github.com/rly/ndx-structured-behavior/blob/5df21f406a7e03587650157a6f3ec07be508b1f9/src/pynwb/tests/example.py#L1-L90


This extension was created using ndx-template.