| 1 | | For more info see the NeuroTools trac http://neuralensemble.org/trac/NeuroTools |
|---|
| | 1 | |
|---|
| | 2 | NeuroTools |
|---|
| | 3 | ========== |
|---|
| | 4 | |
|---|
| | 5 | NeuroTools is not a neural simulator, but rather a collection of tools |
|---|
| | 6 | to support all tasks associated with a neural simulation project which |
|---|
| | 7 | are not handled by the simulation engine. NeuroTools is written in |
|---|
| | 8 | Python, and works best with PyNN, or one of the growing list of |
|---|
| | 9 | simulation engines with a Python front-end such as NEURON, NEST, |
|---|
| | 10 | PCSIM, FACETS Neuromorphic VLSI, Brian, MOOSE/GENESIS, |
|---|
| | 11 | Neurospaces/GENESIS. NeuroTools provides modules to facilitate |
|---|
| | 12 | simulation setup, parameterization and instrumentation, and data |
|---|
| | 13 | management, analysis and visualization. The data-related tools are |
|---|
| | 14 | equally suited to analysis of experimental data, although that is not |
|---|
| | 15 | the primary motivation for their development. |
|---|
| | 16 | |
|---|
| | 17 | NeuroTools aims to: |
|---|
| | 18 | |
|---|
| | 19 | 1. increase the productivity of individual modellers by automating, |
|---|
| | 20 | simplifying, and establishing best-practices for common tasks, |
|---|
| | 21 | |
|---|
| | 22 | 2. increase the productivity of the neuroscience modelling |
|---|
| | 23 | community by reducing the amount of code duplication across |
|---|
| | 24 | simulation communities, |
|---|
| | 25 | |
|---|
| | 26 | 3. increase the reliability of data |
|---|
| | 27 | analysis tools leveraging Linus's law: "given enough eyeballs, all |
|---|
| | 28 | bugs are shallow." |
|---|
| | 29 | |
|---|
| | 30 | |
|---|
| | 31 | |
|---|
| | 32 | License |
|---|
| | 33 | ======= |
|---|
| | 34 | |
|---|
| | 35 | NeuroTools is free software, you can redistribute it and/or modify it under |
|---|
| | 36 | the terms of the GNU General Public License version 2 (http://www.gnu.org/licenses/gpl-2.0.html). |
|---|
| | 37 | |
|---|
| | 38 | The GNU General Public License does not permit this software to be |
|---|
| | 39 | redistributed in proprietary programs. |
|---|
| | 40 | |
|---|
| | 41 | This library is distributed in the hope that it will be useful, but |
|---|
| | 42 | WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| | 43 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
|---|
| | 44 | |
|---|
| | 45 | See source:trunk/LICENSE. |
|---|
| | 46 | |
|---|
| | 47 | |
|---|
| | 48 | Contributing to NeuroTools |
|---|
| | 49 | ========================== |
|---|
| | 50 | |
|---|
| | 51 | If you are interested in participating in NeuroTools development, please see |
|---|
| | 52 | the webpage at http://neuralensemble.org/NeuroTools |
|---|
| | 53 | |
|---|
| | 54 | |
|---|
| | 55 | |
|---|
| | 56 | Installation |
|---|
| | 57 | ============ |
|---|
| | 58 | |
|---|
| | 59 | For installation instructions, see source:trunk/INSTALL. |
|---|
| | 60 | |
|---|
| | 61 | |
|---|
| | 62 | |
|---|
| | 63 | Documentation |
|---|
| | 64 | ============= |
|---|
| | 65 | |
|---|
| | 66 | |
|---|
| | 67 | For documentation see source:trunk/doc |
|---|
| | 68 | and |
|---|
| | 69 | http://neuralensemble.org/trac/NeuroTools. |
|---|
| | 70 | |
|---|
| | 71 | For examples see source:trunk/examples. |
|---|
| | 72 | |
|---|
| | 73 | For more information, see the NeuroTools trac http://neuralensemble.org/trac/NeuroTools. |
|---|
| | 74 | |
|---|
| | 75 | |
|---|
| | 76 | |
|---|
| | 77 | Reporting Bugs |
|---|
| | 78 | ============== |
|---|
| | 79 | |
|---|
| | 80 | The NeuroTools project site is also a trac-based (http://trac.edgewall.org) bug management system. |
|---|
| | 81 | |
|---|
| | 82 | Please report bugs by submitting a "New Ticket" at |
|---|
| | 83 | http://neuralensemble.org/trac/NeuroTools |
|---|