[go: up one dir, main page]

File: control

package info (click to toggle)
connectomeviewer 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 5,860 kB
  • ctags: 1,417
  • sloc: python: 6,234; makefile: 167
file content (35 lines) | stat: -rw-r--r-- 1,291 bytes parent folder | download
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
Source: connectomeviewer
Section: python
Priority: extra
Maintainer: Stephan Gerhard <debian@unidesign.ch>
Build-Depends: debhelper (>= 7.2.18), python-all (>= 2.6), python-support,
			   python-numpy (>= 1.3.0), python-setuptools, python-traits (>= 4)
Standards-Version: 3.9.2
Homepage: http://www.connectomeviewer.org
Vcs-Git: git://github.com/LTS5/connectomeviewer.git
Vcs-Browser: http://github.com/LTS5/connectomeviewer

Package: connectomeviewer
Architecture: all
Depends: ${python:Depends}, ${misc:Depends},
        python-cfflib (>= 2.0.5),
        python-networkx (>= 1.4),
        python-nibabel,
        python-numpy (>= 1.3.0),
        python-scipy,
        python-chaco,
        mayavi2 (>= 4.0.0),
        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.