Library used to implement the International Brain Laboratory data pipeline. Currently in active development. The library is currently 2 main modules:
- brainbox: neuroscience analysis oriented library
- ibllib: general purpose library containing I/O, signal processing and IBL data pipelines utilities.
OS: Deployed on Linux and Windows. Minimally tested for Mac.
Python Module: Python 3.7 or higher, we develop on 3.8.
https://docs.internationalbrainlab.org
See https://int-brain-lab.github.io/iblenv/07_contribution.html
We use gitflow and Semantic Versioning.
Before commiting to your branch:
- run tests
- flake8 This is also enforced by continuous integration.
The Matlab library has moved to its own repository here: https://github.com/int-brain-lab/ibllib-matlab/