/ndx-beadl

An NWB extension for storing BEADL programs and data

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

ndx-beadl Extension for NWB

The extension ndx_beadl 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-beadl data model consists of three main components:

ndx-beadl schema

Installation

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

Usage

See the tutorial notebook for examples.


This extension was created using ndx-template.