Skip to content
/ BPD Public

Bayesian Pixel Domain shear estimation based on automatically differentiable cell-based coadd modeling

License

Notifications You must be signed in to change notification settings

LSSTDESC/BPD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BPD: Bayesian Pixel Domain Shear Inference

Bayesian Pixel Domain shear estimation based on automatically differentiable cell-based coadd modeling.

This repository contains functions to run HMC (Hamiltonian Monte Carlo) using JAX-Galsim as a forward model to perform shear inference.

Installation

# fresh conda env
pip install --upgrade pip
conda create -n bpd python=3.10
conda activate bpd

# Install JAX
pip install -U "jax[cuda12]"

# descwl-shear-sims dependencies
conda install -c conda-forge mamba
mamba install -c conda-forge stackvana
mamba install -c conda-forge pip lsstdesc.weaklensingdeblending numba galsim ipykernel ngmix

pip install git+https://github.com/LSSTDESC/descwl-shear-sims.git
pip install git+https://github.com/esheldon/metadetect.git
pip install git+https://github.com/GalSim-developers/JAX-GalSim.git

pip install numpyro
pip install blackjax
pip install ChainConsumer arviz

cd BPD
pip install -e .

About

Bayesian Pixel Domain shear estimation based on automatically differentiable cell-based coadd modeling

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published