This repository contains the analysis pipeline used in https://arxiv.org/abs/1909.09102. Please contact the authors if you have any questions.
- Unpack and download all necessary data by running the bash script
dwl_data.sh
. This will unpackdata.tar.gz
, download all necessary Planck maps and compute the SZ masks usingmk_mask_sz.py
. - Compute all power spectra and covariance matrices running
python pipeline.py params.yml
. - Run the likelihood sampler by running
python mcmc.py params.yaml
. - Most of the paper plots can be generated by running the
plots/plot_***.py
scripts. Some hard-coded paths may need to be modified.
dwl_data.sh
downloads all the data needed for the analysis.- All the data analysis modules can be found in
analysis
. - The theory prediction modules can be found in
model
. - The likelihood modules are in
likelihood
. pipeline.py
contains the power spectrum measurement pipeline.mcmc.py
contains the likelihood pipeline.plot_stuff.py
contains a few plotting routines.
Theory notes can be found in notes
, where you can also find the paper
submodule containing the .tex
source of the paper. Read the relevant README
in notes
if you want to obtain the relevant files.
We ask that you cite https://arxiv.org/abs/1909.09102 if you use this pipeline for any of your work.