-
These are not sky coordinates in any sense, so they shouldn't be using astropy frames and `SkyCoords`
-
### What is question we should resolve?
Some of the eco-system (e.g., scipy, with numpy set to follow suit) is moving to using names starting with `_` to mark any module that only holds "private" f…
-
There are currently no spectra or photometry included for the HR 8799 planets.
In my publication from this year [(here)](https://ui.adsabs.harvard.edu/abs/2024arXiv240403776N/abstract), I compiled th…
-
### Description
Running the LevMarLSQFitter to fit a Gaussian to a measured PSF it crashes with the following output:
```
result_lmf = lmf(M, xx, yy, psf[int(sdim/2-16):int(sd…
-
We build an index for a Features table, so that rows can be accessed by the feature name. In certain contexts, this index is no longer available, so `.loc` will throw `ValueError: Can only use TableLo…
-
### Description
While working on the `bounding_box` code in `~astropy.modeling` I discovered a curious bug in the `Gaussian1D` (I believe it also is an issue for `Gaussian2D`) when …
-
*Note: there is a complementary [discussion on astropy-dev](https://groups.google.com/forum/#!searchin/astropy-dev/C$20code%7Csort:date/astropy-dev/0xYsvGl2AGs/pBZKqm2aBgAJ) from a few months ago.*
…
-
version: 2.0.3
I attempt to plot contours using the moment-0 generated by CASA.
'fig0.show_contour(mom0, colors='lime', linewidths=1, levels=rms*c_levs)'
I get the error:
ValueError: WCS has mor…
-
An Astropy developer held a workshop at DPS asking for contributions from the plantary science community. Astropy is a Python package for astronomy, and planetary science / Solar System type stuff is…
-
The results that come out of `sqlalchemy` queries are not easy to parse (list of tuples). As per suggestion from @pllim it would be more useful to get these results in the form of a `pandas` and/or a…