Skip to content

Commit

Permalink
put planck priors back in
Browse files Browse the repository at this point in the history
  • Loading branch information
joezuntz committed Aug 25, 2023
1 parent 8436306 commit b1a7b74
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
6 changes: 3 additions & 3 deletions boltzmann/camb/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -567,15 +567,15 @@ outputs:
all
type: real 1d
pp:
meaning: 'Phi-Phi lensing spectrum; note ell scaling: ell * (ell+1) C_ell^PhiPhi.
meaning: 'Phi-Phi lensing spectrum; ell * (ell+1) C_ell^PhiPhi / 2pi.
Only if mode=cmb or all'
type: real 1d
pt:
meaning: 'Phi-T lensing spectrum; note ell scaling: ell * (ell+1) C_ell^PhiT.
meaning: 'Phi-T lensing spectrum; ell * (ell+1) C_ell^PhiT / 2pi
Only if mode=cmb or all'
type: real 1d
pe:
meaning: 'Phi-E lensing spectrum; note ell scaling: ell * (ell+1) C_ell^PhiE.
meaning: 'Phi-E lensing spectrum; ell * (ell+1) C_ell^PhiE / 2pi
Only if mode=cmb or all'
type: real 1d
matter_power_lin:
Expand Down
1 change: 1 addition & 0 deletions examples/planck.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ planck_path = likelihood/planck2018/baseline/plc_3.0
; these names refer to sections later in the file:
modules = consistency camb planck
values = examples/planck_values.ini
priors = examples/planck_priors.ini
debug=T
timing=F

Expand Down
1 change: 1 addition & 0 deletions examples/planck_class.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ planck_path = likelihood/planck2018/baseline/plc_3.0
; these names refer to sections later in the file:
modules = consistency class planck
values = examples/planck_values.ini
priors = examples/planck_priors.ini
debug=T
timing=F

Expand Down
23 changes: 23 additions & 0 deletions examples/planck_priors.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[planck]
a_planck = gaussian 1.0 0.0025
gal545_a_100 = gaussian 8.6 2
gal545_a_143 = gaussian 10.6 2
gal545_a_143_217 = gaussian 23.5 8.5
gal545_a_217 = gaussian 91.9 20
galf_te_a_100 = gaussian 0.13 0.042
galf_te_a_100_143 = gaussian 0.13 0.036
galf_te_a_100_217 = gaussian 0.46 0.09
galf_te_a_143 = gaussian 0.207 0.072
galf_te_a_143_217 = gaussian 0.69 0.09
galf_te_a_217 = gaussian 1.938 0.54
calib_100t = gaussian 1.0002 0.0007
calib_217t = gaussian 0.99805 0.00065
galf_ee_a_100 = gaussian 0.055 0.014
galf_ee_a_100_143 = gaussian 0.040 0.010
galf_ee_a_100_217 = gaussian 0.094 0.023
galf_ee_a_143 = gaussian 0.086 0.022
galf_ee_a_143_217 = gaussian 0.21 0.051
galf_ee_a_217 = gaussian 0.70 0.18
calib_100p = gaussian 1.021 0.01
calib_143p = gaussian 0.966 0.01
calib_217p = gaussian 1.040 0.01

0 comments on commit b1a7b74

Please sign in to comment.