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
|
Source: tomoscan
Section: python
Priority: optional
Maintainer: Debian PaN Maintainers <debian-pan-maintainers@alioth-lists.debian.net>
Uploaders:
Debian Python Team <team+python@tracker.debian.org>,
Roland Mas <lolando@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-defusedxml <!nocheck>,
python3-dicttoxml <!nocheck>,
python3-h5py (>= 3.0) <!nocheck>,
python3-lxml <!nocheck>,
python3-nxtomo <!nocheck>,
python3-packaging,
python3-pytest <!nocheck>,
python3-pyunitsystem <!nocheck>,
python3-setuptools,
python3-silx <!nocheck>,
Standards-Version: 4.6.2.0
Testsuite: autopkgtest-pkg-pybuild
Homepage: https://gitlab.esrf.fr/tomotools/tomoscan
Vcs-Git: https://salsa.debian.org/python-team/packages/tomoscan.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/tomoscan
Rules-Requires-Root: no
Package: python3-tomoscan
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: utility to access tomography data at esrf
This library is offering an abstraction to access tomography data
from various file formats.
.
It can read:
- acquisitions from spec (.edf) and bliss (.hdf5)
- volumes:
- single frame file: EDF, JP2K, tiff
- multi frame: HDF5, multitiff
|