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
|
Source: refnx
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Roland Mas <lolando@debian.org>,
Stuart Prescott <stuart@debian.org>,
Section: python
Build-Depends:
debhelper-compat (= 13),
dh-python,
cython3,
ipython3 <!nocheck>,
pybuild-plugin-pyproject,
pyqt6-dev-tools <!nocheck>,
python3-all-dev,
python3-attr,
python3-corner <!nocheck>,
python3-h5py,
python3-ipywidgets <!nocheck>,
python3-matplotlib <!nocheck>,
python3-numpy,
python3-numpy-dev,
python3-orsopy (>= 1.2.2~) <!nocheck>,
python3-pandas,
python3-periodictable <!nocheck>,
python3-pint,
python3-pyqt6 <!nocheck>,
python3-pytest <!nocheck>,
python3-pytestqt <!nocheck>,
python3-pytest-xvfb <!nocheck>,
python3-qtpy <!nocheck>,
python3-scipy,
python3-setuptools,
python3-traitlets <!nocheck>,
python3-uncertainties <!nocheck>,
python3-xlrd <!nocheck>,
texlive-latex-base,
texlive-latex-extra,
texlive-science,
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/python-team/packages/refnx.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/refnx
Homepage: https://github.com/refnx/refnx
Package: python3-refnx
Architecture: any
Depends:
pyqt6-dev-tools,
python3-matplotlib,
python3-orsopy (>= 1.2.2~),
python3-periodictable,
python3-pint,
python3-pyqt6,
python3-qtpy,
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Recommends:
python3-attr,
python3-corner,
python3-h5py,
python3-ipywidgets,
python3-pandas,
python3-pyparsing,
python3-traitlets,
python3-tqdm,
python3-uncertainties,
python3-xlrd,
Suggests:
python3-numba,
Description: Neutron and X-ray Reflectometry Analysis in Python
Flexible, powerful, Python package for generalised curvefitting
analysis, specifically neutron and X-ray reflectometry data.
.
It uses several scipy.optimize algorithms for fitting data, and
estimating parameter uncertainties. As well as the scipy algorithms
refnx uses the emcee Affine Invariant Markov chain Monte Carlo (MCMC)
Ensemble sampler for Bayesian parameter estimation.
|