-
Notifications
You must be signed in to change notification settings - Fork 20
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
Additional validation test for ray-tracing implementation #85
Comments
I made the notebook run with different configurations.
We were surprised to see how the change of the Box size from 100 to 200 Mpc^3 impacts the small scales, but how the small scales remain unchanged from 100 to 50 Mpc^3. We also expected a greater impact on the large scale, but we can see that the Box size affects only very large scale, larger than 300, out of range of "l" we are interested to.
As we can see, the lensplane resolution affect the angular power spectrum as well.
As we can see, the field doesn't seem to have a particular impact on the angular power spectrum. |
number of lens 22? for 50 Mpc box? Also, do you mean scale factor of 0.2? |
@EiffL sorry! I've just corrected, I used 44 lens and scale factor of 0.2 |
I implemented this new test running the N-body simulation with the following setting:
The following image shows a comparison between the Jax-cosmo non linear power spectrum and the 3D Power spectrum computed for each snapshot. The plots are sorted in order of increasing value of the scale factor. |
We implemented a new test to validate our raytracing implementation.
Instead of running the N-body simulation, the snapshots at different scale factors are generated by using the same linear power spectrum at the scale factor a=0.5229969 (with the order set to 1).
The following image shows a comparison between the Jax-cosmo linear power spectrum (dashed line) and the 3D Power spectrum computed for each snapshot :
Then, we exported the lens planes, created the Convergence map and computed the angular power spectrum from it. The final angular power spectrum is obtained averaging over 20 samples. We also tried to investigate the behaviour of the angular power spectrum for large scale for different values of the field and Box size.
In particular we adopted the following setting:
The specific setting can be found here
To follow, the result of 4 setting combinations compared to the Jax-cosmo linear power spectrum.
The two vertical lines indicate the scale l=300 and l=3000.
The text was updated successfully, but these errors were encountered: