python-drizzle 1.13.4-1build3 source package in Ubuntu

Changelog

python-drizzle (1.13.4-1build3) lunar; urgency=medium

  * No-change rebuild with Python 3.11 only

 -- Graham Inggs <email address hidden>  Mon, 13 Mar 2023 10:04:53 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Lunar
Original maintainer:
Debian Astronomy Maintainers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
python-drizzle_1.13.4.orig.tar.gz 45.0 MiB 971febcbbb38b0a3b9ad8978a6e1bf70c4d5fb38e202a98883648fa5c41a138a
python-drizzle_1.13.4-1build3.debian.tar.xz 5.1 KiB a79af7aa345ba452e76036e180760b8da2ec0dd6d96711793eb27c74f3a514c2
python-drizzle_1.13.4-1build3.dsc 2.4 KiB 3f323a2d35acde99b5ae2c882ca2ca40a9351d068611a6489ce10975713a1cc4

Available diffs

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