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

Stack resolution matrix #116

Closed dirkscholte closed 1 year ago

dirkscholte commented 1 year ago

Small update to the stack fitting input and QA plotting.

Changes to the input to match the input format to the format specified here: https://github.com/desihub/desigal/pull/17

A example of saving stacks to a format that can be ingested in the fastspecfit stackfit is shown in the desigal repo.

image
coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 4788569781


Changes Missing Coverage Covered Lines Changed/Added Lines %
py/fastspecfit/fastspecfit.py 0 2 0.0%
py/fastspecfit/io.py 0 12 0.0%
<!-- Total: 0 14 0.0% -->
Files with Coverage Reduction New Missed Lines %
py/fastspecfit/io.py 1 53.88%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 4677545300: -0.06%
Covered Lines: 2236
Relevant Lines: 4439

💛 - Coveralls