-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
64 lines (54 loc) · 1.92 KB
/
config.yaml
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
#Config file to run the pipeline
#The yaml file contains most of the parameters needed to run the pipeline
simulation:
path_simulation: /n17data/sguerrini/GowerStreetSims/
path_info: /n17data/sguerrini/GowerStreetSims/PKDGRAV3_on_DiRAC_DES_330 - Sheet1.csv
path_output: /n17data/sguerrini/GowerStreetSims/test_storage/
sim_number: 1 #The index of the simulation to run (all to run with all simulations)
sim_name: GowerStreet #Only GowerStreet is currently supported
preprocessing: #Hyperparameter for the preprocessing step
nside: 512
ray_tracing: #Hyperparameters for the ray-tracing
method: glass #Currently supports glass and bornraytrace
save_ray_tracing: F
intrinsic_alignment:
add_ia: T
prior_A_ia: [-3., 3.]
prior_eta_ia: [-5., 5.]
redshift_distribution:
weight_w_redshift: T
nbins: 1
path_dndz: /n17data/mkilbing/astro/data/CFIS/v1.0/nz/dndz_SP_A.txt
save: T
save_cl: T
#m_bias: /home/guerrini/UNIONS_forward_model/data_utils/m_bias_prior.txt
#delta_z: /home/guerrini/UNIONS_forward_model/data_utils/delta_z_prior.txt
bias_sc: 1.0
shape_noise:
add_shape_noise: T
path_gal: /n17data/mkilbing/astro/data/CFIS/v1.0/SP_LFmask/unions_shapepipe_2022_v1.3_mtheli8k.fits
ra_col: RA
dec_col: Dec
e1_col: e1
e2_col: e2
w_col: w
save: T
psf_systematic:
add_systematic: T
path_psf: /n17data/mkilbing/astro/data/CFIS/v1.0/SP_LFmask/unions_shapepipe_star_2022_v1.3_mtheli8k.fits
path_prior_params: /home/guerrini/UNIONS_forward_model/data_utils/prior_psf_sys_SP_v1.3_LFmask_8k.npy
ra_col: RA
dec_col: DEC
e1_psf_col: E1_PSF_HSM
e2_psf_col: E2_PSF_HSM
size_psf_col: T_PSF_HSM
e1_star_col: E1_STAR_HSM
e2_star_col: E2_STAR_HSM
size_star_col: T_STAR_HSM
square_size: False
hdu: 1
n_noise_real: 1
rot_ra: [0] #Rotation in RA of the footprint (list included in [0, 1, 2, 3, 4])
rot_dec: [0] #Rotation in DEC of the footprint (list included in [0, 1, 2, 3, 4])
verbose: T
validation_plot: T