-
This is a follow up of #270.
Currently, the `ChangeHistory` global plugin only records changes to buffers when it is active, via its `redo()` method. This means that it might not reflect all the buff…
pllim updated
8 years ago
-
As discussed in #89 . `sphere` is at https://github.com/spacetelescope/sphere . c/c: @mdboom , @bernie-simon
pllim updated
8 years ago
-
In https://ginga.readthedocs.org/en/latest/manual/developers.html?highlight=callback, it mentions "plethora of callbacks" but I cannot find a list of callbacks supported by Ginga and their meanings. F…
pllim updated
8 years ago
-
This is a follow-up of #72.
- [x] Turn minimum SBR limit into user preference (currently hardcoded at zero, which is pretty useless). Enable updating and logging it within `redo()`. Some thoughts need…
pllim updated
8 years ago
-
~~Whenever it is available under Anaconda, we have to make sure it works under both Qt4 and Qt5.~~
Move away from Qt-specific codes by using Ginga's toolkit-agnostic widgets. Then, we can stop requir…
pllim updated
8 years ago
-
I was under the impression that https://ginga.readthedocs.org/en/latest/ reflects the latest dev version. However, I am unable to find any documentation on `LineProfile` plugin. Am I missing something…
pllim updated
8 years ago
-
"Issue reading WCS coordinates" as stated by @gderosa2004 in spacetelescope/stginga#19.
pllim updated
8 years ago
-
When I delete channel "Image", recreate it, delete it again, I get the following traceback:
``` python
2015-12-18 12:43:36,473 | E | ImageView.py:996 (redraw_now) | Error redrawing image: wrapped C/C…
pllim updated
8 years ago
-
I have been using the CanvasView in a standalone Qt app for awhile. I have been fighting a very weird issue where CanvasView would seem to get stuck in Pan mode. The Cntrl-Left button would do nothing…
-
In `~/.ginga/general.cfg`:
``` python
showBanner = True
```
Here is the error log:
``` python
...
2015-11-17 15:10:38,660 | I | Control.py:573 (load_image) | Loading image from .../ginga/icons/ging…
pllim updated
8 years ago