damonge / CoLoRe

CoLoRe - Cosmological Lofty Realizations
GNU General Public License v3.0
17 stars 13 forks source link

prediction for matter-matter correlation not being smoothed #64

Open cramirezpe opened 3 years ago

cramirezpe commented 3 years ago

Is there a reason for the matter-matter correlation (but also galaxy-matter) prediction not being smoothed?

In predictions.c we find: https://github.com/damonge/CoLoRe/blob/0460c20a9a71194b213f11469fbb4e637bc66307/src/predictions.c#L92-L99

That means that we are saving to file the smoothed power spectrum and the linear (not smoothed) correlation. Is there a reason for that, or it is just an error?

damonge commented 3 years ago

Yep, you're absolutely right. I didn't implement that because I wasn't using the correlation functions for anything.