Closed londumas closed 6 years ago
In a separate branch for other reasons I was about to remove BRICKNAME
from the redrock zbest output, since if/when it exists, it is already contained in the FIBERMAP table and target catalogs against which we would match. Seems silly for redrock to crash on whether this column exists or not.
i.e. let's fix this by removing the requirement from redrock instead of adding that column to quickspectra.
@sbailey, Thanks for the answer. Do you want me to do it or you do it?
@londumas please go ahead and make the change in redrock and submit a PR. I'm working on some other changes to how desispec pipeline + redrock work together when there are errors so you shouldn't wait for me.
Fixed in desihub/redrock#157 by not requiring the BRICKNAME column anymore. Closing this ticket.
I create a fake quasar using
desisim.templates.QSO()
, then I expand it withquickspectra
and I fit it usingredrock
. The code used to work, but it doesn't anymore on master. Do you know whyBRICKNAME
can't be found in the output file ofquickspectra
?The error:
The code: