python-drizzle 1.14.4-1 source package in Ubuntu

Changelog

python-drizzle (1.14.4-1) unstable; urgency=medium

  * New upstream version 1.14.4
  * Rediff patches

 -- Ole Streicher <email address hidden>  Thu, 16 Nov 2023 09:40:13 +0100

Upload details

Uploaded by:
Debian Astronomy Maintainers
Uploaded to:
Sid
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.14.4-1.dsc 2.4 KiB 9e101a469dfa1c63da1cf26af0f120297bc05c370eef35a0fe82bfae8fb396ca
python-drizzle_1.14.4.orig.tar.gz 45.0 MiB 33b5b657dadafa3b92882cfff8b446388dec6f4ae3912f3b4bdbbf2b11fd1fda
python-drizzle_1.14.4-1.debian.tar.xz 5.4 KiB 840c85c0c8183b2e06560b7a4c21f48f5448ed903aade0305e98138ed2d8d550

No changes file available.

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