Source: reproject Section: python Priority: optional Maintainer: Debian Astronomy Team Uploaders: Ole Streicher , Leo Singer Build-Depends: cython3, debhelper (>= 11), dh-python, python3-all-dev, python3-astropy (>= 1.0), python3-astropy-healpix, python3-astropy-helpers, python3-pytest, python3-scipy, python3-setuptools Standards-Version: 4.2.0 Homepage: https://reproject.readthedocs.org Vcs-Git: https://salsa.debian.org/debian-astro-team/reproject.git Vcs-Browser: https://salsa.debian.org/debian-astro-team/reproject Package: python3-reproject Architecture: any Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends} Description: Reproject astronomical images with Python 3 This is a package to reproject astronomical images using various techniques via a uniform interface. Reprojection means the re-gridding of images from one world coordinate system to another (for example changing the pixel resolution, orientation, coordinate system). Currently implemented are reprojection of celestial images by interpolation, as well as by finding the exact overlap between pixels on the celestial sphere. It can also reproject to/from HEALPIX projections. . This package contains the Python 3 version of the package.