astroalign 2.4.1-3 source package in Ubuntu

Changelog

astroalign (2.4.1-3) unstable; urgency=medium

  * Don't install ez_setup.py (Closes: #1018791)

 -- Ole Streicher <email address hidden>  Fri, 02 Sep 2022 11:24:10 +0200

Upload details

Uploaded by:
Debian Astronomy Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Astronomy Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
astroalign_2.4.1-3.dsc 2.2 KiB 0fc224b142fbce9a49de45b73d5ee60125d974603eb50b58d6eaf448038d57a4
astroalign_2.4.1.orig.tar.gz 1.5 MiB 3ed6f57d9fafa00c16d63e7e76d9bcb6fb65184ba0e915b80b191a7952539ce7
astroalign_2.4.1-3.debian.tar.xz 3.2 KiB 72df79f4058e58a5f5accd8a349912475bba3693512c9db2a6776de1f078f044

Available diffs

No changes file available.

Binary packages built by this source

python3-astroalign: Astrometric registration of images when no WCS info is available

 Astroalign is a Python module that will try to align two stellar
 astronomical images, especially when there is no WCS information
 available.
 .
 It does so by finding similar 3-point asterisms (triangles) in both
 images and deducing the affine transformation between them.
 .
 Generic registration routines try to match feature points, using
 corner detection routines to make the point correspondence. These
 generally fail for stellar astronomical images, since stars have very
 little stable structure and so, in general, indistinguishable from
 each other. Asterism matching is more robust, and closer to the human
 way of matching stellar images.