DifferentiableUniverseInitiative / jax_cosmo

A differentiable cosmology library in JAX
MIT License
175 stars 37 forks source link

Implement additional Number Counts tracers (RSD, magnification) #31

Open EiffL opened 4 years ago

EiffL commented 4 years ago

Currently we do not include magnification or RSD in the number counts probe. We might want to add those. The formula for these in the the Limber approximation are conveniently summarized in the CCL paper: https://arxiv.org/abs/1812.05995 Sec. 3.3.1

It would have to follow a similar design as for the IA contribution to WL which can be found in jax_cosmo.probes

bhorowitz commented 4 years ago

I'm playing with it now! :)

MatthewDowicz commented 2 years ago

I'd be interested in working on this! Unless it has already been done?