root/trunk/README

Revision 328, 2.8 KB (checked in by emuller, 4 years ago)

Copyright to all authors added to LICENSE, modified to be inline with
GPL instructions.

Line 
1
2NeuroTools
3==========
4
5NeuroTools is not a neural simulator, but rather a collection of tools
6to support all tasks associated with a neural simulation project which
7are not handled by the simulation engine. NeuroTools is written in
8Python, and works best with PyNN, or one of the growing list of
9simulation engines with a Python front-end such as NEURON, NEST,
10PCSIM, FACETS Neuromorphic VLSI, Brian, MOOSE/GENESIS,
11Neurospaces/GENESIS. NeuroTools provides modules to facilitate
12simulation setup, parameterization and instrumentation, and data
13management, analysis and visualization. The data-related tools are
14equally suited to analysis of experimental data, although that is not
15the primary motivation for their development.
16
17NeuroTools aims to:
18
191. increase the productivity of individual modellers by automating,
20   simplifying, and establishing best-practices for common tasks,
21
222. increase the productivity of the neuroscience modelling
23   community by reducing the amount of code duplication across
24   simulation communities,
25
263. increase the reliability of data
27   analysis tools leveraging Linus's law: "given enough eyeballs, all
28   bugs are shallow."
29
30
31
32License
33=======
34
35Copyright (C) 2008  Daniel Bruederle, Andrew Davison, Jens Kremkow
36Laurent Perrinet, Michael Schmuker, Eilif Muller, Eric Mueller, Pierre Yger
37
38NeuroTools is free software; you can redistribute it and/or modify
39it under the terms of the GNU General Public License as published by
40the Free Software Foundation; either version 2 of the License, or
41(at your option) any later version.
42
43This program is distributed in the hope that it will be useful,
44but WITHOUT ANY WARRANTY; without even the implied warranty of
45MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
46GNU General Public License for more details.
47
48You should have received a copy of the GNU General Public License along
49with this program; if not, write to the Free Software Foundation, Inc.,
5051 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
51
52The GNU General Public License does not permit this software to be
53redistributed in proprietary programs.
54
55See source:trunk/LICENSE.
56
57
58Contributing to NeuroTools
59==========================
60
61If you are interested in participating in NeuroTools development, please see
62the webpage at http://neuralensemble.org/NeuroTools
63
64
65
66Installation
67============
68
69For installation instructions, see source:trunk/INSTALL.
70
71
72
73Documentation
74=============
75
76
77For documentation see source:trunk/doc
78and
79http://neuralensemble.org/trac/NeuroTools.
80
81For examples see source:trunk/examples.
82
83For more information, see the NeuroTools trac http://neuralensemble.org/trac/NeuroTools.
84
85
86
87Reporting Bugs
88==============
89
90The NeuroTools project site is also a trac-based (http://trac.edgewall.org) bug management system.
91
92Please report bugs by submitting a "New Ticket" at
93http://neuralensemble.org/trac/NeuroTools
Note: See TracBrowser for help on using the browser.