h0rton.infer_h0_precision_ceiling

Script to run an MCMC afterburner for the BNN posterior

It borrows heavily from the catalogue modelling.ipynb notebook in Lenstronomy Extensions, which you can find here.

Module Contents

Functions

get_baobab_config(baobab_out_dir) Load the baobab log
main()
h0rton.infer_h0_precision_ceiling.get_baobab_config(baobab_out_dir)[source]

Load the baobab log

baobab_out_dir : str or os.path object
path to the baobab output directory
baobab.BaobabConfig object
log of the baobab-generated dataset, including the input config
h0rton.infer_h0_precision_ceiling.main()[source]