-
The solution in #253 somehow has no effect on `Pick` plugin. Would be nice for `Pick` to use tight layout somehow, to be consistent with the other plugins.
pllim updated
8 years ago
-
Populate `docs/source/ipynb.rst` with contents of the Sprint demo after #55 is merged.
pllim updated
8 years ago
-
As reported by @gderosa2004, even using the latest dev version . Here is the file info:
``` python
>>> from astropy.io import fits
>>> pf = fits.open('ergS20071007S0122.fits')
>>> pf.info()
Filename:…
pllim updated
9 years ago
-
Sometimes, `Pick` gives the warning below to the screen (not Ginga's log file):
```
.../scipy/optimize/minpack.py:421: RuntimeWarning: Number of calls to function has reached maxfev = 800.
warnings…
pllim updated
8 years ago
-
With latest master, 12c5961, I"m getting the following:
```
Plugin UI failed to initialize: 'QWidget' object has no attribute 'addWidget'
File "/Users/eisenham/anaconda/envs/gsprint/lib/python2.7/s…
-
Issue reading WCS coordinates
-
I followed the Mac install instructions at the link below
https://ginga.readthedocs.org/en/latest/install.html#mac
and when I ran ginga got:
[caa@kree ejeschke-ginga-3cd3d27]% ginga
Traceback (mos…
ghost updated
9 years ago
-
Continued from related discussions in ejeschke/ginga#162. c/c @mcara
pllim updated
9 years ago
-
```
Description of the bug/feature, alias/deletion request, or recache request.
(For aliases use the form old_url => new_url. For deletions, just list the
URLs. For recaches just list the inlined gadg…
-
I have been using this in my Ginga plugins to find and load an extension of interest in my multi-extension FITS images:
``` python
from astropy.io import fits
def fits_extnamever_lookup(filename, e…
pllim updated
9 years ago