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 78 79 80 81 82 83 84 85 86 87 88 89 90
|
Source: python-drizzle
Section: science
Priority: optional
Maintainer: Debian Astronomy Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
Build-Depends: debhelper (>= 9),
dh-python,
python-all-dev (>= 2.7),
python-astropy,
python-astropy-helpers,
python-numpy,
python-pytest,
python-setuptools,
python-sphinx (>= 1.0.7+dfsg),
python3-all-dev,
python3-astropy,
python3-astropy-helpers,
python3-numpy,
python3-pytest,
python3-setuptools
Standards-Version: 3.9.8
Homepage: http://spacetelescope.github.io/drizzle/
Vcs-Git: https://anonscm.debian.org/cgit/debian-astro/packages/python-drizzle.git
Vcs-Browser: https://anonscm.debian.org/cgit/debian-astro/packages/python-drizzle.git
X-Python-Version: >= 2.7
Package: python-drizzle
Section: python
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Suggests: python-drizzle-doc, python-drizzle-testdata
Description: Dithered image combination for Python 2
The drizzle library is a Python package for combining dithered images
into a single image. This library is derived from code used in
drizzlepac. Like drizzlepac, most of the code is implemented in the C
language. The biggest change from drizzlepac is that this code passes
an array that maps the input to output image into the C code, while
the drizzlepac code computes the mapping by using a Python
callback. Switching to using an array allowed the code to be greatly
simplified.
.
This is the Python 2 package.
Package: python3-drizzle
Section: python
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Suggests: python-drizzle-doc, python-drizzle-testdata
Description: Dithered image combination for Python 3
The drizzle library is a Python package for combining dithered images
into a single image. This library is derived from code used in
drizzlepac. Like drizzlepac, most of the code is implemented in the C
language. The biggest change from drizzlepac is that this code passes
an array that maps the input to output image into the C code, while
the drizzlepac code computes the mapping by using a Python
callback. Switching to using an array allowed the code to be greatly
simplified.
.
This is the Python 3 package.
Package: python-drizzle-testdata
Architecture: all
Depends: ${misc:Depends}
Description: Dithered image combination for Python (Test data)
The drizzle library is a Python package for combining dithered images
into a single image. This library is derived from code used in
drizzlepac. Like drizzlepac, most of the code is implemented in the C
language. The biggest change from drizzlepac is that this code passes
an array that maps the input to output image into the C code, while
the drizzlepac code computes the mapping by using a Python
callback. Switching to using an array allowed the code to be greatly
simplified.
.
This package contains the data required for the unit tests.
Package: python-drizzle-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: Dithered image combination for Python (API documentation)
The drizzle library is a Python package for combining dithered images
into a single image. This library is derived from code used in
drizzlepac. Like drizzlepac, most of the code is implemented in the C
language. The biggest change from drizzlepac is that this code passes
an array that maps the input to output image into the C code, while
the drizzlepac code computes the mapping by using a Python
callback. Switching to using an array allowed the code to be greatly
simplified.
.
This package contains the API documentation.
|