-
Right now it looks like the WCS solutions come from `ginga`'s own `wcs.py`. I've run into a number of FITS images that don't work quite right I think just because they have one of the bajillion non-s…
eteq updated
11 years ago
-
I see this error from `pip` (Python 2.7) on a fresh Ubuntu 13.04 VM:
```
deil@ubuntu:/tmp$ sudo pip install montage-wrapper
Downloading/unpacking montage-wrapper
Downloading montage-wrapper-0.9.5.t…
cdeil updated
11 years ago
-
-
At the moment, Ginga does not appear to follow the conventional layout for a Python package. It would be nice if you could make it more 'standard' and have a `setup.py` script for instance that would …
-
Could you please register `specutils` on [PyPI](https://pypi.python.org/pypi/) to avoid someone else making a Python package with that name?
See https://github.com/astropy/package-template/issues/1…
cdeil updated
11 years ago
-
As discussed in #855, there is a proposal to add a `value` property to the `ConfigurationItem` class. This would replace (after appropriate deprecation) the method of calling the object as a function…
-
This is a reminder to update setup.py with the necessary changes to adress the fix to astropy/astropy#320 dealing with building before numpy is installed.
eteq updated
11 years ago
-
I'm writing some astropy tutorials as IPython notebooks:
http://gammapy.github.com/astropy-tutorials/
One issue I found with `astroquery` (see example [here](http://nbviewer.ipython.org/urls/raw.gith…
cdeil updated
11 years ago
-
I tried installing astropy with "sudo pip install astropy", but it failed complaining about the numpy version. I have version 1.7.0, and it says it needs > 1.4, but still fails. I am trying to install…
-
At the moment, default configuration files get generated during `build_ext`, but this doesn't get executed for affiliated packages that are pure-python because `build_ext` simply doesn't get run:
```…