Astronomical tool for combining dithered images into a single image
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.
System | Target | Derivation | Build status |
---|---|---|---|
x86_64-linux | /gnu/store/2fca2ssfy3lbq78cbs9rs5yq49f7jf4a-python-drizzle-2.0.0.drv | ||
riscv64-linux | /gnu/store/6jw8l0n77a7wq9cf2nskarqdh1k8g7jj-python-drizzle-2.0.0.drv | ||
aarch64-linux | /gnu/store/bas4k10ki72d8i4jzg5kpkx9f4qb8ap9-python-drizzle-2.0.0.drv |
Linter | Message | Location |
---|---|---|
inputs-should-not-be-input Identify inputs that shouldn't be inputs at all | 'python-setuptools' should probably not be an input at all |