If you're interested in becoming a contributor or requesting changes then click here to join the discord

Difference between revisions of "Neo"

From Brain Computer Interface Wiki
Jump to navigation Jump to search
Line 3: Line 3:
  
 
The goal of Neo is to improve interoperability between Python tools for analyzing, visualizing and generating electrophysiology data (such as OpenElectrophy, Elephant, G-node, Helmholtz, PyNN) 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.
 
The goal of Neo is to improve interoperability between Python tools for analyzing, visualizing and generating electrophysiology data (such as OpenElectrophy, Elephant, G-node, Helmholtz, PyNN) 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.
 +
 +
==Organizations==
 +
*[[NeuralEnsemble|NeuralEnsemble]]
 
==Links==
 
==Links==
 
[http://neuralensemble.org/neo/ Website]
 
[http://neuralensemble.org/neo/ Website]
 
[https://neo.readthedocs.io/en/stable/ Docs]
 
[https://neo.readthedocs.io/en/stable/ Docs]

Revision as of 01:38, 6 April 2022

Neo is a package for representing 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 (such as OpenElectrophy, Elephant, G-node, Helmholtz, PyNN) 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.

Organizations

Links

Website Docs