-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbackward-tau-decays.json
37 lines (32 loc) · 1 KB
/
backward-tau-decays.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
{
"events" : 100,
"requested" : -1,
"output-file" : null,
"mode" : "backward",
"longitudinal" : false,
"decay" : true,
"earth-model" : {
"geodesic" : "WGS84",
"topography" : [ "share/topography", 25 ],
"sea" : false },
"particle-sampler" : {
"latitude" : 42.928056,
"longitude" : 86.741667,
"altitude" : 2700.0,
"azimuth" : [ -180.0, 180.0 ],
"elevation" : 1.0,
"energy" : 1E+09,
"weight" : { "tau" : 1.0 }
},
"primary-flux" : {
"nu_tau" : [ "power-law", {
"energy" : [ 1E+06, 1E+12 ],
"exponent" : -2.0,
"weight" : 1.0
} ]
},
"stepping" : {
"append" : false,
"path" : "steps.json",
"verbosity" : 0 },
}