-
With the code freeze for the next LTS version of astropy coming up soon, I think it would be a good time to discuss the thought of migrating two of the more useful features of `ccdproc` into the core …
-
**What happened**:
This may be an issue in astropy, so my apologies if this is in the wrong location. Although, this appears to only happen using `dask-mpi`.
I'm using `dask-mpi` to distribut…
-
https://github.com/astropy/pyvo/blob/4a6f52fc480cf8f4aadfac2317290899cdb8c258/pyvo/dal/sia2.py#L33-L42
There are a few problems with the docstring here:
" (ra, dec, radius) - for CIRCLE. (angle un…
-
I ran into a problem using capital letters in table column names with the SoniSeries class. Specifically, if I use capital letters in the column name in the Astropy Table, and use the same capital le…
-
Astropy has come up with a useful way of dealing with variables that have units by defining the `Constant`, `Quantity` and `units` classes. These classes would be very useful for many fields of scienc…
-
When running PySM, data files are downloaded using astropy.utils.data, which caches files in ~/.astropy. When multiple MPI groups are used in toast, there are multiple processes trying to download an…
-
Currently there are issues when saving FITS tables
-
### Description
```python
t0 = Time('1978-12-31T23:59:59', format='isot', scale='utc')
t0.to_value('unix')
```
returns 283996798.0000231 instead of 283996799
in general it seems that all unix…
-
### Jdaviz component
Other (explain in Description below)
### Description
When I tried to run https://github.com/spacetelescope/jdaviz/blob/main/notebooks/concepts/imviz_roman_asdf.ipynb in J…
-
```python
import astropy.units as u
import matplotlib.pyplot as plt
import dkist
import dkist.net
from sunpy.net import Fido, attrs as a
import sunpy.map
asdf_path = Fido.fetch(Fido.search(…