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

add support for DR10 photometry #133

Closed moustakas closed 1 year ago

moustakas commented 1 year ago

This PR generalizes the handling of the Legacy Surveys photometry to handle DR9 as well as DR10 (input) photometry.

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 5740736605


Changes Missing Coverage Covered Lines Changed/Added Lines %
py/fastspecfit/util.py 7 10 70.0%
py/fastspecfit/emlines.py 7 11 63.64%
py/fastspecfit/continuum.py 62 90 68.89%
py/fastspecfit/io.py 116 155 74.84%
py/fastspecfit/fastspecfit.py 16 99 16.16%
<!-- Total: 211 368 57.34% -->
Files with Coverage Reduction New Missed Lines %
py/fastspecfit/continuum.py 2 73.09%
py/fastspecfit/fastspecfit.py 5 13.43%
<!-- Total: 7 -->
Totals Coverage Status
Change from base Build 5740706159: -0.1%
Covered Lines: 2436
Relevant Lines: 4721

💛 - Coveralls