-
Notifications
You must be signed in to change notification settings - Fork 1
/
settings.json
131 lines (115 loc) · 3.88 KB
/
settings.json
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"models":{
"nugent-hyper":{
"name":"nugent-hyper",
"alias":"SN",
"prior":{
"t0_path":"/panfs/roc/groups/7/cough052/barna314/nmma_fitter/priors/ZTF_sn_t0.prior",
"path":"/panfs/roc/groups/7/cough052/barna314/nmma_fitter/priors/ZTF_sn.prior"
},
"job":{
"path":"/panfs/roc/groups/7/cough052/barna314/nmma_fitter/SNjob.txt",
"partition":"amdsmall",
"time":"07:59:59",
"nodes":1,
"ntasks":1,
"cpus-per-task":2,
"mem":"8gb",
"nlive":512
},
"tmin":0.00,
"tmax":7.00,
"dt":0.10
},
"TrPi2018":{
"name":"TrPi2018",
"alias":"GRB",
"prior":{
"t0_path":"/panfs/roc/groups/7/cough052/barna314/nmma_fitter/priors/ZTF_grb_t0.prior",
"path":"/panfs/roc/groups/7/cough052/barna314/nmma_fitter/priors/ZTF_grb.prior"
},
"job":{
"path":"/panfs/roc/groups/7/cough052/barna314/nmma_fitter/GRBjob.txt",
"partition":"amdsmall",
"time":"07:59:59",
"nodes":1,
"ntasks":1,
"cpus-per-task":4,
"mem":"8gb",
"nlive":128
},
"tmin":0.01,
"tmax":7.01,
"dt":0.35
},
"Piro2021":{
"name":"Piro2021",
"alias":"SC",
"prior":{
"t0_path":"/panfs/roc/groups/7/cough052/barna314/nmma_fitter/priors/ZTF_sc_t0.prior",
"path":"/panfs/roc/groups/7/cough052/barna314/nmma_fitter/priors/ZTF_sc.prior"
},
"job":{
"path":"/panfs/roc/groups/7/cough052/barna314/nmma_fitter/SCjob.txt",
"partition":"amdsmall",
"time":"07:59:59",
"nodes":1,
"ntasks":1,
"cpus-per-task":4,
"mem":"8gb",
"nlive":512
},
"tmin":0.00,
"tmax":7.00,
"dt":0.10
},
"Bu2019lm":{
"name":"Bu2019lm",
"alias":"KN",
"prior":{
"t0_path":"/panfs/roc/groups/7/cough052/barna314/nmma_fitter/priors/ZTF_kn_t0.prior",
"path":"/panfs/roc/groups/7/cough052/barna314/nmma_fitter/priors/ZTF_kn.prior"
},
"job":{
"path":"/panfs/roc/groups/7/cough052/barna314/nmma_fitter/KNjob.txt",
"partition":"amd512",
"time":"07:59:59",
"nodes":1,
"ntasks":1,
"cpus-per-task":2,
"mem":"8gb",
"nlive":512
},
"tmin":0.00,
"tmax":7.00,
"dt":0.10
}
},
"settings":{
"env":{
"path":"/home/cough052/barna314/anaconda3/bin/activate",
"name":"nmma"
},
"repo_directory":"/panfs/roc/groups/7/cough052/barna314/nmma_fitter/",
"candidate_directory": "/panfs/roc/groups/7/cough052/shared/ztfrest/candidates/partnership",
"fit_directory":"/panfs/roc/groups/7/cough052/shared/ztfrest/candidate_fits",
"svd_path":"/home/cough052/shared/NMMA/svdmodels",
"t0":1,
"trigger_time_heuristic":false,
"detection-limit":{
"r":21.5,
"g":21.5,
"i":21.5
},
"fit_trigger_time":true,
"error_budget":1.0,
"svd_mag_ncoeff": 10,
"svd_lbol_ncoeff": 10,
"Ebv_max": 0.5724,
"grb_resolution": 7,
"jet_type": 0,
"joint_light_curve":false,
"sampler":"pymultinest",
"seed": 42
}
}