-
Notifications
You must be signed in to change notification settings - Fork 14
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
Improvements to the power spectrum and zcv module #70
Comments
On the comparison with nbodykit, in But the agreement of the large-scale modes is very encouraging. It may not test the interlacing and compensation as well as the small-scale modes, though. |
Summary of discussion today:
Minimum example for Lehman:
|
A quick comment would be that perhaps we should also enable the computing of the power spectrum in a non-periodic box (as would be the case in a CutSky mock or on the light cone or using data). |
The power spectrum code can be optimized and made to run faster. While for now we do not want to enable MPI on it, it is worth implementing multithreading/parallelization improvements. Several quick things include (but we don't need to limit ourselves to these):
scipy.fft
withpyfftw
which is multithreaded.On the side of the ZCV module:
tools_jdr.py
)Finally, it would be helpful to add notebooks with examples of how to use the power spectrum and the ZCV module.
The text was updated successfully, but these errors were encountered: