You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I imagine the answer to the penultimate one is no.
Regarding the last one: currently the bottleneck is the calls to CCL (which is good news). Within CCL, if you use a fast power spectrum (e.g. Eisenstein & Hu or BBKS), the bottleneck is the LOS integrals. If you use CLASS, the bottleneck is actually the call to CLASS.
Basically, after having deconvolved any sky mask/weights/contaminants you'll be left with an estimate of the power spectrum at certain ells which is a convolution of the true C_ell with some window function (in ell). SACC has some capability to store these, but we're not using them (we just assume it's enough to evaluate the theoretical C_ell at the centre of each bandpower).
This is probably not a super bad approximation, so I would focus on the other tasks for the time being.
A possibly not complete list of things that should be implemented in lss_theory.py is:
The text was updated successfully, but these errors were encountered: