python-drizzle 1.15.0-1 source package in Ubuntu

Changelog

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

  * New upstream version 1.15.0
  * Rediff patches

 -- Ole Streicher <email address hidden>  Sat, 17 Feb 2024 14:00:15 +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.15.0-1.dsc 2.3 KiB 5e11762494499dcf7ee8a31848d809eb2d674124c93161c1d5267ac8bb747699
python-drizzle_1.15.0.orig.tar.gz 45.0 MiB ee59438a0385435943e8dc120ba5a2f85472dbcb61ed3e27b41490e62ed0ba42
python-drizzle_1.15.0-1.debian.tar.xz 5.5 KiB 780036bf900765738db9924b202675dc1efa2c810414c83f2da7b9621041e4d3

Available diffs

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