summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormariomulansky <mario.mulansky@gmx.net>2014-10-10 12:59:26 +0000
committermariomulansky <mario.mulansky@gmx.net>2014-10-10 12:59:26 +0000
commitcefbc57be0a8badc21453ea460608b3caf344673 (patch)
treea87d789669eeb2c00a1865290318e3246317ee39
parent7bbbf06c23e8eb727f45dc47d6613fb7d03f4c8f (diff)
Readme edited online with Bitbucket
-rw-r--r--Readme13
1 files changed, 6 insertions, 7 deletions
diff --git a/Readme b/Readme
index 786ee87..c82233b 100644
--- a/Readme
+++ b/Readme
@@ -1,7 +1,6 @@
-Python Codes for Measuring Spike Synchrony
-
-before using the module you should compile the cython backend via:
-
-python setup.py build_ext --inplace
-
-Mario Mulansky (2014)
+PySpike
+=======
+
+PySpike is a Python library for numerical analysis of spike train similarity. Its core functionality are the implementation of the bivariate [ISI and SPIKE distance](http://www.scholarpedia.org/article/Measures_of_spike_train_synchrony). Additionally, it allows to compute multi-variate spike train distances, averaging and general spike train processing.
+
+All source codes are published under the liberal [MIT License](http://opensource.org/licenses/MIT).