Skip to content

Commit

Permalink
Updated for dr6 data release.
Browse files Browse the repository at this point in the history
  • Loading branch information
HTJense committed Apr 23, 2024
1 parent bf86cf4 commit 2a293e0
Show file tree
Hide file tree
Showing 17 changed files with 528 additions and 49 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,17 @@ If you want to add new files, please consider the following style guides:

## Notes on existing files

`theories/camb_high_accuracy.yaml` uses the high accuracy settings for CAMB at least as accurate as in [Hill et al. (2020)](https://arxiv.org/abs/2109.04451). Note that we intend to use `cosmorec` instead of `recfast` as main recombination code - see the section _Installing Cosmorec_ below for instructions.
`theories/camb.yaml` uses the high accuracy settings for CAMB at least as accurate as in [Hill et al. (2020)](https://arxiv.org/abs/2109.04451). Note that we intend to use `cosmorec` instead of `recfast` as main recombination code - see the section _Installing Cosmorec_ below for instructions.

`theories/cosmopower.yaml` uses [Cosmopower](https://arxiv.org/abs/2106.03846) as implemented in the _Simons Observatory_ package [SOLikeT](https://github.com/simonsobs/SOLikeT). See the section _Setting up CosmoPower_ on instructions of setting this up.

`params/foregrounds.yaml` uses the baseline foreground model implemented in MFLike based on the [Choi et al. (2020)](https://arxiv.org/abs/2007.07289) foreground model but with modifications for DR6. The corresponding foreground priors are found in `priors/foregrounds.yaml`.

`params/foregrounds_Choi2020.yaml` uses the foreground model implemented in MFLike based on the [Choi et al. (2020)](https://arxiv.org/abs/2007.07289) foreground model. The corresponding foreground priors are found in `priors/foregrounds_Choi2020.yaml`.

`params_foreground_sims.yaml` uses a model similar to the expected the DR6 foreground model, but allows parameters to go outside physical constraints (i.e. negative for values that are expected to be non-negative). **UPDATE FEB 2024** We will loosen the restriction that the CIB spectral indices are equal (e.g. we now let `beta_c` and `beta_p` vary independently), and we add a varying spectral index for the radio sources `beta_r`.
`params/foreground_sims.yaml` uses a model similar to the expected the DR6 foreground model, but allows parameters to go outside physical constraints (i.e. negative for values that are expected to be non-negative). **UPDATE FEB 2024** We will loosen the restriction that the CIB spectral indices are equal (e.g. we now let `beta_c` and `beta_p` vary independently), and we add a varying spectral index for the radio sources `beta_r`.

`params/systematics.yaml` uses the systematics parameters for DR6.

`params_DR4_baseline.yaml` is a simple set of fixed parameters that can be used to evaluate your model at the *ACT DR4+WMAP baseline* parameters found in Choi et al. and Aiola et al.

Expand Down
4 changes: 2 additions & 2 deletions likelihoods/act_dr6.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
act_dr6_mflike.ACTDR6MFLike:
data_folder: ACTDR6MFLike/v0.2
input_file: dr6_ng_simu_sacc.fits
data_folder: ACTDR6MFLike/v0.1
input_file: dr6_data_sacc.fits

defaults:
symmetrize: false
Expand Down
24 changes: 11 additions & 13 deletions likelihoods/act_dr6_eeonly.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
act_dr6_mflike.ACTDR6MFLike:
data_folder: ACTDR6MFLike/v0.2
input_file: dr6_simu_w_syst_sacc_00000.fits
cov_Bbl_file: final_cov_data_and_Bbl.fits
input_file: dr6_data_sacc.fits

defaults:
symmetrize: false
polarizations: [TT, TE, ET, EE]
polarizations_auto: &polarizations_auto [EE]
lmax: &lmax 8500
scales:
TT: [2, *lmax]
Expand All @@ -24,46 +22,46 @@ act_dr6_mflike.ACTDR6MFLike:

spectra:
- experiments: [dr6_pa5_f090, dr6_pa5_f090]
polarizations: *polarizations_auto
polarizations: [EE]
scales:
EE: [500, *lmax]
- experiments: [dr6_pa5_f090, dr6_pa5_f150]
polarizations: *polarizations_auto
polarizations: [EE]
scales:
EE: [500, *lmax]
- experiments: [dr6_pa5_f090, dr6_pa6_f090]
polarizations: *polarizations_auto
polarizations: [EE]
scales:
EE: [500, *lmax]
- experiments: [dr6_pa5_f090, dr6_pa6_f150]
polarizations: *polarizations_auto
polarizations: [EE]
scales:
EE: [500, *lmax]

- experiments: [dr6_pa5_f150, dr6_pa5_f150]
polarizations: *polarizations_auto
polarizations: [EE]
scales:
EE: [500, *lmax]
- experiments: [dr6_pa5_f150, dr6_pa6_f090]
polarizations: *polarizations_auto
polarizations: [EE]
scales:
EE: [500, *lmax]
- experiments: [dr6_pa5_f150, dr6_pa6_f150]
polarizations: *polarizations_auto
polarizations: [EE]
scales:
EE: [500, *lmax]

- experiments: [dr6_pa6_f090, dr6_pa6_f090]
polarizations: *polarizations_auto
polarizations: [EE]
scales:
EE: [500, *lmax]
- experiments: [dr6_pa6_f090, dr6_pa6_f150]
polarizations: *polarizations_auto
polarizations: [EE]
scales:
EE: [500, *lmax]

- experiments: [dr6_pa6_f150, dr6_pa6_f150]
polarizations: *polarizations_auto
polarizations: [EE]
scales:
EE: [500, *lmax]

Expand Down
194 changes: 194 additions & 0 deletions likelihoods/act_dr6_teee.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,194 @@
act_dr6_mflike.ACTDR6MFLike:
data_folder: ACTDR6MFLike/v0.1
input_file: dr6_data_sacc.fits

defaults:
symmetrize: false
polarizations: [TT, TE, ET, EE]
lmax: &lmax 8500
scales:
TT: [2, *lmax]
TE: [2, *lmax]
ET: [2, *lmax]
EE: [2, *lmax]

data:
experiments:
- dr6_pa4_f220
- dr6_pa5_f090
- dr6_pa5_f150
- dr6_pa6_f090
- dr6_pa6_f150

spectra:
- experiments: [dr6_pa5_f090, dr6_pa5_f090]
polarizations: [TE, EE]
scales:
TE: [1000, *lmax]
EE: [500, *lmax]
- experiments: [dr6_pa5_f090, dr6_pa5_f150]
polarizations: [TE, ET, EE]
scales:
TE: [1000, *lmax]
ET: [800, *lmax]
EE: [500, *lmax]
- experiments: [dr6_pa5_f090, dr6_pa6_f090]
polarizations: [TE, ET, EE]
scales:
TE: [1000, *lmax]
ET: [1000, *lmax]
EE: [500, *lmax]
- experiments: [dr6_pa5_f090, dr6_pa6_f150]
polarizations: [TE, ET, EE]
scales:
TE: [1000, *lmax]
ET: [600, *lmax]
EE: [500, *lmax]

- experiments: [dr6_pa5_f150, dr6_pa5_f150]
polarizations: [TE, EE]
scales:
TE: [800, *lmax]
EE: [500, *lmax]
- experiments: [dr6_pa5_f150, dr6_pa6_f090]
polarizations: [TE, ET, EE]
scales:
TE: [800, *lmax]
ET: [1000, *lmax]
- experiments: [dr6_pa5_f150, dr6_pa6_f150]
polarizations: [TE, ET, EE]
scales:
TE: [800, *lmax]
ET: [600, *lmax]
EE: [500, *lmax]

- experiments: [dr6_pa6_f090, dr6_pa6_f090]
polarizations: [TE, EE]
scales:
TE: [1000, *lmax]
EE: [500, *lmax]
- experiments: [dr6_pa6_f090, dr6_pa6_f150]
polarizations: [TE, ET, EE]
scales:
TE: [1000, *lmax]
ET: [600, *lmax]
EE: [500, *lmax]

- experiments: [dr6_pa6_f150, dr6_pa6_f150]
polarizations: [TE, EE]
scales:
TE: [600, *lmax]
EE: [500, *lmax]

params:
a_tSZ:
value: 3.30
latex: a_\mathrm{tSZ}
a_kSZ:
value: 1.60
latex: a_\mathrm{kSZ}
a_p:
value: 6.90
latex: a_p
beta_p:
value: 2.08
latex: \beta_p
a_c:
value: 4.90
latex: a_c
beta_c:
value: 2.20
latex: \beta_c
a_s:
value: 3.10
latex: a_s
beta_s:
value: -2.5
latex: \beta_s
a_gtt:
value: 8.70
latex: a_\mathrm{dust}^\mathrm{TT}
a_gte:
value: 0.0
latex: a_\mathrm{dust}^\mathrm{TE}
a_gee:
value: 0.0
latex: a_\mathrm{dust}^\mathrm{EE}
a_psee:
value: 0.0
latex: a_\mathrm{ps}^\mathrm{EE}
a_pste:
value: 0.0
latex: a_\mathrm{ps}^\mathrm{TE}
xi:
value: 0.10
latex: \xi
T_d:
value: 9.60
latex: T_d
alpha_s:
value: 1.0
latex: \alpha_s
T_effd:
value: 19.6
latex: T_{\mathrm{dust},\mathrm{eff}}
beta_d:
value: 1.5
latex: \beta_\mathrm{dust}
alpha_dT:
value: -0.6
latex: \alpha_{\mathrm{dust},T}
alpha_dE:
value: -0.4
latex: \alpha_{\mathrm{dust},E}
alpha_p:
value: 1.0
latex: \alpha_p

cal_dr6_pa4_f220:
value: 1
latex: \mathrm{c}_{\rm pa4}^{\rm f220}
cal_dr6_pa5_f090:
value: 1
latex: \mathrm{c}_{\rm pa5}^{\rm f090}
cal_dr6_pa5_f150:
value: 1
latex: \mathrm{c}_{\rm pa5}^{\rm f150}
cal_dr6_pa6_f090:
value: 1
latex: \mathrm{c}_{\rm pa6}^{\rm f090}
cal_dr6_pa6_f150:
value: 1
latex: \mathrm{c}_{\rm pa6}^{\rm f150}

calE_dr6_pa4_f220:
value: 1
latex: \mathrm{p}_{\rm pa4}^{\rm f220}
calE_dr6_pa5_f090:
value: 1
latex: \mathrm{p}_{\rm pa5}^{\rm f090}
calE_dr6_pa5_f150:
value: 1
latex: \mathrm{p}_{\rm pa5}^{\rm f150}
calE_dr6_pa6_f090:
value: 1
latex: \mathrm{p}_{\rm pa6}^{\rm f090}
calE_dr6_pa6_f150:
value: 1
latex: \mathrm{p}_{\rm pa6}^{\rm f150}

bandint_shift_dr6_pa4_f220:
value: 0
latex: \Delta_{\rm band, pa4}^{\rm f220}
bandint_shift_dr6_pa5_f090:
value: 0
latex: \Delta_{\rm band, pa5}^{\rm f090}
bandint_shift_dr6_pa5_f150:
value: 0
latex: \Delta_{\rm band, pa5}^{\rm f150}
bandint_shift_dr6_pa6_f090:
value: 0
latex: \Delta_{\rm band, pa6}^{\rm f090}
bandint_shift_dr6_pa6_f150:
value: 0
latex: \Delta_{\rm band, pa6}^{\rm f150}
5 changes: 2 additions & 3 deletions likelihoods/act_dr6_teonly.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
act_dr6_mflike.ACTDR6MFLike:
data_folder: ACTDR6MFLike/v0.2
input_file: dr6_simu_w_syst_sacc_00000.fits
cov_Bbl_file: final_cov_data_and_Bbl.fits
data_folder: ACTDR6MFLike/v0.1
input_file: dr6_data_sacc.fits

defaults:
symmetrize: false
Expand Down
Loading

0 comments on commit 2a293e0

Please sign in to comment.