python-drizzle 1.15.2-1 source package in Ubuntu

Changelog

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

  * New upstream version 1.15.2
  * Rediff patches
  * Push Standards-Version to 4.7.0. No changes needed

 -- Ole Streicher <email address hidden>  Thu, 20 Jun 2024 18:32:56 +0200

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.2-1.dsc 2.3 KiB 8a230b4b6feef2cedc61ef3627fdf7f344963f6ca9d7727ffc283c7c5eff7c3c
python-drizzle_1.15.2.orig.tar.gz 45.0 MiB 1a49568db91a98ebb0660cfc0eed2ad7f92797de5997ed6b81b69f124325fa2a
python-drizzle_1.15.2-1.debian.tar.xz 5.5 KiB 392858044fb3a1052f34423d7b0fbeb9a7b322dcf40bbfe25c968e856a43f46a

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