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
|
Source: healpy
Maintainer: Debian Astro Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Leo Singer <leo.singer@ligo.org>
Section: python
Build-Depends: cython3,
pybuild-plugin-pyproject,
python3-setuptools,
python3-setuptools-scm,
python3-all-dev,
python3-matplotlib,
python3-numpy,
python3-numpy-dev,
python3-astropy,
python3-requests,
python3-pytest,
python3-pytest-cython (>= 0.3.1-2~),
python3-pytest-doctestplus,
python3-scipy,
debhelper-compat (= 13),
dh-sequence-python3,
libcfitsio-dev,
libsharp-dev,
libhealpix-cxx-dev (>= 3.83.0),
pkgconf
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/debian-astro-team/healpy
Vcs-Git: https://salsa.debian.org/debian-astro-team/healpy.git
Homepage: https://healpy.readthedocs.org
Package: healpy-data
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Conflicts: python-healpy-data
Provides: python-healpy-data
Replaces: python-healpy-data
Description: HEALPix representation of spherical data - Python data
HEALPix is an acronym for Hierarchical Equal Area isoLatitude Pixelization
of a sphere. As suggested in the name, this pixelization produces a
subdivision of a spherical surface in which each pixel covers the same
surface area as every other pixel. It is commonly used to store all-sky
astronomical images, most famously maps of the cosmic microwave background.
.
This package provides platform-independent data and test files for the Python
wrapper around the C++ implementation of HEALPix.
Package: python3-healpy
Architecture: any
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends},
python3-astropy,
python3-matplotlib,
python3-numpy,
python3-scipy,
healpy-data
Description: HEALPix representation of spherical data - Python3 interface
HEALPix is an acronym for Hierarchical Equal Area isoLatitude Pixelization
of a sphere. As suggested in the name, this pixelization produces a
subdivision of a spherical surface in which each pixel covers the same
surface area as every other pixel. It is commonly used to store all-sky
astronomical images, most famously maps of the cosmic microwave background.
.
This package provides a Python3 wrapper around the C++ implementation of
HEALPix.
|