File: control

package info (click to toggle)
astroalign 2.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 5,668 kB
  • sloc: python: 1,616; makefile: 184
file content (43 lines) | stat: -rw-r--r-- 1,719 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Source: astroalign
Maintainer: Debian Astronomy Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               pybuild-plugin-pyproject,
               python3-all,
               python3-astropy <!nocheck>,
               python3-ccdproc <!nocheck>,
               python3-numpy,
               python3-pytest <!nocheck>,
               python3-scipy,
               python3-sep,
               python3-setuptools,
               python3-skimage
Standards-Version: 4.7.0
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.