-
Notifications
You must be signed in to change notification settings - Fork 0
/
C1995 O1 Hale-Bopp.json
195 lines (195 loc) · 5.9 KB
/
C1995 O1 Hale-Bopp.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
{
"version": "1.0",
"author" : "Holger Isenberg areo.info",
"date" : "2022-04-17",
"description" : "Visual Simulation matching photographic observations in scale and appearance of dust, ion and sodium tail and coma around April 1997.",
"items" :
[
{
"name" : "C/1995 O1 Hale-Bopp",
"class" : "comet",
"label" : { "color" : "#ffff00", "fadeSize": 0, "showText": "true" },
"trajectoryPlot": { "duration": "2d", "color": "#ffff00", "fade": 0.3, "lineWidth": 5, "opacity": 1.0, "visible": "false" },
"mass": "1000000000000000 kg",
"center": "Sun",
"trajectoryFrame": "EclipticJ2000",
"trajectory": {
"type": "Keplerian",
"epoch": 2454724.5,
"period": "2456.412381433171 y",
"semiMajorAxis": "182.0519703474959 au",
"eccentricity": 0.9952553755606356,
"inclination": 89.43353213218714,
"ascendingNode": 282.4725761982209,
"argumentOfPeriapsis": 130.572277642058,
"meanAnomaly": 1.67964178642615
},
"bodyFrame": "EclipticJ2000",
"geometry" :
{
"type" : "Globe",
"radii" : [ 400000.0, 400000.0, 400000.0 ]
}
},
{
"name" : "C/1995 O1 Hale-Bopp dust tail",
"center" : "C/1995 O1 Hale-Bopp",
"bodyFrame": {
"type": "TwoVector",
"primaryAxis": "-y",
"primary": {
"type": "RelativePosition",
"observer": "C/1995 O1 Hale-Bopp",
"target": "Sun"
},
"secondaryAxis": "z",
"secondary": {
"type": "RelativeVelocity",
"observer": "C/1995 O1 Hale-Bopp",
"target": "Sun"
}
},
"geometry" :
{
"type" : "ParticleSystem",
"emitters" :
[
{
"texture" : "gaussian.jpg",
"generator" :
{
"type" : "Box",
"center" : [ 0, 0, 0 ],
"sides" : [ 700000, 700000, 700000 ],
"velocity" : [ 0, 1000, 0 ]
},
"force" : [ 0, 0, 0.2 ],
"velocityVariation" : 350,
"spawnRate" : 20,
"lifetime" : 10000,
"trace" : 0,
"startSize" : 10000,
"endSize" : 60000,
"emissive" : true,
"phaseAsymmetry" : 0,
"colors" : [
"#ffffff", 0.2,
"#ffffff", 0.1,
"#ffffff", 0.0
],
"startTime": "1996-04-01T00:00:00 UTC",
"endTime": "1998-04-01T00:00:00 UTC"
}
]
}
},
{
"name" : "C/1995 O1 Hale-Bopp ion tail",
"startTime": "1996-04-01T00:00:00 UTC",
"endTime": "1998-04-01T00:00:00 UTC",
"center" : "C/1995 O1 Hale-Bopp",
"bodyFrame": {
"type": "TwoVector",
"primaryAxis": "-y",
"primary": {
"type": "RelativePosition",
"observer": "C/1995 O1 Hale-Bopp",
"target": "Sun"
},
"secondaryAxis": "z",
"secondary": {
"type": "RelativeVelocity",
"observer": "C/1995 O1 Hale-Bopp",
"target": "Sun"
}
},
"geometry" :
{
"type" : "ParticleSystem",
"emitters" :
[
{
"texture" : "gaussian.jpg",
"generator" :
{
"type" : "Box",
"center" : [ 0, 0, 0 ],
"sides" : [ 700000, 700000, 700000 ],
"velocity" : [ 0, 8000, 0 ]
},
"force" : [ 0, 0, 0.25 ],
"velocityVariation" : 400,
"spawnRate" : 20,
"lifetime" : 8000,
"trace" : 0,
"startSize" : 2000,
"endSize" : 20000,
"emissive" : true,
"phaseAsymmetry" : 0,
"colors" : [
"#1010ff", 0.8,
"#1010ff", 0.3,
"#0f0fff", 0.0
],
"startTime": "1996-04-01T00:00:00 UTC",
"endTime": "1998-04-01T00:00:00 UTC"
}
]
}
},
{
"name" : "C/1995 O1 Hale-Bopp sodium tail",
"startTime": "1996-04-01T00:00:00 UTC",
"endTime": "1998-04-01T00:00:00 UTC",
"center" : "C/1995 O1 Hale-Bopp",
"bodyFrame": {
"type": "TwoVector",
"primaryAxis": "-y",
"primary": {
"type": "RelativePosition",
"observer": "C/1995 O1 Hale-Bopp",
"target": "Sun"
},
"secondaryAxis": "z",
"secondary": {
"type": "RelativeVelocity",
"observer": "C/1995 O1 Hale-Bopp",
"target": "Sun"
}
},
"geometry" :
{
"type" : "ParticleSystem",
"emitters" :
[
{
"texture" : "gaussian.jpg",
"generator" :
{
"type" : "Box",
"center" : [ 0, 0, 0 ],
"sides" : [ 100000, 100000, 100000 ],
"velocity" : [ 0, 20000, 0 ]
},
"force" : [ 0, 0, 0.2 ],
"velocityVariation" : 150,
"spawnRate" : 20,
"lifetime" : 3000,
"trace" : 0,
"startSize" : 2000,
"endSize" : 20000,
"emissive" : true,
"phaseAsymmetry" : 0,
"colors" : [
"#604000", 0.2,
"#604000", 0.1,
"#604000", 0.0
],
"startTime": "1996-04-01T00:00:00 UTC",
"endTime": "1998-04-01T00:00:00 UTC"
}
]
}
}
]
}