1
0
Fork
You've already forked neo
0
Fork of orignal python-neo with included Biocam sparse event based recordings support https://github.com/NeuralEnsemble/python-neo/pull/1446
Find a file
2024年07月05日 17:12:17 +02:00
.github Split check and apply steps 2024年01月26日 16:35:05 +01:00
doc Update author list and codemeta.json 2024年02月02日 17:23:05 +01:00
examples black formatting 2024年02月02日 15:13:53 +00:00
neo Fix warning 2024年07月05日 17:12:17 +02:00
.gitignore Merge pull request #1396 from zm711/f-strings 2024年02月23日 16:19:14 +01:00
.pep8speaks.yml PEP8 fixes for the 0.7.0 release ( #608 ) 2018年11月26日 18:58:14 +01:00
.readthedocs.yaml Update readthedocs build config 2023年12月05日 18:02:15 +01:00
AUTHORS
CITATION.txt wip 2019年09月26日 14:43:22 +02:00
CODE_OF_CONDUCT.md
codemeta.json forgot to update release notes in codemeta.json 2024年02月02日 17:38:42 +01:00
CONTRIBUTING.md Fix link in CONTRIBUTING.md 2023年08月02日 15:23:49 -03:00
environment_testing.yml Draft to move from setup.py to pyproject.toml 2022年10月05日 11:40:11 +02:00
LICENSE.txt update some copyright statements 2024年02月02日 15:49:29 +01:00
MANIFEST.in Package license ( #532 ) 2018年05月14日 09:33:59 +02:00
pyproject.toml bump version number 2024年02月02日 17:27:53 +01:00
README.rst update some copyright statements 2024年02月02日 15:49:29 +01:00
setup.py black formatting 2024年02月02日 15:13:53 +00:00

Neo

Neo is a Python package for working with electrophysiology data in Python, together with support for reading a wide range of neurophysiology file formats, including Spike2, NeuroExplorer, AlphaOmega, Axon, Blackrock, Plexon, Tdt, and support for writing to a subset of these formats plus non-proprietary formats including HDF5.

The goal of Neo is to improve interoperability between Python tools for analyzing, visualizing and generating electrophysiology data by providing a common, shared object model. In order to be as lightweight a dependency as possible, Neo is deliberately limited to represention of data, with no functions for data analysis or visualization.

Neo is used by a number of other software tools, including SpykeViewer (data analysis and visualization), Elephant (data analysis), the G-node suite (databasing), PyNN (simulations), tridesclous (spike sorting) and ephyviewer (data visualization). OpenElectrophy (data analysis and visualization) uses an older version of neo.

Neo implements a hierarchical data model well adapted to intracellular and extracellular electrophysiology and EEG data with support for multi-electrodes (for example tetrodes). Neo's data objects build on the quantities package, which in turn builds on NumPy by adding support for physical dimensions. Thus Neo objects behave just like normal NumPy arrays, but with additional metadata, checks for dimensional consistency and automatic unit conversion.

A project with similar aims but for neuroimaging file formats is NiBabel.

Code status

Core Test Status (Github Actions)

IO Test Status (Github Actions)

Unit Test Coverage

More information

For installation instructions, see doc/source/install.rst

To cite Neo in publications, see CITATION.txt

copyright

Copyright 2010-2024 by the Neo team, see doc/source/authors.rst.

license

3-Clause Revised BSD License, see LICENSE.txt for details.

Funding

Development of Neo has been partially funded by the European Union Sixth Framework Program (FP6) under grant agreement FETPI-015879 (FACETS), by the European Union Seventh Framework Program (FP7/2007­-2013) under grant agreements no. 269921 (BrainScaleS) and no. 604102 (HBP), and by the European Union’s Horizon 2020 Framework Programme for Research and Innovation under the Specific Grant Agreements No. 720270 (Human Brain Project SGA1), No. 785907 (Human Brain Project SGA2) and No. 945539 (Human Brain Project SGA3).