-
Notifications
You must be signed in to change notification settings - Fork 0
/
params.yml
75 lines (69 loc) · 2.15 KB
/
params.yml
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
act_like:
bands: ['95','150']
use_deep: True
use_wide: True
nnu: 2 # number of frequencies
nspectot: 10 # nspecf*nspec+2 TE for 90x150 and 150x90
nspecf : 3 # 95, 95x150, 150
nspectt : 3 # TT
nspecte : 4 # TE
nspecee : 3 # EE
nbintt: 52 # max nbins in ACT TT data
nbinte: 52 # max nbins in ACT TE data
nbinee: 52 # max nbins in ACT EE data
nbint : 520 # total bins
lmax_win: 7925 # ell max of the full window functions
bmax0 : 52 # number of bins in full window function
b0: 5
b1: 0
b2: 0
bpass_mode: 'eff_freq_coadd'
fixed:
ftsz_95_15mJy : 98.38
ftsz_150_15mJy : 150.14
fdust_95_15mJy : 98.77
fdust_150_15mJy : 151.16
fsyn_95_15mJy : 95.76
fsyn_150_15mJy : 147.24
ftsz_95_100mJy : 98.38
ftsz_150_100mJy : 149.94
fdust_95_100mJy : 98.77
fdust_150_100mJy : 150.93
fsyn_95_100mJy : 95.76
fsyn_150_100mJy : 147.14
beta_galdust : 3.8
beta_radio : -0.5
beta_galsyn : -1.
high_ell0 : 3000
low_ell0 : 500
nu0 : 150
nu0_radio_ghz : 150
Tdust_CIB : 9.7
nu0_CIB_ghz : 150.
cibc_n : -1.2
galdust_t_n : -0.7
galdust_p_n : -0.4
galsync_p_n : -0.7
bpass_modes:
color_corr:
mode: 'color_corr'
ccor_exp: -1
pa1_bpass_file: 'data/bpass/PA1_avg_passband_wErr_trunc.txt'
pa2_bpass_file: 'data/bpass/PA2_avg_passband_wErr_trunc.txt'
pa3_150_bpass_file: 'data/bpass/PA3_avg_passband_150_wErr_trunc.txt'
pa3_90_bpass_file: 'data/bpass/PA3_avg_passband_90_wErr_trunc.txt'
color_corr_BL:
mode: 'color_corr'
ccor_exp: -1
pa1_bpass_file: 'data/bpass/PA1_avg_passband_wErr_trunc.txt'
pa2_bpass_file: 'data/bpass/PA2_avg_passband_wErr_trunc.txt'
pa3_150_bpass_file: 'data/bpass/PA3_avg_passband_150_wErr_trunc.txt'
pa3_90_bpass_file: 'data/bpass/PA3_avg_passband_90_wErr_trunc.txt'
eff_freq_coadd:
mode: 'eff_freq'
file_100mJy: 'data/effreqs/PA123_efffreq_noBL_100mJy_20200222.txt'
file_15mJy: 'data/effreqs/PA123_efffreq_noBL_15mJy_20200222.txt'
eff_freq_coadd_BL:
mode: 'eff_freq'
file_100mJy: 'data/effreqs/PA123_efffreq_BL_100mJy_20200222.txt'
file_15mJy: 'data/effreqs/PA123_efffreq_BL_15mJy_20200222.txt'