-
Hello developer, I have the following codes, the last part of which is to fit my optical spectrum as the following.
q = QSOFitNew(lam=lam_vals, flux=flux_vals, err=err_vals,z=z_vals, ra=ra_vals, de…
-
This was proposed by #17127 and there are several comments expressing support for this change:
- https://github.com/astropy/astropy/pull/17127#issuecomment-2450230251
- https://github.com/astropy/…
-
Join/mimic Astropy behavior?
PAHdb updated
5 years ago
-
Hi,
I want to use the prospector-beta priors (Wang, Leja, et al., 2023, ApJL.) with fixed redshift. Specifically, I want to use the 'PhiSFHfixZred' prior to fix the fitting at a given redshift. But…
-
### Description
There are a number of test failing only on mips64el, f.e. this one:
```
___________ TestFittingUncertanties.test_2d_models[LevMarLSQFitter] ____________
self =
fitter =
…
-
### Description
ascii.qdp assumes that commands in a QDP file are upper case, for example, for errors they must be "READ SERR 1 2" whereas QDP itself is not case sensitive and case use "read serr 1 2…
-
### Description
On 6.1.4 the code below runs but crashes on main (86fda91f27)
### Expected behavior
Not too sure ideally not crash but might be misusing the models
### How to Reproduce
…
-
See https://github.com/astropy/astropy/issues/6778 for how to do complex numbers (spoiler: use the 0th dim for real/imaginary).
-
### Description
For the coordinates of the Mauna Kea observatories, I found inconsistencies between sites.json and IRTF reports.
https://irtfweb.ifa.hawaii.edu/observing/telescop…
-
Hi @adamginsburg and @e-koch, I'm hoping for help with fixing the [cube reprojection tutorial](https://learn.astropy.org/tutorials/SpectralCubeReprojectExample.html) on learn.astropy.org. The _Build …