desihub / fastspecfit

Fast spectral synthesis and emission-line fitting of DESI spectra.
https://fastspecfit.readthedocs.org
BSD 3-Clause "New" or "Revised" License
13 stars 2 forks source link

bug: forbidden lines not actually tied together as expected #174

Closed moustakas closed 1 day ago

moustakas commented 2 months ago

166 introduced an annoying bug (that was previously correct) in which the line-widths and velocity shifts of the forbidden lines were not actually tied together as intended. In this PR (specifically, commit https://github.com/desihub/fastspecfit/commit/b017eba7795730bed79c1f721c3cbcb0e66d89fc, written to address #160), the forbidden lines were supposed to be tied to [NII] 6584, but this was never actually implemented.

Blarg.