Skip to content

A numpyro code that reconstructs the galaxy density from a magnitude-limited catalog of galaxies

License

Notifications You must be signed in to change notification settings

KonstantinLeyde/light

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LIGHT

Large-scale structure for the Inference of the Galaxy field with Hamiltonian Monte-Carlo

LIGHT is a Bayesian framework for reconstructing the galaxy field and underlying dark matter field using Hamiltonian Monte Carlo (HMC), and more specifically NumPyro. This package is designed to improve the inference of cosmological parameters with gravitational waves and galaxy catalogs, a.k.a. the dark siren method.


Installation Instructions

Basic Installation

To create a new environment and install LIGHT, follow these steps:

conda create -n light-env python=3.11
conda activate light-env
pip install -e .

Running

For examples, please navigate to the examples folder, and follow the readme there. notebooks in the examples folder.

Citation

If you use this software, please cite:

Cosmic Cartography: Bayesian reconstruction of the galaxy density informed by large-scale structure

@article{Leyde:2024tov,
    author = "Leyde, Konstantin and Baker, Tessa and Enzi, Wolfgang",
    title = "{Cosmic Cartography: Bayesian reconstruction of the galaxy density informed by large-scale structure}",
    eprint = "2409.20531",
    archivePrefix = "arXiv",
    primaryClass = "astro-ph.CO",
    month = "9",
    year = "2024"
}

Contact

If you have any questions, feedback, or would like to discuss this project, please don't hesitate to reach out:

Email: [email protected]

About

A numpyro code that reconstructs the galaxy density from a magnitude-limited catalog of galaxies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages