This repository has been archived by the owner on Mar 15, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparams_counts.ini
95 lines (74 loc) · 2.62 KB
/
params_counts.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
#Parameters for CAMB sources, e.g. galaxy counts
#Set main cosmological parameters in standard params.ini
DEFAULT(params.ini)
#Default CAMB sources parameters
DEFAULT(sources_defaults.ini)
#output_root is prefixed to output file names
output_root = test_marg_3
accuracy_boost = 1
Kmax_Boost=1
get_scalar_cls = T
get_transfer = F
get_vector_cls = F
get_tensor_cls = F
want_CMB = T
want_CMB_lensing = F
feedback_level=2
l_max_scalar = 800
#k_eta_max_scalar = 12000
do_lensing = F
# 0: linear, 1: non-linear matter power (HALOFIT), 2: non-linear sources (HALOFIT),
# 3: both non-linear matter power and sources (HALOFIT)
do_nonlinear = 0
limber_windows = F
#can set this to change the lensing limber l_min, which is also minium l_lmin for counts
limber_phiphi = 100
#### number counts ####
#whether spectra include lensing effect
DoRedshiftLensing = T
counts_density = F
counts_redshift = F
counts_radial = F
counts_timedelay = F
counts_ISW =F
counts_velocity =F
counts_potential = F
#counts_evolve =T allows for non-constant comoving source density
#uses function counts_background_z in modules_redshift space;
#if T by default assumes window includes all sources; if F then assumes constant comoving source density
counts_evolve = F
### window functions ###
#Redshift of the window for C_l
#Default assumes a Gaussin; write your own distribution function in modules.f90
#Number of z-windows to use for sources. assumed Gaussian - edit Window_f_a in modules.f90.
num_redshiftwindows = 2
redshift(1) = 3
redshift_kind(1) = counts
#type of observational window function: gaussian or top hat
redshift_wintype(1) = gaussian
redshift_bias(1) = 1.5
redshift_sigma(1) = 0.16
#for a magnitude limited survey; often called s or p, assumed constant
redshift_dlog10Ndm(1) = 0.4
#for a survey in a wide range of redshifts one needs to include the probability distribution function of sources
#choose a type of source probability distribution: constant , antlew for a quasar distribution (Lewis&Challinor 11)
#skagal for galaxy distribution fit (Yahya et al 14)
#euclid for photomotric euclid galaxy survey
#im for HI intensity mapping
redshift_dNdz(1) = im
#if the choise is skagal then dNdz \propto 10^c1 * z^c2 *exp(-c3*z). Include the values of c's (Yahya et al 14).
#c1 is not required due to normalization
redshift_yc2(1) = 0
redshift_yc3(1) = 0
#redshift(2) = 1
#redshift_kind(2) = counts
#redshift_bias(2) = 2
#redshift_sigma(2) = 0.3
#redshift_dlog10Ndm(2) = 0
redshift(2) = 3
redshift_sigma(2) = 0.16
redshift_kind(2) = counts
redshift_wintype(2) = gaussian
redshift_bias(2) = 1.077
redshift_dlog10Ndm(2) = 0.152
redshift_dNdz(2) = euclid