1+ # parameters used elsewhere in this file
2+ [DEFAULT]
3+ SCRATCH = /n09data/guerrini/output_chains/SP_v1.4.6_A_minsep =1.0_maxsep =250.0_nbins =20_npatch =1
4+ FITS_FILE = data/SP_v1.4.6_A_minsep =1.0_maxsep =250.0_nbins =20_npatch =1/cosmosis_SP_v1.4.6_A_minsep =1.0_maxsep =250.0_nbins =20_npatch =1.fits
5+ COSMOSIS_DIR = /home/guerrini/cosmosis-standard-library
6+
7+
8+ [pipeline]
9+ values = cosmosis_config/values_psf.ini
10+ priors = cosmosis_config/priors_psf.ini
11+ modules = consistency sample_S8 camb load_nz_fits photoz_bias linear_alignment projection add_intrinsic 2pt_shear shear_m_bias add_xi_sys tau_from_rho 2pt_like
12+ likelihoods = 2pt_like
13+ extra_output = cosmological_parameters/omega_lambda cosmological_parameters/S_8 cosmological_parameters/sigma_8 cosmological_parameters/omega_m
14+ timing = T
15+ debug = T
16+
17+ [runtime]
18+ sampler = polychord
19+ verbosity = debug
20+
21+ [test]
22+ save_dir = %(SCRATCH)s/best_fit/SP_v1.4.6_A_minsep =1.0_maxsep =250.0_nbins =20_npatch =1
23+
24+ [polychord]
25+ polychord_outfile_root = SP_v1.4.6_A_minsep =1.0_maxsep =250.0_nbins =20_npatch =1
26+ live_points = 192
27+ feedback = 3
28+ resume = T
29+ base_dir = %(SCRATCH)s/polychord
30+
31+ [output]
32+ filename = %(SCRATCH)s/SP_v1.4.6_A_minsep =1.0_maxsep =250.0_nbins =20_npatch =1/samples_SP_v1.4.6_A_minsep =1.0_maxsep =250.0_nbins =20_npatch =1.txt
33+ format = text
34+ lock = F
35+
36+ [consistency]
37+ file = %(COSMOSIS_DIR)s/utility/consistency/consistency_interface.py
38+ verbose = F
39+
40+ [sample_S8]
41+ file = %(COSMOSIS_DIR)s/utility/sample_sigma8/sample_S8.py
42+
43+ [camb]
44+ file = %(COSMOSIS_DIR)s/boltzmann/camb/camb_interface.py
45+ mode =power
46+ lmax =2508
47+ feedback =0
48+ do_reionization =F
49+ kmin =1e-5
50+ kmax =20.0
51+ nk =200
52+ zmax =5.0
53+ zmax_background =5.0
54+ nz_background =500
55+ halofit_version =mead2020_feedback
56+ nonlinear =pk
57+ neutrino_hierarchy =normal
58+ kmax_extrapolate = 500.0
59+
60+ [load_nz_fits]
61+ file = %(COSMOSIS_DIR)s/number_density/load_nz_fits/load_nz_fits.py
62+ nz_file =%(FITS_FILE)s
63+ data_sets = SOURCE
64+
65+ [photoz_bias]
66+ file = %(COSMOSIS_DIR)s/number_density/photoz_bias/photoz_bias.py
67+ mode = additive
68+ sample = nz_source
69+ bias_section = nofz_shifts
70+ interpolation = cubic
71+ output_deltaz_section_name = delta_z_out
72+
73+ [linear_alignment]
74+ file = %(COSMOSIS_DIR)s/intrinsic_alignments/la_model/linear_alignments_interface.py
75+ method = bk_corrected
76+
77+ [projection]
78+ file = %(COSMOSIS_DIR)s/structure/projection/project_2d.py
79+ ell_min_logspaced = 1.0
80+ ell_max_logspaced = 25000.0
81+ n_ell_logspaced = 400
82+ shear-shear = source-source
83+ shear-intrinsic = source-source
84+ intrinsic-intrinsic = source-source
85+ get_kernel_peaks = F
86+ verbose = F
87+
88+ [add_intrinsic]
89+ file = %(COSMOSIS_DIR)s/shear/add_intrinsic/add_intrinsic.py
90+ shear-shear =T
91+ position-shear =F
92+ perbin =F
93+
94+ [2pt_shear]
95+ file = %(COSMOSIS_DIR)s/shear/cl_to_xi_nicaea/nicaea_interface.so
96+ corr_type = 0 ; shear_cl -> shear_xi
97+
98+ [shear_m_bias]
99+ file = %(COSMOSIS_DIR)s/shear/shear_bias/shear_m_bias.py
100+ m_per_bin = True
101+ ; Despite the parameter name, this can operate on xi as well as C_ell.
102+ cl_section = shear_xi_plus shear_xi_minus
103+ verbose = F
104+
105+ [add_xi_sys]
106+ file = %(COSMOSIS_DIR)s/shear/xi_sys/xi_sys_psf.py
107+ data_file =%(FITS_FILE)s
108+ rho_stats_name =RHO_STATS
109+
110+ [tau_from_rho]
111+ file = %(COSMOSIS_DIR)s/shear/xi_sys/tau_from_rho.py
112+ data_file =%(FITS_FILE)s
113+
114+ [2pt_like]
115+ file = %(COSMOSIS_DIR)s/likelihood/2pt/2pt_like_xi_sys.py
116+ data_sets =XI_PLUS XI_MINUS TAU_0_PLUS TAU_2_PLUS
117+ add_xi_sys =T
118+ data_file =%(FITS_FILE)s
119+ gaussian_covariance =F
120+ covmat_name =COVMAT
121+ cut_zeros =F
122+ like_name =2pt_like
123+ angle_range_XI_PLUS_1_1 = 3.0 150.0
124+ angle_range_XI_MINUS_1_1 = 10.0 200.0
0 commit comments