desihub / desispec

DESI spectral pipeline
BSD 3-Clause "New" or "Revised" License
36 stars 24 forks source link

Missing columns in QuasarNET afterburner catalog #2375

Open rongpu opened 2 months ago

rongpu commented 2 months ago

Currently only the best-fit redshift, redshift error and template coefficients are saved in the QuasarNET afterburner catalogs qso_qn-*.fits, and some of the important columns, such as SUBTYPE and ZWARN, are missing. Since we are using these QN redshifts for science analyses, I think I would be useful to at least save the redrock output for the best-fit solution.

The relevant QN code: https://github.com/desihub/desispec/blob/97b174838a2e951a32aa719f19da07e184585c39/py/desispec/scripts/qsoqn.py#L262