Skip to content

Commit

Permalink
Added ini files
Browse files Browse the repository at this point in the history
  • Loading branch information
wynneturner committed Dec 3, 2024
1 parent bb7b0c2 commit 34bcb27
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 0 deletions.
43 changes: 43 additions & 0 deletions cobaya_interface/configs/complex_main.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
[data sets]
zeff = 2.33
ini files = /global/homes/w/wmturner/repos/vega/cobaya_interface/configs/lyalya_lyalya.ini

[cosmo-fit type]
cosmo fit func = ap_at
full-shape = True
smooth-scaling = False
full-shape-alpha = True

[fiducial]
filename = /global/homes/w/wmturner/repos/vega/vega/models/Planck18/DESI-2024_z_2.33.fits

[output]
filename = /pscratch/sd/w/wmturner/LyA-directfit/minimize/test_minimize

[sample]
#bias_LYA = True
#beta_LYA = True
#H0 = True
# add ap and at here?

[parameters]
ap_full = 1.0
at_full = 1.0
sigmaNL_per = 0.0
sigmaNL_par = 0.0
bao_amp = 1.
bias_LYA = -0.117
beta_LYA = 1.67
alpha_LYA = 2.9
#H0 = 67.31 # crashes code (ValueError: Default values not found for: H0. Please add them to default_values.txt, or provide the full sampling specification.), but when trying to sample and not using this line, get 'Warning: You tried sampling the parameter: H0. As this parameter was not specified under [parameters], it will be skipped.'

[control]
sampler = True
run_montecarlo = True
forecast = True

[Polychord]

[monte carlo]

[mc parameters]
21 changes: 21 additions & 0 deletions cobaya_interface/configs/lyalya_lyalya.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[data]
name = lyalya_lyalya
tracer1 = LYA
tracer2 = LYA
tracer1-type = continuous
tracer2-type = continuous
filename = /pscratch/sd/w/wmturner/picca_runs_v3/uncontaminated_mock/truth/full/cf_lya_x_lya_exp.fits

[cuts]
rp-min = -200.
rp-max = +200.
rt-min = 0.
rt-max = 200.
r-min = 30
r-max = 180
mu-min = -1.
mu-max = +1.

[model]
z evol LYA = bias_vs_z_std

0 comments on commit 34bcb27

Please sign in to comment.