forked from claurel/cosmographia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2011MD.json
41 lines (38 loc) · 962 Bytes
/
2011MD.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
{
"version": "1.0",
"name": "2011 MD",
"items" :
[
{
"name" : "2011 MD",
"label" : { "color" : "#ffbb88" },
"trajectoryPlot": {
"fade" : 0.5,
"duration" : "1y"
},
"startTime" : "2010-06-01",
"endTime" : "2013-01-01",
"center" : "Sun",
"trajectoryFrame" : "EclipticJ2000",
"trajectory" :
{
"type" : "InterpolatedStates",
"source" : "2011MD.xyzv"
},
"rotationModel" :
{
"type" : "Uniform",
"period" : "1h",
"inclination" : 25.57,
"ascendingNode" : 358.05,
"meridianAngle" : 284.95
},
"geometry" :
{
"type" : "Mesh",
"size" : 0.01,
"source" : "../data/models/25143itokawa.cmod"
}
}
]
}