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
|
Source: photutils
Maintainer: Debian Astronomy Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
Section: python
Priority: optional
Build-Depends: cython3,
debhelper-compat (= 13),
dh-python,
pybuild-plugin-pyproject,
python3-all-dev,
python3-astropy,
python3-coverage,
python3-extension-helpers,
python3-numpy,
python3-pytest,
python3-scipy,
python3-setuptools,
python3-setuptools-scm
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/debian-astro-team/photutils
Vcs-Git: https://salsa.debian.org/debian-astro-team/photutils.git
Homepage: https://github.com/astropy/photutils
Rules-Requires-Root: no
Package: python3-photutils
Architecture: any
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Recommends: python3-bottleneck,
python3-gwcs,
python3-matplotlib,
python3-rasterio,
python3-regions,
python3-skimage,
python3-tqdm
Description: Astropy affiliated package for image photometry (Python 3)
Photutils contains functions for:
.
* estimating the background and background rms in astronomical images
* detecting sources in astronomical images
* estimating morphological parameters of those sources (e.g., centroid
and shape parameters)
* performing aperture and PSF photometry
.
This package contains the Python 3 version of the package.
|