-
Notifications
You must be signed in to change notification settings - Fork 5
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
Output P(k) #38
Comments
Adding the model from PR igmhub/picca#504, i.e. a Gaussian smoothing of the P(k) improves the chi2 on the stack of 10 auto-correlations by |
@londumas, what values are you choosing for the smoothing radii? Are you leaving them as free parameters or setting them beforehand? |
I leave the parameters free, here is what I get on the stack of the 10 correlations: for the auto-correlation:
for the cross-correlation:
where the following function is multiplied to the input CAMB x Kaiser P(k):
|
Thanks a lot! In CoLoRe the input isotropic power-spectrum from CAMB is convolved with the smoothing first as:
Where After this the RSD are applied from the velocity field. I think that the order won't make a big difference but I am not 100% sure. Is there an easy way to check this? |
@fjaviersanchez or @jfarr03, very good. What was the input |
Sorry yes the smoothing radius is set to 2Mpc/h for all CoLoRe runs at the moment! |
Hi @londumas - Note that you don't expect to have a perfect match, since (as said by Javier) there is also the pixelization effect, similar to the "binsize" smoothing in picca fitter. For most runs James is using a cell size of 2.4 Mpc/h. But there is another thing missing in the modelling, and that is the log-normal transformation applied to the Gaussian field in the mocks. When we transform the Gaussian field to a lognormal field, to generate what we call the "physical density", the large scale clustering is unchanged (the lognormal field has bias=1 and beta=0), but on small scales the correlation function is changed. By how much at a given scale, I don't know, but it should be easy to compute with equations similar to appendix A of 1205.2018 |
Here is the status of this ticket as of
|
@jfarr03 and @andreufont, here is the status of this ticket as of
Here are some remarks:
These are things to look at as it would be nice to be able to fit well the broadband correlation. In DR12 it was not perfect either. |
It would be very useful to have a function in https://github.com/igmhub/picca, called something like
apply_pk_lyacolore()
in https://github.com/igmhub/picca/blob/master/py/picca/fitter2/pk.py.It would transform the linear power-spectrum into the expected linear power spectrum from the LyaCoLoRe mocks, in a similar way as the transfer functions in cosmology.
Here are the different effects I see:
The text was updated successfully, but these errors were encountered: