diff --git a/likelihood_sroll2.yaml b/likelihood_sroll2.yaml new file mode 100644 index 0000000..db325f2 --- /dev/null +++ b/likelihood_sroll2.yaml @@ -0,0 +1 @@ +planck_2018_lowl.EE_sroll2: null diff --git a/likelihood_wmap.yaml b/likelihood_wmap.yaml new file mode 100644 index 0000000..3355d4f --- /dev/null +++ b/likelihood_wmap.yaml @@ -0,0 +1,11 @@ +wmaplike.WMAPLike: + stop_at_error: True + temin: 24 + params: + A_sz: + prior: + min: 0.0 + max: 2.0 + proposal: 0.4 + ref: 0.0 + latex: A_\mathrm{SZ} diff --git a/run_dr6_sroll2_camb.yaml b/run_dr6_sroll2_camb.yaml new file mode 100644 index 0000000..644f7d0 --- /dev/null +++ b/run_dr6_sroll2_camb.yaml @@ -0,0 +1,12 @@ +debug: False +force: False + +output: chains/dr6-sroll2-camb-high-accuracy + +sampler: + mcmc: + +theory: !defaults [ theory_camb_high_accuracy ] +likelihood: !defaults [ likelihood_act_dr6, likelihood_sroll2 ] +params: !defaults [ params_cosmology, params_foregrounds_Choi2020, params_systematics_fixed ] +prior: !defaults [ priors_foregrounds ] diff --git a/run_dr6_wmap_sroll2_camb.yaml b/run_dr6_wmap_sroll2_camb.yaml new file mode 100644 index 0000000..6c3e901 --- /dev/null +++ b/run_dr6_wmap_sroll2_camb.yaml @@ -0,0 +1,12 @@ +debug: False +force: False + +output: chains/dr6-wmap-sroll2-camb-high-accuracy + +sampler: + mcmc: + +theory: !defaults [ theory_camb_high_accuracy ] +likelihood: !defaults [ likelihood_act_dr6, likelihood_wmap, likelihood_sroll2 ] +params: !defaults [ params_cosmology, params_foregrounds_Choi2020, params_systematics_fixed ] +prior: !defaults [ priors_foregrounds ]