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
|
Source: astra-toolbox
Section: contrib/python
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
Picca Frédéric-Emmanuel <picca@debian.org>,
Build-Depends:
cython3,
debhelper-compat (= 13),
dh-octave,
dh-sequence-numpy3,
dh-sequence-octave,
dh-sequence-python3,
libboost-dev,
nvidia-cuda-toolkit-gcc,
python3-dev,
python3-numpy,
python3-scipy,
python3-setuptools,
Standards-Version: 4.7.2
Homepage: https://github.com/astra-toolbox/astra-toolbox
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python, autopkgtest-pkg-octave
Vcs-Browser: https://salsa.debian.org/science-team/astra-toolbox
Vcs-Git: https://salsa.debian.org/science-team/astra-toolbox.git
Package: python3-astra-toolbox
Architecture: any
Depends:
python3-scipy,
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Description: toolbox of high-performance GPU primitives for 2D and 3D tomography (Python3)
It supports 2D parallel and fan beam geometries, and 3D parallel and
cone beam. All of them have highly flexible source/detector
positioning.
.
A large number of 2D and 3D algorithms are available, including FBP,
SIRT, SART, CGLS.
.
The basic forward and backward projection operations are
GPU-accelerated, and directly callable from Octave and Python to
enable building new algorithms.
.
This is the Python3 library.
Package: octave-astra-toolbox
Architecture: any
Depends:
${misc:Depends},
${octave:Depends},
${shlibs:Depends},
Description: toolbox of high-performance GPU primitives for 2D and 3D tomography (octave)
It supports 2D parallel and fan beam geometries, and 3D parallel and
cone beam. All of them have highly flexible source/detector
positioning.
.
A large number of 2D and 3D algorithms are available, including FBP,
SIRT, SART, CGLS.
.
The basic forward and backward projection operations are
GPU-accelerated, and directly callable from Octave and Python to
enable building new algorithms.
.
This is the Octave library.
|