-
It could potentially be valuable to add astropy table support to the pandas dataframe, allowing for the use of units (currently defined manually in self.units).
-
https://github.com/astropy/package-template
-
following
- #17255
- #17263
- #17357
- #17358
quoting @eerovaher on the subject https://github.com/astropy/astropy/pull/17263#pullrequestreview-2406296323
> The bug here is hinting at a bigge…
-
**Feature description**
`dysh` is slow (as of 0.4.0). We need to make `dysh` faster.
Could switching to [`fitsio`](https://github.com/esheldon/fitsio/) help with some of that?
Also, `fitsio` supp…
-
Use `astropy.wcs.utils.pixel_to_pixel` instead of
https://github.com/spacetelescope/drizzle/blob/291b8b6249f2b24cac801ea99b383f7bf61dd1aa/drizzle/calc_pixmap.py#L5
if possible.
This will requ…
-
This package has been re-reviewed by the Astropy coordination committee in relation to the Astropy affiliated package ecosystem.
We have adopted a review process for affiliated package that include…
-
Provide a way to enable multiple-objects (catalogue sources) selection by drawing a rectangular region.
tboch updated
3 months ago
-
We could use astropy.units to specify the units of the spectra. Then we could ensure they are in the units we expect. It may even be transparent through the use of the astropy.models as long as we s…
-
## Feature request
Not sure if this is a bug or just missing, but numba does not support calling `np.any` on a single boolean, which numpy does:
```
In [1]: import numpy as np
In […
-
I am trying to use the time series for light curves of Gaia DR2. The documentation shows only two formats: kepler.fits and tess.fits.
The Gaia data light curve data are originally in csv format; via …