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 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246
|
Source: pyfai
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>
Section: science
Testsuite: autopkgtest
Priority: extra
Build-Depends: cython,
cython-dbg,
cython3,
cython3-dbg,
debhelper (>= 9),
dh-python,
libjs-mathjax,
python-all-dev,
python-all-dbg,
python-fabio (>= 0.3.0+dfsg-1~),
python-fabio-dbg (>= 0.3.0+dfsg-1~),
python-h5py,
python-lxml,
python-lxml-dbg,
python-matplotlib,
python-matplotlib-dbg,
python-numpy,
python-numpy-dbg,
python-qt4,
python-qt4-dbg,
python-scipy,
python-scipy-dbg,
python-setuptools,
python-sphinx,
python-sphinxcontrib.programoutput,
python-tk,
python-tk-dbg,
python3-all-dev,
python3-all-dbg,
python3-fabio (>= 0.4.0+dfsg-2~),
python3-fabio-dbg (>= 0.4.0+dfsg-2~),
python3-lxml,
python3-lxml-dbg,
python3-matplotlib,
python3-matplotlib-dbg,
python3-numpy,
python3-numpy-dbg,
python3-pyqt4,
python3-pyqt4-dbg,
python3-scipy,
python3-scipy-dbg,
python3-setuptools,
python3-sphinx,
python3-sphinxcontrib.programoutput,
python3-tk,
python3-tk-dbg
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/pyfai.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/pyfai.git
Homepage: https://github.com/silx-kit/pyFAI
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Package: pyfai
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
${shlibs:Depends},
python-pyfai (>= ${source:Version})
Description: Fast Azimuthal Integration scripts
PyFAI is a Python library for azimuthal integration; it allows the conversion
of diffraction images taken with 2D detectors like CCD cameras into X-Ray
powder patterns that can be used by other software like Rietveld refinement
tools (i.e. FullProf), phase analysis or texture analysis.
.
As PyFAI is a library, its main goal is to be integrated in other tools like
PyMca, LiMa or EDNA. To perform online data analysis, the precise description
of the experimental setup has to be known. This is the reason why PyFAI
includes geometry optimization code working on "powder rings" of reference
samples. Alternatively, PyFAI can also import geometries fitted with other
tools like Fit2D.
.
PyFAI has been designed to work with any kind of detector with any geometry
(transmission, reflection, off-axis, ...). It uses the Python library FabIO
to read most images taken by diffractometer.
Package: python-pyfai
Architecture: any
Section: python
Depends: ${misc:Depends},
${python:Depends},
${shlibs:Depends},
python-fabio (>= 0.3.0+dfsg-1~),
python-imaging,
python-matplotlib,
python-scipy
Recommends: python-h5py,
python-pyopencl,
python-qt4 | python-pyside
Suggests: pymca,
python-rfoo
Breaks: ${python:Breaks},
pyfai (<< 0.11.0+dfsg-2)
Replaces: pyfai (<< 0.11.0+dfsg-2)
Description: Fast Azimuthal Integration scripts - Python2
PyFAI is a Python library for azimuthal integration; it allows the conversion
of diffraction images taken with 2D detectors like CCD cameras into X-Ray
powder patterns that can be used by other software like Rietveld refinement
tools (i.e. FullProf), phase analysis or texture analysis.
.
As PyFAI is a library, its main goal is to be integrated in other tools like
PyMca, LiMa or EDNA. To perform online data analysis, the precise description
of the experimental setup has to be known. This is the reason why PyFAI
includes geometry optimization code working on "powder rings" of reference
samples. Alternatively, PyFAI can also import geometries fitted with other
tools like Fit2D.
.
PyFAI has been designed to work with any kind of detector with any geometry
(transmission, reflection, off-axis, ...). It uses the Python library FabIO
to read most images taken by diffractometer.
.
This is the Python 2 version of the package.
Package: python-pyfai-dbg
Architecture: any
Section: debug
Depends: ${misc:Depends},
${python:Depends},
${shlibs:Depends},
python-pyfai (= ${binary:Version}),
python-fabio-dbg (>= 0.3.0+dfsg-1~),
python-imaging-dbg,
python-matplotlib-dbg,
python-scipy-dbg
Recommends: python-dbg,
python-pyopencl-dbg,
python-qt4-dbg
Suggests: python-h5py-dbg
Description: Fast Azimuthal Integration scripts - Python2 debug
PyFAI is a Python library for azimuthal integration; it allows the conversion
of diffraction images taken with 2D detectors like CCD cameras into X-Ray
powder patterns that can be used by other software like Rietveld refinement
tools (i.e. FullProf), phase analysis or texture analysis.
.
As PyFAI is a library, its main goal is to be integrated in other tools like
PyMca, LiMa or EDNA. To perform online data analysis, the precise description
of the experimental setup has to be known. This is the reason why PyFAI
includes geometry optimization code working on "powder rings" of reference
samples. Alternatively, PyFAI can also import geometries fitted with other
tools like Fit2D.
.
PyFAI has been designed to work with any kind of detector with any geometry
(transmission, reflection, off-axis, ...). It uses the Python library FabIO
to read most images taken by diffractometer.
.
This package contains the extension built for the Python 2 debug
interpreter.
Package: python3-pyfai
Architecture: any
Section: python
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends},
python3-fabio (>= 0.3.0+dfsg-1~),
python3-pil,
python3-matplotlib,
python3-scipy
Recommends: python3-pyopencl,
python3-pyqt4 | python3-pyside
Suggests: python3-h5py
Description: Fast Azimuthal Integration scripts - Python3
PyFAI is a Python library for azimuthal integration; it allows the conversion
of diffraction images taken with 2D detectors like CCD cameras into X-Ray
powder patterns that can be used by other software like Rietveld refinement
tools (i.e. FullProf), phase analysis or texture analysis.
.
As PyFAI is a library, its main goal is to be integrated in other tools like
PyMca, LiMa or EDNA. To perform online data analysis, the precise description
of the experimental setup has to be known. This is the reason why PyFAI
includes geometry optimization code working on "powder rings" of reference
samples. Alternatively, PyFAI can also import geometries fitted with other
tools like Fit2D.
.
PyFAI has been designed to work with any kind of detector with any geometry
(transmission, reflection, off-axis, ...). It uses the Python library FabIO
to read most images taken by diffractometer.
.
This is the Python 3 version of the package.
Package: python3-pyfai-dbg
Architecture: any
Section: debug
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends},
python3-pyfai (= ${binary:Version}),
python3-fabio-dbg (>= 0.3.0+dfsg-1~),
python3-pil-dbg,
python3-matplotlib-dbg,
python3-scipy-dbg
Recommends: python3-dbg,
python3-pyopencl-dbg,
python3-pyqt4-dbg | python3-pyside-dbg
Suggests: python3-h5py-dbg
Description: Fast Azimuthal Integration scripts - Python3 debug
PyFAI is a Python library for azimuthal integration; it allows the conversion
of diffraction images taken with 2D detectors like CCD cameras into X-Ray
powder patterns that can be used by other software like Rietveld refinement
tools (i.e. FullProf), phase analysis or texture analysis.
.
As PyFAI is a library, its main goal is to be integrated in other tools like
PyMca, LiMa or EDNA. To perform online data analysis, the precise description
of the experimental setup has to be known. This is the reason why PyFAI
includes geometry optimization code working on "powder rings" of reference
samples. Alternatively, PyFAI can also import geometries fitted with other
tools like Fit2D.
.
PyFAI has been designed to work with any kind of detector with any geometry
(transmission, reflection, off-axis, ...). It uses the Python library FabIO
to read most images taken by diffractometer.
.
This package contains the extension built for the Python 3 debug
interpreter.
Package: python-pyfai-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
${sphinxdoc:Depends},
libjs-mathjax,
Description: Fast Azimuthal Integration scripts - Documentation
PyFAI is a Python library for azimuthal integration; it allows the conversion
of diffraction images taken with 2D detectors like CCD cameras into X-Ray
powder patterns that can be used by other software like Rietveld refinement
tools (i.e. FullProf), phase analysis or texture analysis.
.
As PyFAI is a library, its main goal is to be integrated in other tools like
PyMca, LiMa or EDNA. To perform online data analysis, the precise description
of the experimental setup has to be known. This is the reason why PyFAI
includes geometry optimization code working on "powder rings" of reference
samples. Alternatively, PyFAI can also import geometries fitted with other
tools like Fit2D.
.
PyFAI has been designed to work with any kind of detector with any geometry
(transmission, reflection, off-axis, ...). It uses the Python library FabIO
to read most images taken by diffractometer.
.
This is the common documentation package.
|