ginga icon indicating copy to clipboard operation
ginga copied to clipboard

The Ginga astronomical FITS file viewer

Results 116 ginga issues
Sort by recently updated
recently updated
newest added

I'm trying to adapt the Ginga web example to create a FITS viewer that I can embed in a larger web project. However, I can't find any documentation on using...

I tried to follow instructions at http://ginga.readthedocs.io/en/latest/manual/plugins_local/compose.html but I couldn't create a RGB successfully. I clicked "New Image", then I dragged a 2D FITS image file from `FBrowser` to main...

bug
documentation
plugin

I still have not memorized the Ginga bindings and sometimes wish to know what are the shortcuts I can actually use in a viewer. While there are documentation at https://ginga.readthedocs.io/en/latest/quickref.html...

enhancement

Blink plugin, when invoked as a local plugin (aka "Blink Images"), should probably disable the autozoom and autocenter features. autocuts should be optional to the user.

enhancement
reference viewer
plugin

When using python 3 with `opencv` 3.1.0, ginga gets an error trying to do rotations: ```python Error redrawing image: module 'cv2' has no attribute 'getRotationMatrix2D' Traceback: File "/home/eric/Git/Ginga/ginga/ImageView.py", line 1250,...

Ginga is currently Python 2/3 compatible. At some point Ginga will switch to a Python 3 only code base. The only question is when, and how. One idea would be...

http://docs.astropy.org/en/stable/visualization/lupton_rgb.html comes "free" with `astropy` package, which is already a dependency of Ginga. It is based on this paper: http://adsabs.harvard.edu/abs/2004PASP..116..133L

enhancement
plugin

JWST calibrated data will have flux units will be MJy/steradian. It would be nice to provide a way for users to specify the flux units they would like in their...

enhancement
plugin

When I use "Color Map Picker" and I choose several different options, then I want to go back to the software default (the one I started with) but I don't...

enhancement
plugin

As requested by @nluetzge: Currently, Ginga's `Drawings` plugin can save out drawings as FITS image (2D array that can be used as a mask). However, it would be advantageous storage-wise...

enhancement
plugin