-
Much of the functionality presented here is available in the [Astropy Cosmology sub-package](https://docs.astropy.org/en/stable/cosmology/index.html), which is very well tested and maintained. This p…
kelle updated
3 weeks ago
-
@nstarman could you please look at /io/astropy_table.py, specifically lines 142-149. Originally we only had line 149, but a user reported an error when there were no IDs in their table.
I can see …
-
Hi, I think astropy would be a a really useful package to be included in Juno.
https://www.astropy.org/
https://github.com/astropy/astropy
-
We have this doctest example:
```python
x = Quantity([1, 2, 3], "Kelvin")
with u.add_enabled_equivalencies(u.temperature()):
y = x.to(u.deg_C)
```
which works, but this one doesn't work:
```python…
-
How do we want to handle parameters that are of type "Quantity". I.e. objects that have a value and unit property https://docs.astropy.org/en/stable/units/
So far I have tried to write the PhaseCur…
-
Hello guys,
I'm sorry but I have a stupid question. I have the feeling that there is an issue of `h` in the function `background.radial_comoving_distance`: The doc says it is returning distances i…
-
### Describe the bug
Seems that Gemini sometimes ignores format instructions and generates MD-fenced diffs.
Here's an example from https://github.com/getappmap/navie-benchmark/actions/runs/1135269…
-
Hello,
Currently, all data is stored in the `EDGE` class as an array of dictionaries, and a CSV is manually created using the `write_output()` method. I suggest using an Astropy Table to store all …
-
**Describe the bug**
The pwv_atm.trans_for_pwv() function relies on astropy.modeling.blackbody which has since been deprecated. I tried to install a previous version of astropy (v3.2.3) but the setup…
-
Running into a bit of an issue that came out ever since numpy released version 2.0.0
Running `solve-field` from the CLI always fails and returns with -1 every time I try running a plate solve.
T…