forked from diba-lab/NeuroPy
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Brian Kim edited this page Oct 16, 2023
·
5 revisions
NeuroPy is a package for analyzing electrophysiological data using Python. This package is primarily developed for hippocampal recordings, but can also be used for general electrophysiological data.
- Python 3.9
- NumPy 1.20.2
- SciPy 1.6.2
If you use NeuroPy in your research, please consider citing it.
@misc{neuropy2021,
author = {Bapun Giri, Nat Kinsky},
title = {{NeuroPy: Electrophysiology analysis using Python}},
year = 2020--2021,
version = {0.0.1},
url = {https://github.com/diba-lab/NeuroPy}
}
- animal.py
- ca_neurons.py
- datawriter.py
- epoch.py
- event.py
- neurons.py
- position.py
- probe.py
- ratemap.py
- signal.py