python-drizzle 1.13.1-2build1 source package in Ubuntu

Changelog

python-drizzle (1.13.1-2build1) focal; urgency=medium

  * No-change rebuild to build with python3.8.

 -- Matthias Klose <email address hidden>  Fri, 18 Oct 2019 18:56:56 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Debian Astronomy Maintainers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-drizzle_1.13.1.orig.tar.gz 45.0 MiB 6825baef286e25e91846c62c1c098d5508dbf67fe8cb52d0a1699b7b0c196c72
python-drizzle_1.13.1-2build1.debian.tar.xz 5.1 KiB 2d4c084b06aa6e7178001d3907099c87ffe7c11694a8b51d3ad90d03f8d4dba3
python-drizzle_1.13.1-2build1.dsc 2.4 KiB 4e8af832f58d3e0885475fbcb10ae71643cbfa58cf40a327625d055e626c35a8

View changes file

Binary packages built by this source

python-drizzle-doc: 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.

python-drizzle-testdata: 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.

python3-drizzle: Dithered image combination for Python

 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.

python3-drizzle-dbgsym: debug symbols for python3-drizzle