|
85 | 85 | \item Comes with a tool to convert any data file supported by Neuroshare to the HDF5 format
|
86 | 86 | \end{itemize}
|
87 | 87 |
|
| 88 | +%_________________________________neo_______________________________________ |
| 89 | +\ndproject{Neo}{http://packages.python.org/neo/}{neo_logo.png}{.2}{-0.25em}{0em} |
| 90 | + |
| 91 | +Neo is a package for representing electrophysiology data in Python, together with support |
| 92 | +for reading a wide range of neurophysiology file formats, including Spike2, NeuroExplorer, |
| 93 | +AlphaOmega, Axon, Blackrock, Plexon, Tdt, and support for writing to a subset of these |
| 94 | +formats plus non-proprietary formats including HDF5. |
| 95 | + |
| 96 | +The goal of Neo is to improve interoperability between Python tools for analyzing, visualizing |
| 97 | +and generating electrophysiology data (such as OpenElectrophy, NeuroTools, G-node, |
| 98 | +Helmholtz, PyNN) by providing a common, shared object model. In order to be as |
| 99 | +lightweight a dependency as possible, Neo is deliberately limited to represention of data, |
| 100 | +with no functions for data analysis or visualization. |
| 101 | + |
| 102 | +Neo implements a hierarchical data model well adapted to intracellular and extracellular |
| 103 | +electrophysiology and EEG data with support for multi-electrodes (for example tetrodes). |
| 104 | +Neo's data objects build on the quantities package, which in turn builds on NumPy by |
| 105 | +adding support for physical dimensions. Thus Neo objects behave just like normal NumPy arrays, |
| 106 | +but with additional metadata, checks for dimensional consistency and automatic unit conversion. |
| 107 | + |
| 108 | +A project with similar aims but for neuroimaging file formats is NiBabel. |
| 109 | + |
| 110 | + |
| 111 | +%____________________OpenElectrophy______________________________________ |
| 112 | + |
| 113 | +\ndproject{OpenElectrophy}{http://packages.python.org/OpenElectrophy/}{OpenElectrophy_logo.png}{.2}{-0.25em}{0em} |
| 114 | + |
| 115 | +OpenElectrophy is build on top of neo. |
| 116 | + |
| 117 | +\begin{itemize}[nolistsep,topsep=0em,leftmargin=1pc] |
| 118 | +\item A GUI on top of neo. |
| 119 | +\item A collection of method for spike sorting and powerfull GUI. |
| 120 | +\item A wavelet method for analysing transient oscillations in LFP. |
| 121 | +\item A customisable database to organize datasets. |
| 122 | +\end{itemize} |
| 123 | + |
| 124 | +%___________________________________________________________________________ |
88 | 125 |
|
89 | 126 | %___________________________________________________________________________
|
90 | 127 | \ndsection{Metadata Management}%
|
|
0 commit comments