Source: astroalign Maintainer: Debian Astronomy Team Uploaders: Ole Streicher Section: python Priority: optional Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-astropy , python3-ccdproc , python3-numpy, python3-pytest , python3-scipy, python3-sep, python3-setuptools, python3-skimage Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/debian-astro-team/astroalign Vcs-Git: https://salsa.debian.org/debian-astro-team/astroalign.git Homepage: https://github.com/quatrope/astroalign Rules-Requires-Root: no Package: python3-astroalign Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, python3-sep Recommends: python3-astropy Description: 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.