NWB conversion scripts and tutorials.
Project description
jaeger-lab-to-nwb
Convert Jaeger lab data to NWB format.
Currently includes:
- FRET optical imaging (rsd)
- Intan electrophysiology (rhd)
- Labview behavioral data (txt)
- Optogenetics stimulation data (txt)
- Treadmill behavior (csv)
- Bpod behavioral data (mat)
Authors: Luiz Tauffer and Ben Dichter
Install
Create a separate environment:
$ conda create -n env_jaeger python=3.7 pip
Activate environment and install dependencies
$ conda activate env_jaeger
$ pip install jaeger-lab-to-nwb
Use
1. Imported and run from a python script:
Examples for each experiment can be found here
2. Graphical User Interface:
To use the GUI, first install nwb-web-gui:
$ pip install nwb-web-gui
The GUI can be run from the terminal:
$ nwbgui-jaeger [experiment_name]
Current options for experiment names are: fret
, labview
, treadmill
and bpod
. The NWB Web GUI should open in your browser. If it does not open automatically (and no error messages were printed in your terminal), just open your browser and navigate to localhost:5000
.
The GUI eases the task of editing the metadata of the resulting nwb
file, it is integrated with the conversion module (conversion on-click) and allows for quick visual exploration the data in the end file with nwb-jupyter-widgets.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for jaeger_lab_to_nwb-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 005155d0ea21313441d9b07d2c8e2a3085c1823a5ac5fe89e49287c30688a955 |
|
MD5 | b3df7f63ee0528e495dfd4cacf44c3fb |
|
BLAKE2b-256 | 919ac0cbe43322eface83c4a6038cc91d6b37d712bb23ba3903009855da74c0b |