-
Notifications
You must be signed in to change notification settings - Fork 0
/
lyaxlya_cf.ini
75 lines (59 loc) · 1.38 KB
/
lyaxlya_cf.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
[tracer1]
# Tracer setup
input-dir = path_to_delta_dir
tracer-type = continuous
absorption-line = LYA
# Tracer pre-processing, only for continuous tracers
project-deltas = True
projection-order = 1
use-old-projection = True
rebin = 1
# Redshift evolution for weights
redshift-evolution = 2.9
reference-redshift = 2.25
# since there is no tracer 2 section, we will measure the auto-correlation
[settings]
# Number of processes when using python multiprocessing
num-cpu = 1
# Healpix NSide, default is 16
nside = 16
# Redshift bin
z_min = 0
z_max = 10
# Coordinate grid setup
rp_min = 0
rp_max = 200
rt_max = 200
num_bins_rp = 50
num_bins_rt = 50
# Distortion matrix setup
num_bins_rp_model = 50
num_bins_rt_model = 50
rejection_fraction = 0.99
get-old-distortion = True
[cosmology]
# Whether to use the old, less accurate, picca cosmology module
use-picca-cosmo = False
# Background cosmology setup
Omega_m = 0.315
Omega_r = 7.963219132297603e-05
# Hubble constant setup, do not change this
# unless you know what you are doing
hubble-constant = 67.36
use-h-units = True
# Default in flat LCDM cosmology
Omega_k = 0
w0 = -1
[compute]
compute-correlation = True
compute-distortion-matrix = False
compute-metal-matrices = False
[output]
# Give the run a name
name = lyaxlya
# Output path
output-dir = path_to_output_dir
[export]
export-correlation = True
export-distortion = True
smooth-covariance = True