1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
Source: connectomeviewer
Maintainer: NeuroDebian Team <team@neuro.debian.net>
Uploaders: Stephan Gerhard <debian@unidesign.ch>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper (>= 10),
python-all,
dh-python,
python-numpy,
python-setuptools,
python-traits
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/neurodebian-team/connectomeviewer
Vcs-Git: https://salsa.debian.org/neurodebian-team/connectomeviewer.git
Homepage: http://www.connectomeviewer.org
Package: connectomeviewer
Architecture: all
Depends: ${python:Depends},
${misc:Depends},
python-cfflib,
python-networkx,
python-nibabel,
python-numpy,
python-scipy,
python-chaco,
mayavi2,
ipython
Recommends: python-nipype,
python-dipy,
python-matplotlib,
python-qscintilla2
Suggests: nipy-suite
Description: Interactive Analysis and Visualization for MR Connectomics
The Connectome Viewer is a extensible, scriptable, pythonic research
environment for visualization and (network) analysis in neuroimaging
and connectomics.
.
Employing the Connectome File Format, diverse data types such as
networks, surfaces, volumes, tracks and metadata are handled and
integrated. The Connectome Viewer is part of the MR Connectome Toolkit.
|