-
From https://github.com/astropy/astropy/pull/15905#issuecomment-2401962608
@bsipocz why Table is "better" than pandas (the question comes up regularly)
@taldcroft We should have a FAQ, but for …
pllim updated
1 month ago
-
This came up in #2691 but has been an issue before hand. The general policy on time input is to run it through `sunpy.time.parse_time`, therefore the possible time-like inputs to most of the sunpy fun…
-
The `a_u` object type is not currently compatible with [`astropy.units`](https://docs.astropy.org/en/stable/units/index.html). Adding this functionality would greatly enhance this package for use acro…
-
https://github.com/sunpy/sunpy/pull/3804 probably belongs in astropy, not SunPy; fine to have it here for now, but we should really send it upstream as it's `astropy.coordinates`, and not `sunpy`, spe…
-
### Description
I was exploring projections and ran into a case where WCSAxes shows a stray `$` in a tick label. Whether this happens seems to be very sensitive to the value of `lonpole` I assign.
…
-
### Description
I've been finding that `tox -e build_docs` will succeed locally but then a PR will fail on readthedocs. It also gives a number of warnings about poorly constrained fits, and a non-fat…
mhvk updated
2 months ago
-
Create unit test to ensure this matches outputs from astropy
-
```python
import astropy.units as u
from astropy.table import QTable
t = QTable({"a": u.Quantity([0], unit="m")})
t.add_index(["a"])
t.loc[t["a"][0]]
```
fails with
```python-traceback
Trac…
-
The following code snippet gives the below warning about capitalized units:
```
from astropy.coordinates import SkyCoord
import astropy.units as u
from astroquery.heasarc import Heasarc
coor…
-
### Describe the feature
With a WCSAxes instance, one can set the position of ticklabels using the `set_ticklabel_position` method: https://docs.astropy.org/en/stable/api/astropy.visualization.wcsa…