-
Affects: reference viewer
When Ginga is first started and an image is loaded, typing a value for one of the cut levels in the Info plugin box and pressing enter does not apply the value. Pressing a …
-
Using Ginga with my custom plugins (`ginga -t pyside blahblahblah`), I occasionally encounter segmentation fault when I close Ginga despite everything seemingly works. It is not unlike http://stackove…
pllim updated
9 years ago
-
In #90, you mentioned that Subaru subclassed Mosaic plugin and it is used regularly. What does the subclass has that the built-in version does not? Why is it not part of Ginga that is being distribute…
pllim updated
9 years ago
-
Hi again. I dragged an image file from your file browser plugin onto the display area to make a mosaic, I get the following traceback:
```
2015-04-02 13:41:40,111 | I | Mosaic.py:360 (drop_cb) | file…
pllim updated
9 years ago
-
Is it possible to configure Ginga such that it does not start at `(0,0)` of the screen? What if I want it to start centered on my screen? If not, that's fine; I am just wondering. I am unable to find …
pllim updated
9 years ago
-
It appears to be pre-prending a `/` infront of the path.
ping @alex-ian-hamilton
-
In the current `master` version (2.1.20141220052723) in RHEL 6.6 (Santiago) 64-bit, I get segmentation fault and the traceback complains of a missing `ginga_config`. I checked out the source from GitH…
pllim updated
9 years ago
-
I have a plugin that modifies the displayed image and then re-display the modified array, as follow:
```
image = self.fitsimage.get_image()
data = image.get_data()
# I do something to the data
image.…
pllim updated
9 years ago
-
I wish to use Ginga for data visualization, but at the same time, I also need to modify the data when user interacts with the GUI. For example, user clicks on a bad pixel on the image display and sele…
pllim updated
9 years ago
-
I see `numImages` repeated in both my `channel_Image.cfg` and `general.cfg`. Are they the same thing? Can I just keep it in `general.cfg` and remove it from `channel_Image.cfg`? Thanks.
pllim updated
9 years ago