python-drizzle 1.15.1-1 source package in Ubuntu

Changelog

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

  * New upstream version 1.15.1
  * Rediff patches

 -- Ole Streicher <email address hidden>  Thu, 07 Mar 2024 12:25:03 +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
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
python-drizzle_1.15.1-1.dsc 2.3 KiB 42467a1b85333c1a90eba241ae0dde3a5fa8909ab2baeb94cd6ca4affc07318f
python-drizzle_1.15.1.orig.tar.gz 45.0 MiB a0d6f09538f96610fbff06f54a5baff1af15eeb3e0f3ecbcc18a03c2b675e475
python-drizzle_1.15.1-1.debian.tar.xz 5.5 KiB 4519657df646c1b961e87f64b0d2268e6a4359b0e96371386c7bba97fc356b22

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