-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsatellite_instances_a.json
More file actions
53 lines (53 loc) · 1.18 KB
/
satellite_instances_a.json
File metadata and controls
53 lines (53 loc) · 1.18 KB
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
{
"format": "synthetic_satellite_instances_v1",
"numSat": 2,
"Hsat_km": 500,
"azimuth_range_deg": [
0.0,
360.0
],
"elevation_range_deg": [
10.0,
80.0
],
"satellites": [
{
"epoch_tt": 2460676.500800741,
"radius_km": 6864.5104691662345,
"omega_rad_s": 0.0011100806444818727,
"r_hat0": [
-0.22993169347235076,
0.5934993110125641,
0.7712911150561432
],
"t_hat0": [
0.8515360820575522,
-0.26101816284497414,
0.4547041011681205
],
"name": "SAT-1",
"azimuth_deg": 153.11579331424338,
"elevation_deg": 56.16846978958547,
"heading_deg": 314.29267502765674
},
{
"epoch_tt": 2460676.500800741,
"radius_km": 6864.5104691662345,
"omega_rad_s": 0.0011100806444818727,
"r_hat0": [
-0.04266918240543202,
0.5863194771909904,
0.8089553829101676
],
"t_hat0": [
0.6122161020858851,
-0.6245220460045308,
0.4849367571148635
],
"name": "SAT-2",
"azimuth_deg": 282.9592300378363,
"elevation_deg": 21.15121725453151,
"heading_deg": 338.0669069633726
}
]
}