-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdata.cfg
87 lines (77 loc) · 2.1 KB
/
data.cfg
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
# input data structure on disk for wazp
input_data_structure:
DC2_test:
galcat_hpx_mosaic: True
footprint_hpx_mosaic: True # if False read survey_footprint
Nside: 64
nest: True
galcat:
DC2_test:
mosaic:
dir: "./input_data/galcat"
keys:
key_id: 'COADD_OBJECTS_ID'
key_ra: 'RA'
key_dec: 'DEC'
key_mag:
filter_i: 'MAG_I'
filter_z: 'MAG_Z'
key_zp: 'Z_BEST'
footprint:
DC2_test:
mosaic:
dir: "./input_data/footprint"
survey_footprint: None
Nside: 4096
nest: False
key_pixel: 'pixel'
key_frac: 'signal' # can be None
magstar_file:
DES:
filter_i: './aux_data/mstar_i_DES.asc'
filter_z: './aux_data/mstar_z_DES.asc'
DC2:
filter_r: './aux_data/lsst_r_star_zf5.asc'
filter_i: './aux_data/lsst_i_star_zf5.asc'
filter_z: './aux_data/lsst_z_star_zf5.asc'
filter_y: './aux_data/lsst_y_star_zf5.asc'
DC2_test:
filter_r: './aux_data/lsst_r_star_zf5.asc'
filter_i: './aux_data/lsst_i_star_zf5.asc'
filter_z: './aux_data/lsst_z_star_zf5.asc'
filter_y: './aux_data/lsst_y_star_zf5.asc'
# PHOTO Zs
zp_metrics:
DES:
filter_i:
sig_dz0: [0.04, 0.0, 0.0, 0.0]
zpsat: 0.9
zpmin: 0.05
zpmax: 0.9
filter_z:
sig_dz0: [0.04, 0.0, 0.0, 0.0]
zpsat: 1.2
zpmin: 0.05
zpmax: 1.2
DC2:
filter_i:
sig_dz0: [0.03, 0.0, 0.0, 0.0]
zpsat: 0.9
zpmin: 0.05
zpmax: 0.9
filter_z:
sig_dz0: [0.03, 0.0, 0.0, 0.0]
zpsat: 1.5
zpmin: 0.05
zpmax: 1.5
DC2_test:
filter_i:
sig_dz0: [0.03, 0.0, 0.0, 0.0]
zpsat: 0.9
zpmin: 0.05
zpmax: 0.9
filter_z:
sig_dz0: [0.03, 0.0, 0.0, 0.0]
zpsat: 1.5
zpmin: 0.05
zpmax: 1.5