Analysis of neuroelectrophysiology data in Python.
neuro_py is a Python package for analysis of neuroelectrophysiology data. It is built on top of the nelpy package, which provides core data objects. neuro_py provides a set of functions for analysis of freely moving electrophysisology, including behavior tracking utilities, neural ensemble detection, peri-event analyses, robust batch analysis tools, and more.
Tutorials are here and more will be added.
pip install neuro-analysis-py
git clone
cd neuro_py
pip install -e .
import neuro_py as neuro
For ease of use, this package uses nelpy core data objects. See nelpy
pytest
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
neuro_py is distributed under the MIT license. See the LICENSE file for details.