]> git.donarmstrong.com Git - neurodebian.git/commitdiff
Add isis and neo to blends info
authorMichael Hanke <michael.hanke@gmail.com>
Fri, 9 Sep 2011 11:29:16 +0000 (13:29 +0200)
committerMichael Hanke <michael.hanke@gmail.com>
Fri, 9 Sep 2011 11:29:16 +0000 (13:29 +0200)
future/blends/isis [new file with mode: 0644]
future/blends/neo [new file with mode: 0644]

diff --git a/future/blends/isis b/future/blends/isis
new file mode 100644 (file)
index 0000000..861c77c
--- /dev/null
@@ -0,0 +1,13 @@
+Source: isis
+Tasks: debian-med/imaging
+Homepage: http://isis-group.github.com/isis/
+Author: Lydia Hellrung (hellrung@cbs.mpg.de) et al.
+Language: C++
+License: GPL-2+
+Version: 0.3.3
+Responsible: NeuroDebian Team <team@neuro.debian.net>
+Pkg-Description: I/O framework for neuroimaging data
+ This framework aids access of and conversion between various established
+ neuro-imaging data formats, like  Nifti, Analyze, DICOM and VISTA. ISIS
+ is extensible with plugins to add support for additional data formats.
+Why: IO layer for Lipsia and maybe soon Odin.
diff --git a/future/blends/neo b/future/blends/neo
new file mode 100644 (file)
index 0000000..afea791
--- /dev/null
@@ -0,0 +1,21 @@
+Source: neo
+Tasks: debian-science/electrophysiology
+Homepage: http://neuralensemble.org/trac/neo
+License: BSD
+Author: Samuel Garcia, Pierre Yger, Luc Estabanez, Andrew Davison, Yury V. Zaytsev
+Language: Python
+Version: 0.1
+Vcs-SVN: https://neuralensemble.org/svn/neo/
+Pkg-Description: IO library for electrophysiological data formats in Python
+ NEO stands for Neural Ensemble Objects and is a project to provide common
+ class names and concepts for dealing with electro-physiological (in vivo
+ and/or simulated) data with the aim of getting OpenElectrophy, NeuroTools,
+ G-node and maybe other projects with similar goals more close together.
+ .
+ In particular Neo provides:
+ .
+  * a set a classes with precise definitions
+  * an IO module that offer a simple API that fit many formats
+  * documentation.
+  * a set of examples like a format convertor
+Remark: Upstream says not worth packaging before v0.2 is released.