python-drizzle 1.14.4-2 source package in Ubuntu

Changelog

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

  * Remove obsolete python3-astropy-helpers build dependency

 -- Ole Streicher <email address hidden>  Mon, 25 Dec 2023 20:09:28 +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-2.dsc 2.3 KiB 47e9f21085a60d2ed87c6679ffbbc4119d3ce194c1a3fc4478ae54af7ca47705
python-drizzle_1.14.4.orig.tar.gz 45.0 MiB 33b5b657dadafa3b92882cfff8b446388dec6f4ae3912f3b4bdbbf2b11fd1fda
python-drizzle_1.14.4-2.debian.tar.xz 5.4 KiB a362deba4ac4f3de3384fbd4cfb063a500f032803ebae73b79644fd80911a081

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