Skip to content
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.

Requirements

  • Python 3.9
  • NumPy 1.20.2
  • SciPy 1.6.2

How the documentation is organized

Citing This Package

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}
    }

Analyses

  • animal.py
  • ca_neurons.py
  • datawriter.py
  • epoch.py
  • event.py
  • neurons.py
  • position.py
  • probe.py
  • ratemap.py
  • signal.py

IO

Plotting

Utilities

Clone this wiki locally