ginga
ginga copied to clipboard
The Ginga astronomical FITS file viewer
A follow up of #445. As discussed in https://github.com/ejeschke/ginga/issues/445#issuecomment-291651326.
I would like to add a plug-in (or use some other approach, e.g. WCS) that would allow the user to: - Load an additional ndarray (maybe more than one) with...
Would be nice for `AstroTable` to inherit primary header the same way as `AstroImage`. This is not critical, just nice to have.
Even though it is in the "experimental" folder, it should be documented under local plugins for exposure. Having "imexam" to do the contouring for us might render #396 unnecessary. This...
As requested by Elena Sacchi in Ginga unconference session in JWST Data Analysis Workshop II, it would be nice to draw a shape based on some iso-flux contour.
As brought up by Zhiyuan Ma during Ginga unconference in JWST Data Analysis Workshop II, it would be nice to replicate a DS9 feature to lock (share) scale or colormap...
As brought up by Zhiyuan Ma during Ginga unconference session at JWST Data Analysis Workshop II. It would be nice to be able to customize a Ginga toolbar. For example,...
When I start up `Catalogs` plugin, I see this: ``` 2016-09-26 12:58:07,778 | E | Catalogs.py:365 (redo) | Error calculating bounding box: RA (1025.000000) > 360.0 ``` This error message...
With the latest dev version of Ginga, I see left, right, up, and down arrows both on top and at the bottom of the display (but ordered differently). Do you...
I've been playing around with example4_mpl.py but the mpl toolbar controls didn't work out of the box. I tracked down a problem to the start_pan and end_pan methods in transform.py...