-
Notifications
You must be signed in to change notification settings - Fork 0
/
stela_step.json
59 lines (59 loc) · 1 KB
/
stela_step.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
{
"sections": [{
"name": "semiMajorAxis",
"start": 7200.0,
"end": 7200.0,
"step": 50.0,
"unit": "km",
"type": "float"
}, {
"name": "Mass",
"start": 1.0,
"end": 2.0,
"step": 0.5,
"unit": "kg",
"type": "float"
}, {
"name": "Length",
"start": "(0.1,0.1,0.1)",
"end": "(0.6,0.6,0.6)",
"step": "(0.1,0.1,0.1)",
"unit": "m",
"type": "tuple"
}, {
"name": "inclination",
"start": 100.0,
"end": 100.0,
"step": 1,
"unit": "deg",
"type": "float"
}, {
"name": "eccentricity",
"start": 0.001,
"end": 0.002,
"step": 0.001,
"unit": "",
"type": "float"
}, {
"name": "argOfPerigee",
"start": 0,
"end": 5,
"step": 360,
"unit": "deg",
"type": "float"
}, {
"name": "meanAnomaly",
"start": 0,
"end": 5,
"step": 360,
"unit": "deg",
"type": "float"
}, {
"name":"rAAN",
"start": 0,
"end": 5,
"step": 360,
"unit": "deg",
"type": "float"
}]
}