File: control

package info (click to toggle)
ginga 3.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 34,316 kB
  • sloc: python: 79,731; javascript: 1,799; makefile: 146; lisp: 115
file content (86 lines) | stat: -rw-r--r-- 3,543 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
Source: ginga
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,
               help2man,
               python3-all,
               python3-astropy,
               python3-numpy,
               python3-pytest,
               python3-qtpy,
               python3-regions,
               python3-setuptools,
               python3-setuptools-scm
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/debian-astro-team/ginga
Vcs-Git: https://salsa.debian.org/debian-astro-team/ginga.git
Homepage: https://ejeschke.github.io/ginga
Rules-Requires-Root: no

Package: python3-ginga
Architecture: all
Depends: fonts-roboto,
         ${misc:Depends},
         ${python3:Depends}
Recommends: python3-astropy | python3-astlib,
            python3-astropy | python3-fitsio,
            python3-magic,
            python3-matplotlib,
            python3-pil,
            python3-pyqt5,
            python3-pyqt5.qtwebkit,
            python3-regions,
            python3-scipy
Suggests: ipython3,
          python3-astlib,
          python3-fitsio,
          python3-pytest,
          python3-sphinx,
          python3-tornado
Description: Astronomical image toolkit for Python
 Ginga is a toolkit designed for building viewers for scientific image
 data in Python, visualizing 2D pixel data in numpy arrays.
 It can view astronomical data such as contained in files based on the
 FITS (Flexible Image Transport System) file format.  It is written and
 is maintained by software engineers at the Subaru Telescope, National
 Astronomical Observatory of Japan.
 .
 The Ginga toolkit centers around an image display object which supports
 zooming and panning, color and intensity mapping, a choice of several
 automatic cut levels algorithms and canvases for plotting scalable
 geometric forms.  In addition to this widget, a general purpose
 "reference" FITS viewer is provided, based on a plugin framework.
 A fairly complete set of standard plugins are provided for features
 that is expected from a modern FITS viewer: panning and zooming windows,
 star catalog access, cuts, star pick/fwhm, thumbnails, etc.

Package: ginga
Architecture: all
Section: science
Depends: python3,
         python3-astropy,
         python3-ginga (= ${binary:Version}),
         python3-pkg-resources,
         python3-pyqt5,
         ${misc:Depends}
Description: Astronomical image viewer
 Ginga is a toolkit designed for building viewers for scientific image
 data in Python, visualizing 2D pixel data in numpy arrays.
 It can view astronomical data such as contained in files based on the
 FITS (Flexible Image Transport System) file format.  It is written and
 is maintained by software engineers at the Subaru Telescope, National
 Astronomical Observatory of Japan.
 .
 The Ginga toolkit centers around an image display object which supports
 zooming and panning, color and intensity mapping, a choice of several
 automatic cut levels algorithms and canvases for plotting scalable
 geometric forms.  In addition to this widget, a general purpose
 "reference" FITS viewer is provided, based on a plugin framework.
 A fairly complete set of standard plugins are provided for features
 that is expected from a modern FITS viewer: panning and zooming windows,
 star catalog access, cuts, star pick/fwhm, thumbnails, etc.
 .
 This package contains the image viewer based on Python 3.