-
Support rtmp:// media src is useful to Ginga be used with streaming capture such as OBS.
-
Partly address #555
pllim updated
3 years ago
-
Someone asked if it is possible to save the state of the current Ginga session, which includes but not limited to:
1. Ginga layout like number of channels, channel names, and arrangement.
2. Image…
pllim updated
7 years ago
-
As discussed in #691 . Need to think about:
- [ ] supporting non-STScI data formats (e.g., DQ as a separate file).
- [ ] making user-defined DQ flags usage earlier.
- [ ] adding methods for RC ca…
pllim updated
6 years ago
-
This came up in a discussion with @nden and @pllim. There are some data analysis tools, both internal and external (i.e. `ginga`), that will need to read ASDF files that contain models that are specif…
-
Hi, on my laptop it appears that ginga takes over 10x longer to start up in native Win32 mode than it does when running under the windows subsystem for Linux (WSL). On the same machine, running Anacon…
-
To allow fits and asdf files to be displayed to ds9 and ginga using the appropriate wcs objects.
sosey updated
5 years ago
-
Between
https://github.com/ejeschke/ginga/blob/c847163d47848b41acd1b581019779f93bf5001a/ginga/util/wcs.py#L68-L69
and
https://github.com/ejeschke/ginga/blob/c847163d47848b41acd1b581019779f93b…
pllim updated
5 years ago
-
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 to follow the astropy lead and design…
-
During a hack day project, in which @eteq and Matteo Correnti were a part of, I was given a non-interactive version of a photometry notebook. My task was to use `astrowidgets` to make some parts inter…