-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
full-redshift fitting with archetypes #275
Comments
One detail is that all prior archetype work on both BOSS and DESI has found it necessary to include Legendre nuisance terms, making the problem N>>1 small linear algebra solutions rather than just solving for a single scaling factor. Current speed limiting factor is using the BVLS solver to keep archetype coefficients positive while allowing unbounded Legendre coefficients. This could be addressed with
|
Thanks @sbailey , @moustakas |
@sbailey @abhi0395 can we use this ticket to flesh out what changes we would need to make to Redrock to support archetype-only fitting? In other words, at the moment I believe that archetypes can only be used to refine the redshifts found via other (PCA or NMF) means. However, it should be relatively straightforward to do the full-redshift fitting with archetypes.
The computation should be pretty fast because one only needs to algebraically compute the scale factor (after redshifting, resampling, and instrumental convolution) needed to match each template to the data. For a reasonable number of archetype templates (<10^3) the math should be ~instantaneous, especially on a GPU.
The text was updated successfully, but these errors were encountered: