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 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143
|
Source: silx
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
Jerome Kieffer <jerome.kieffer@esrf.fr>,
Picca Frédéric-Emmanuel <picca@debian.org>,
Alexandre Marie <alexandre.marie@synchrotron-soleil.fr>,
Section: science
Priority: optional
Build-Depends:
bitshuffle <!nocheck>,
cython3,
debhelper-compat (= 13),
dh-sequence-numpy3,
dh-sequence-python3,
help2man,
ipython3,
pybuild-plugin-pyproject,
python3-all-dev,
python3-fabio,
python3-h5py,
python3-hdf5plugin,
python3-mako,
python3-matplotlib,
python3-numpy,
python3-opengl,
python3-pil,
python3-pint,
python3-pooch <!nocheck>,
python3-pyopencl,
python3-pyqt5,
python3-pyqt5.qtopengl,
python3-pyqt5.qtsvg,
python3-pytest <!nocheck>,
python3-pytest-mock <!nocheck>,
python3-pytest-xvfb <!nocheck>,
python3-qtconsole,
python3-scipy,
python3-setuptools,
xauth,
xvfb,
Build-Depends-Indep:
dh-sequence-sphinxdoc <!nodoc>,
graphviz <!nodoc>,
pandoc <!nodoc>,
python3-nbsphinx <!nodoc>,
python3-pydata-sphinx-theme <!nodoc>,
python3-sphinx <!nodoc>,
python3-sphinx-autodoc-typehints <!nodoc>,
python3-sphinx-design <!nodoc>,
python3-sphinxcontrib.programoutput <!nodoc>,
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/science-team/silx
Vcs-Git: https://salsa.debian.org/science-team/silx.git
Homepage: https://github.com/silx-kit/silx
Rules-Requires-Root: no
Package: silx
Architecture: all
Depends:
python3-silx (>= ${source:Version}),
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Description: Toolbox for X-Ray data analysis - Executables
The silx project aims at providing a collection of Python packages to
support the development of data assessment, reduction and analysis
applications at synchrotron radiation facilities. It aims at
providing reading/writing different file formats, data reduction
routines and a set of Qt widgets to browse and visualize data.
.
The current version provides :
.
* reading HDF5 file format (with support of SPEC file format)
* histogramming
* fitting
* 1D and 2D visualization using multiple backends (matplotlib or OpenGL)
* image plot widget with a set of associated tools (See changelog file).
* Unified browser for HDF5, SPEC and image file formats supporting inspection
and visualization of n-dimensional datasets.
* Unified viewer (silx view filename) for HDF5, SPEC and image file formats
* OpenGL-based widget to display 3D scalar field with
isosurface and cutting plane.
.
This uses the Python 3 version of the package.
Package: python3-silx
Architecture: any
Section: python
Depends:
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
python3-h5py,
python3-pooch,
Description: Toolbox for X-Ray data analysis - Python3
The silx project aims at providing a collection of Python packages to
support the development of data assessment, reduction and analysis
applications at synchrotron radiation facilities. It aims at
providing reading/writing different file formats, data reduction
routines and a set of Qt widgets to browse and visualize data.
.
The current version provides :
.
* reading HDF5 file format (with support of SPEC file format)
* histogramming
* fitting
* 1D and 2D visualization using multiple backends (matplotlib or OpenGL)
* image plot widget with a set of associated tools (See changelog file).
* Unified browser for HDF5, SPEC and image file formats supporting inspection
and visualization of n-dimensional datasets.
* Unified viewer (silx view filename) for HDF5, SPEC and image file formats
* OpenGL-based widget to display 3D scalar field with
isosurface and cutting plane.
Package: python-silx-doc
Architecture: all
Section: doc
Depends:
libjs-mathjax,
${misc:Depends},
${sphinxdoc:Depends},
Multi-Arch: foreign
Description: Toolbox for X-Ray data analysis - Documentation
The silx project aims at providing a collection of Python packages to
support the development of data assessment, reduction and analysis
applications at synchrotron radiation facilities. It aims at
providing reading/writing different file formats, data reduction
routines and a set of Qt widgets to browse and visualize data.
.
The current version provides :
.
* reading HDF5 file format (with support of SPEC file format)
* histogramming
* fitting
* 1D and 2D visualization using multiple backends (matplotlib or OpenGL)
* image plot widget with a set of associated tools (See changelog file).
* Unified browser for HDF5, SPEC and image file formats supporting inspection
and visualization of n-dimensional datasets.
* Unified viewer (silx view filename) for HDF5, SPEC and image file formats
* OpenGL-based widget to display 3D scalar field with
isosurface and cutting plane.
.
This is the common documentation package.
|