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 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119
|
Source: dipy
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Yaroslav Halchenko <debian@onerussian.com>,
Michael Hanke <mih@debian.org>,
Étienne Mollier <emollier@debian.org>
Section: python
Testsuite: autopkgtest-pkg-pybuild
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
pkgconf,
libgomp1,
cython3,
python3-all-dev:native,
libpython3-all-dev,
python3-setuptools,
python3-mesonpy,
python3-numpy,
python3-scipy,
python3-h5py <!nocheck> <!nodoc>,
python3-matplotlib <!nocheck>,
python3-nibabel <!nocheck> <!nodoc>,
python3-pil.imagetk <!nocheck>,
python3-pytest <!nocheck>,
python3-pandas [!mips64el] <!nocheck>,
python3-tables [!s390x] <!nocheck>,
python3-tk <!nocheck>,
python3-trx-python <!nocheck> <!nodoc>,
python3-sklearn <!nocheck>,
python3-tqdm <!nocheck> <!nodoc>,
xvfb <!nocheck>,
xauth <!nocheck>
Build-Depends-Indep: python3-sphinx <!nodoc>,
python3-numpydoc <!nodoc>,
python3-skimage <!nodoc>,
python3-sphinx-design <!nodoc>,
python3-sphinxcontrib.bibtex <!nodoc>,
python3-doc <!nodoc>
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/med-team/dipy
Vcs-Git: https://salsa.debian.org/med-team/dipy.git
Homepage: https://dipy.org
Rules-Requires-Root: no
Package: python3-dipy
Architecture: all
Depends: ${python3:Depends},
${shlibs:Depends},
${misc:Depends},
python3-numpy,
python3-scipy,
python3-h5py,
python3-dipy-lib (>= ${source:Version}),
python3-tqdm,
python3-packaging
Recommends: python3-matplotlib,
python3-vtk9,
python3-nibabel,
python3-tables,
python3-sklearn,
python3-pandas
Suggests: python3-boto3,
python-dipy-doc
Provides: ${python3:Provides}
Description: Python library for the analysis of diffusion MRI datasets
DIPY is a software project for computational neuroanatomy. It focuses
on diffusion magnetic resonance imaging (dMRI) analysis and
tractography but also contains implementations of other computational
imaging methods such as denoising and registration that are
applicable to the greater medical imaging and image processing
communities. Additionally, DIPY is an international project which
brings together scientists across labs and countries to share their
state-of-the-art code and expertise in the same codebase,
accelerating scientific research in medical imaging.
.
Here are some of the highlights:
- Reconstruction algorithms: CSD, DSI, GQI, DTI, DKI, QBI, SHORE
and MAPMRI
- Fiber tracking algorithms: deterministic and probabilistic
- Native linear and nonlinear registration of images
- Fast operations on streamlines (selection, resampling, registration)
- Tractography segmentation and clustering
- Many image operations, e.g., reslicing or denoising with NLMEANS
- Estimation of distances/correspondences between streamlines and
connectivity matrices
- Interactive visualization of streamlines in the space of images
.
This package contains the Python 3 version.
Package: python3-dipy-lib
Architecture: any
Multi-Arch: same
Depends: ${python3:Depends},
${shlibs:Depends},
${misc:Depends}
Provides: ${python3:Provides}
Description: Python library for the analysis of diffusion MRI datasets -- Python3 extensions
DIPY is a library for the analysis of diffusion magnetic resonance
imaging data.
.
This package provides architecture-dependent builds of the extensions
for Python3.
Package: python-dipy-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
libjs-jquery,
libjs-mathjax,
libjs-sphinxdoc,
node-mathjax-full
Suggests: python3-dipy, python3-doc
Description: Python library for the analysis of diffusion MRI datasets -- documentation
DIPY is a library for the analysis of diffusion magnetic resonance
imaging data.
.
This package provides the documentation in HTML format.
|