Nicholas Earl
Nicholas Earl
@eteq is this in addition to the function-style `extract_region` we already have, or is this ticket no longer relevant?
@eteq can you expand on how this might be implemented? If we have a spectrum like ```python spec = Spectrum1D(flux=[10, 5, 3, 7] * u.Jy, spectral_aixs=[1, 2, 3, 4] *...
We also need to evaluate the need for `QuantityModel` as astropy 4.0 introduced a refactor of the model fitting infrastructure.
This may be related #617.
@eteq the analysis functions use the `simulated_spectra` fixture where appropriate (and otherwise construct necessary models/spectra to test specific analysis tasks like equivalent width on a known Gaussian). Are there other...