kazewong / jim

Gravitational-wave data analysis tools in Jax
MIT License
59 stars 19 forks source link

Add cosmological model for the conversation from red-shifted mass to source-frame mass #149

Open CharmaineWONG2 opened 2 months ago

CharmaineWONG2 commented 2 months ago

The inferred parameters from PE are red-shifted. If we want the source-frame parameter, we may need to add cosmological models. For bilby, they use astropy.cosmology.FlatLambdaCDM but it is not written in jax. We may need one that is written in jax. https://docs.astropy.org/en/stable/api/astropy.cosmology.FlatLambdaCDM.html#astropy.cosmology.FlatLambdaCDM

ColmTalbot commented 1 month ago

https://wcosmo.readthedocs.io/en/latest/ is a (mostly-stable) jax port of some astropy cosmologies