-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
41 lines (41 loc) · 867 Bytes
/
config.json
File metadata and controls
41 lines (41 loc) · 867 Bytes
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
{
"solar_system": {
"mu": 39.47841760435743,
"bodies": [
"太阳",
"水星",
"金星",
"地球",
"火星",
"木星",
"土星",
"天王星",
"海王星"
]
},
"trajectory": {
"default_N": 50,
"default_rbound_factor": 0.5,
"max_iterations": 50,
"ftol": 1e-12
},
"visualization": {
"figure_size": [
14,
10
],
"dpi": 300,
"default_view": "3D"
},
"porkchop": {
"default_start_year": 2300,
"default_end_year": 2350,
"default_tof_min": 1,
"default_tof_max": 10,
"default_N": 30
},
"output": {
"directory": "Output",
"porkchop_directory": "Output/PorkChop"
}
}