-
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
-
My plugin gives me spurious messages like the ones below, after I modified and displayed the modified buffer, and switched to another image in the thumbnails. I am using the latest dev version. I am h…
pllim updated
9 years ago
-
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
-
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
-
So, for my own reasons, I decided to disabled the built-in `Contents` global plugin and write my own modified version. I disabled it like this:
```
from ginga import main as gmain
def main():
# …
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