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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
|
Source: dipy
Section: python
Priority: extra
Maintainer: NeuroDebian Team <team@neuro.debian.net>
Uploaders: Yaroslav Halchenko <debian@onerussian.com>, Michael Hanke <michael.hanke@gmail.com>
Build-Depends: debhelper (>= 7.0.50~), python-all-dev, python-support,
python-numpy,
python-scipy,
cython (>= 0.13),
python-matplotlib,
python-sphinx (>= 1.0),
python-nose,
python-nibabel
Standards-Version: 3.9.2
Homepage: http://nipy.org/dipy
Vcs-Git: git://github.com/neurodebian/dipy.git
Vcs-Browser: http://github.com/neurodebian/dipy
Package: python-dipy
Architecture: all
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends},
python-numpy, python-scipy,
python-dipy-lib (>= ${source:Version})
Recommends: python-matplotlib,
python-vtk,
python-nose,
python-nibabel,
python-tables
Suggests: ipython
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: toolbox for analysis of MR diffusion imaging data
Dipy is a toolbox for the analysis of diffusion magnetic resonance
imaging data. It features:
- Reconstruction algorithms, e.g. GQI, DTI
- Tractography generation algorithms, e.g. EuDX
- Intelligent downsampling of tracks
- Ultra fast tractography clustering
- Resampling datasets with anisotropic voxels to isotropic
- Visualizing multiple brains simultaneously
- Finding track correspondence between different brains
- Warping tractographies into another space, e.g. MNI space
- Reading many different file formats, e.g. Trackvis or NIfTI
- Dealing with huge tractographies without memory restrictions
- Playing with datasets interactively without storing
Package: python-dipy-lib
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: toolbox for analysis of MR diffusion imaging data -- extensions
Dipy is a toolbox for the analysis of diffusion magnetic resonance
imaging data.
.
This package provides architecture-dependent builds of the extensions.
Package: python-dipy-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, libjs-jquery
Suggests: python-dipy
Description: toolbox for analysis of MR diffusion imaging data -- documentation
Dipy is a toolbox for the analysis of diffusion magnetic resonance
imaging data.
.
This package provides the documentation in HTML format.
|