File: control

package info (click to toggle)
reproject 0.19.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,968 kB
  • sloc: python: 6,570; ansic: 953; makefile: 114
file content (53 lines) | stat: -rw-r--r-- 1,693 bytes parent folder | download
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
Source: reproject
Standards-Version: 4.7.2
Maintainer: Debian Astronomy Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders:
 Ole Streicher <olebole@debian.org>,
 Leo Singer <leo.singer@ligo.org>,
Section: python
Priority: optional
Build-Depends:
 cython3 (>= 3.1~),
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all-dev,
 python3-astropy,
 python3-astropy-healpix,
 python3-dask,
 python3-extension-helpers,
 python3-fsspec,
 python3-numpy,
 python3-numpy-dev,
 python3-pil,
 python3-pyavm <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-arraydiff <!nocheck>,
 python3-pytest-astropy <!nocheck>,
 python3-pytest-remotedata <!nocheck>,
 python3-scipy,
 python3-setuptools,
 python3-setuptools-scm,
 python3-zarr,
Vcs-Browser: https://salsa.debian.org/debian-astro-team/reproject
Vcs-Git: https://salsa.debian.org/debian-astro-team/reproject.git
Homepage: https://reproject.readthedocs.org

Package: python3-reproject
Architecture: any
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Suggests:
 python3-shapely,
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.