Science Score: 18.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (18.0%) to scientific vocabulary
Repository
Astronomical image toolkit for Python
Basic Info
- Host: salsa.debian.org
- Owner: debian-astro-team
- License: bsd-3-clause
- Default Branch: master
Statistics
- Stars: 1
- Forks: 1
- Open Issues:
- Releases: 0
Metadata Files
README.md
GINGA

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 National Astronomical Observatory of Japan (NAOJ), the Space Telescope Science Institute (STScI), and other contributing entities.
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 we expect from a modern FITS viewer: panning and zooming windows, star catalog access, cuts, star pick/FWHM, thumbnails, etc.
COPYRIGHT AND LICENSE
Copyright (c) 2011-2025 Ginga Maintainers. All rights reserved.
Ginga is distributed under an open-source BSD licence. Please see the
file LICENSE.txt in the top-level directory for details.
BUILDING AND INSTALLATION
The current release of Ginga can be downloaded and installed from pip using:
$ pip install ginga
From source code, you should also use pip, e.g.:
$ cd ginga
$ pip install -e .
The program can then be run using the command "ginga".
For further information, please see the detailed installation instructions in the documentation.
DOCUMENTATION
It is online at http://ginga.readthedocs.io/en/latest/ (dev) and http://ginga.readthedocs.io/en/stable/ (latest release).
CODE OF CONDUCT
See CODE_OF_CONDUCT.md.
FOR DEVELOPERS
See examples/*/example{1,2}_*.py .
There is more information for developers in the manual.
ON THE WEB
http://ejeschke.github.com/ginga
ETYMOLOGY
"Ginga" is the romanized spelling of the Japanese word "銀河" (hiragana: ぎんが), meaning "galaxy" (in general) and, more familiarly, the Milky Way. This viewer was originally written by software engineers at Subaru Telescope, National Astronomical Observatory of Japan; thus the connection.
Pronunciation
Ginga the viewer may be pronounced "ging-ga" (proper japanese) or "jing-ga" (perhaps easier for Western tongues). The latter pronunciation has meaning in the Brazilian dance/martial art capoeira: a fundamental rocking or back and forth swinging motion. Pronunciation as "jin-ja" is considered poor form.
Owner
- Name: Debian Astro Team
- Login: debian-astro-team
- Kind: organization
- Repositories: 301
- Profile: https://salsa.debian.org/debian-astro-team
Astronomy packaging for Debian. https://blends.debian.org/astro/
Citation (CITATION)
To reference Ginga in publications, please cite:
@inproceedings{Jeschke15A,
author = {{Jeschke}, E. and {Inagaki}, T. and {Kackley}, R.},
title = "Enhancements to {Ginga}: a {Python} Package for Building Astronomical Data Viewers",
booktitle = "Astronomical Data Analysis Software and Systems XXIV",
year = 2015,
editor = {{Taylor}, A.~R. and {Rosolowsky}, E.},
publisher = "ASP",
note = "Vol. 495" }
Other Related Publications
==========================
ASCL ID: 1303.020
Zenodo: https://zenodo.org/badge/latestdoi/4758330
@inproceedings{Lim19A,
author = "P. L. Lim and E. Jeschke",
title = "stginga: Ginga Plugins for Data Analysis and Quality Assurance of HST and JWST Science Data",
booktitle = "Astronomical Data Analysis Software and Systems XXVIII",
editor = "P. J. Teuben and M. W. Pound and B. A. Thomas and E. M. Warner",
year = "2019",
publisher = "ASP",
note = "Vol. 523" }
@inproceedings{Jeschke13B,
author = "E. Jeschke",
title = "Ginga: an open-source astronomical image viewer and toolkit",
booktitle = "Proceedings of the 12th Python in Science Conference",
year = "2013",
editor = "van der Walt, S. and Millman, J. and Huff, K.",
publisher = "SciPy" }
@inproceedings{Jeschke13A,
author = "E. Jeschke",
title = "Introducing the Ginga FITS Viewer and Toolkit",
booktitle = "ADASS XXII, ASP Conference Series",
year = "2013",
publisher = "ASP" }
@inproceedings{Jeschke12,
author = "E. Jeschke and T. Inagaki and R. Kackley",
title = "A next-generation open-source toolkit for FITS file image viewing",
booktitle = "Software and Cyberinfrastructure for Astronomy II",
year = "2012",
editor = "N. Radziwill and G. Chiozzi",
publisher = "SPIE",
note = "Vol. 8451" }
Dependencies
- PyQt5 *
- QtPy >=1.1
- aggdraw *
- astropy >=3.2
- astroquery >=0.3.5
- attrs >=19.2.0
- beautifulsoup4 >=4.3.2
- docutils *
- exifread >=2.3.2
- importlib-metadata *
- matplotlib >=2.1
- numpy >=1.14
- opencv-python >=4.5.4.58
- photutils *
- pillow >=3.2.0
- pycairo *
- pygobject *
- pytest-astropy *
- python-magic >=0.4.15
- qtpy >=2.0.1
- scipy >=0.18.1
- sphinx-astropy *
- sphinx_rtd_theme *
- tornado *