Michael Denker eebd26f4ea Update frozen Neo to version 0.5.2 6 years ago
..
doc eebd26f4ea Update frozen Neo to version 0.5.2 6 years ago
examples eebd26f4ea Update frozen Neo to version 0.5.2 6 years ago
neo eebd26f4ea Update frozen Neo to version 0.5.2 6 years ago
.gitignore eebd26f4ea Update frozen Neo to version 0.5.2 6 years ago
.travis.yml eebd26f4ea Update frozen Neo to version 0.5.2 6 years ago
AUTHORS d1f7f85689 Initial commit of data and code of the Reach-to-Grasp Experiment. 6 years ago
CITATION.txt d1f7f85689 Initial commit of data and code of the Reach-to-Grasp Experiment. 6 years ago
LICENSE.txt d1f7f85689 Initial commit of data and code of the Reach-to-Grasp Experiment. 6 years ago
MANIFEST.in d1f7f85689 Initial commit of data and code of the Reach-to-Grasp Experiment. 6 years ago
README.rst eebd26f4ea Update frozen Neo to version 0.5.2 6 years ago
requirements.txt d1f7f85689 Initial commit of data and code of the Reach-to-Grasp Experiment. 6 years ago
setup.py eebd26f4ea Update frozen Neo to version 0.5.2 6 years ago
tox.ini d1f7f85689 Initial commit of data and code of the Reach-to-Grasp Experiment. 6 years ago

README.rst

===
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 OpenElectrophy_
and SpykeViewer_ (data analysis and visualization), Elephant_ (data analysis),
the G-node_ suite (databasing) and PyNN_ (simulations).

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

.. image:: https://travis-ci.org/NeuralEnsemble/python-neo.png?branch=master
:target: https://travis-ci.org/NeuralEnsemble/python-neo
:alt: Unit Test Status
.. image:: https://coveralls.io/repos/NeuralEnsemble/python-neo/badge.png
:target: https://coveralls.io/r/NeuralEnsemble/python-neo
:alt: Unit Test Coverage
.. image:: https://requires.io/github/NeuralEnsemble/python-neo/requirements.png?branch=master
:target: https://requires.io/github/NeuralEnsemble/python-neo/requirements/?branch=master
:alt: Requirements Status

More information
----------------

- Home page: http://neuralensemble.org/neo
- Mailing list: https://groups.google.com/forum/?fromgroups#!forum/neuralensemble
- Documentation: http://neo.readthedocs.io/
- Bug reports: https://github.com/NeuralEnsemble/python-neo/issues

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

:copyright: Copyright 2010-2016 by the Neo team, see doc/source/authors.rst.
:license: 3-Clause Revised BSD License, see LICENSE.txt for details.


.. _OpenElectrophy: https://github.com/OpenElectrophy/OpenElectrophy
.. _Elephant: http://neuralensemble.org/elephant
.. _G-node: http://www.g-node.org/
.. _Neuroshare: http://neuroshare.org/
.. _SpykeViewer: https://spyke-viewer.readthedocs.org/en/latest/
.. _NiBabel: http://nipy.sourceforge.net/nibabel/
.. _PyNN: http://neuralensemble.org/PyNN
.. _quantities: http://pypi.python.org/pypi/quantities
.. _`NeuralEnsemble mailing list`: http://groups.google.com/group/neuralensemble
.. _`issue tracker`: https://github.c