rly / ndx-structured-behavior

An NWB extension for storing structured behavior programs and data, such as from BAABL/BEADL
BSD 3-Clause "New" or "Revised" License
3 stars 3 forks source link

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.