-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathcloud_data.js
306 lines (303 loc) · 9.2 KB
/
cloud_data.js
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
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
module.exports = {
'Perseids': {
name: 'Perseid',
peak: 'mid-August',
date: '8/12',
map: 'perseids_north.jpg',
iau_number: 7,
// TODO comet struct
source_type: 'comet',
source_name: 'Swift-Tuttle',
spaceref_url: 'https://www.spacereference.org/comet/109p-swift-tuttle',
source_orbit: {
full_name: 'Comet 109P/Swift-Tuttle',
epoch: 2450000.5,
a: 26.0920694978266,
e: 0.963225755046038,
q: 0.959516155068868,
i: 113.453816997171,
om: 139.3811920815948, // long of ascending node, aka 'node' in sbdb
w: 152.9821676305871, // arg of peri, aka 'peri' in sbdb
ma: 7.631696167124212, // mean anomaly, aka 'M' in sbdb
p: 48681.19346262312, // period
//n: 0.007395052881692476, // mean motion
Q: 51.22462284058444, // aphelion
}
},
'Leonids': {
name: 'Leonids',
peak: 'mid-November',
date: '11/18',
map: 'leonids_north.jpg',
iau_number: 13,
source_type: 'comet',
source_name: 'Tempel-Tuttle',
spaceref_url: 'https://www.spacereference.org/comet/55p-tempel-tuttle',
source_orbit: {
full_name: 'Comet 55P/Tempel-Tuttle',
epoch: 2451040.5,
a: 10.3383382297577,
e: 0.905552720972412,
q: 0.976427915467506,
i: 162.486575379434,
om: 235.270989149082, // long of ascending node, aka 'node' in sbdb
w: 172.5002736828059, // arg of peri, aka 'peri' in sbdb
ma: 4.97833968468816, // mean anomaly, aka 'M' in sbdb
p: 12141.56115249823, // period
}
},
'Alpha Capricornids': {
name: 'Alpha Capricornids',
peak: 'late July',
date: '7/31',
iau_number: 1,
source_type: 'comet',
source_name: '169P/NEAT',
spaceref_url: 'https://www.spacereference.org/comet/169p-neat',
source_orbit: {
full_name: 'Comet 169P/NEAT',
epoch: 2454306.5,
a: 2.604263020070025,
e: 0.7669213009105551,
q: 0.6069982368046702,
i: 11.30426956301453,
om: 176.2198405695179, // long of ascending node, aka 'node' in sbdb
w: 217.9762263570652, // arg of peri, aka 'peri' in sbdb
ma: 158.4168571978383, // mean anomaly, aka 'M' in sbdb
p: 1535.061194216666, // period
}
},
'Lyrids': {
name: 'Lyrids',
peak: 'April',
date: '4/22',
map: 'lyrids_north.jpg',
iau_number: 6,
source_type: 'comet',
source_name: 'C/1861 G1 Thatcher',
spaceref_url: 'https://www.spacereference.org/comet/c-1861-g1-thatcher',
source_orbit: {
full_name: 'Comet C/1861 G1 Thatcher',
epoch: 2400920.5,
a: 55.6818869,
e: 0.983465,
q: 0.920700,
i: 79.7733,
om: 31.8674, // long of ascending node, aka 'node' in sbdb
w: 213.4496, // arg of peri, aka 'peri' in sbdb
ma: -0.0234598, // mean anomaly, aka 'M' in sbdb
p: 151578.75, // period
},
pictures: [
{
url: 'http://astrobob.areavoices.com/files/2012/04/Lyrids-2011-12_30April-232-1024x698.jpg',
caption: '',
},
]
},
'Orionids': {
name: 'Orionids',
peak: 'late October',
date: '10/21',
map: 'orionids_north.jpg',
iau_number: 8,
source_type: 'comet',
source_name: 'Halley',
spaceref_url: 'https://www.spacereference.org/comet/1p-halley',
source_orbit: {
full_name: 'Comet 1P/Halley',
epoch: 2449400.5,
a: 17.8341442925537,
e: 0.967142908462304,
q: 0.585978111516909,
i: 162.262690579161,
om: 58.42008097656843, // long of ascending node, aka 'node' in sbdb
w: 111.3324851045177, // arg of peri, aka 'peri' in sbdb
ma: 38.3842644764388, // mean anomaly, aka 'M' in sbdb
p: 27509.1290731861, // period
}
},
'Eta Aquariids': {
name: 'Eta Aquariids',
peak: 'early May',
date: '5/5',
map: 'eta_aquarids_north.jpg',
iau_number: 31,
source_type: 'comet',
source_name: 'Halley',
spaceref_url: 'https://www.spacereference.org/comet/1p-halley',
source_orbit: {
full_name: 'Comet 1P/Halley',
epoch: 2449400.5,
a: 17.8341442925537,
e: 0.967142908462304,
q: 0.585978111516909,
i: 162.262690579161,
om: 58.42008097656843, // long of ascending node, aka 'node' in sbdb
w: 111.3324851045177, // arg of peri, aka 'peri' in sbdb
ma: 38.3842644764388, // mean anomaly, aka 'M' in sbdb
p: 27509.1290731861, // period
}
},
'Quadrantids': {
name: 'Quadrantids',
peak: 'early January',
date: '1/3',
iau_number: 10,
map: 'quadrantids_north.jpg',
// TODO comet struct
source_type: 'asteroid',
source_name: '2003 EH1',
spaceref_url: 'https://www.spacereference.org/asteroid/196256-2003-eh1',
source_orbit: {
full_name: 'Asteroid 2003 EH1',
epoch: 2457000.5,
a: 3.122076326984469,
e: 0.6190846552236009,
q: 1.189246780511523,
i: 70.87628080581905,
om: 282.9631889304927, // long of ascending node, aka 'node' in sbdb
w: 171.352056383936, // arg of peri, aka 'peri' in sbdb
ma: 48.43591036347674, // mean anomaly, aka 'M' in sbdb
p: 2014.947343719152, // period in days
Q: 5.054905873457415, // aphelion
}
},
'Southern Delta Aquariids': {
name: 'Southern Delta Aquariids',
peak: 'late July',
date: '7/28',
map: 'delta_aquarids_south.jpg',
iau_number: 5,
source_type: 'comet',
source_name: 'P/2008 Y12',
spaceref_url: 'https://www.spacereference.org/comet/p-2008-y12-soho',
source_orbit: {
full_name: 'Comet P/2008 Y12 (SOHO)',
epoch: 2455476.5,
a: 3.078224129104039,
e: 0.9787495374822994,
q: 0.06541368647660686,
i: 23.34562318136519,
om: 312.5525907382889, // long of ascending node, aka 'node' in sbdb
w: 146.614161143522, // arg of peri, aka 'peri' in sbdb
ma: 119.2654854953976, // mean anomaly, aka 'M' in sbdb
p: 1972.644309786168, // period, in days
}
},
'Southern Taurids': {
name: 'Southern Taurids',
peak: 'October',
date: '10/10',
iau_number: 2,
source_type: 'comet',
source_name: 'Encke',
spaceref_url: 'https://www.spacereference.org/comet/2p-encke',
source_orbit: {
full_name: 'Comet 2P/Encke',
epoch: 2457260.5,
a: 2.215132168119717,
e: 0.8483353543281217,
q: 0.3359572353942565,
i: 11.78145516019895,
om: 334.5681964371267, // long of ascending node, aka 'node' in sbdb
w: 186.5460141528601, // arg of peri, aka 'peri' in sbdb
ma: 191.9830650931392, // mean anomaly, aka 'M' in sbdb
p: 1204.197975688157, // period, in days
}
},
'Northern Taurids': {
name: 'Northern Taurids',
peak: 'November',
date: '11/12',
iau_number: 17,
source_type: 'comet',
source_name: 'Encke',
spaceref_url: 'https://www.spacereference.org/comet/2p-encke',
source_orbit: {
full_name: 'Comet 2P/Encke',
epoch: 2457260.5,
a: 2.215132168119717,
e: 0.8483353543281217,
q: 0.3359572353942565,
i: 11.78145516019895,
om: 334.5681964371267, // long of ascending node, aka 'node' in sbdb
w: 186.5460141528601, // arg of peri, aka 'peri' in sbdb
ma: 191.9830650931392, // mean anomaly, aka 'M' in sbdb
p: 1204.197975688157, // period, in days
}
},
'Geminids': {
// TODO: fewer particles
name: 'Geminids',
peak: 'mid-December',
date: '12/14',
map: 'geminids_north.jpg',
iau_number: 4,
source_type: 'asteroid',
source_name: 'Phaethon',
spaceref_url: 'https://www.spacereference.org/asteroid/3200-phaethon-1983-tb',
source_orbit: {
full_name: 'Asteroid 3200 Phaethon',
epoch: 2457000.5,
a: 1.271171408008421,
e: 0.8898360011148798,
q: 0.1400373255746363,
i: 22.23995071185812,
// long of ascending node, aka 'node' in sbdb
om: 265.2652193975989,
// arg of peri, aka 'peri' in sbdb
w: 322.143726872288,
// mean anomaly, aka 'M' in sbdb
ma: 293.7610538532383,
// period, in days
p: 523.4854325174181,
}
},
'Ursids': {
name: 'Ursids',
peak: 'mid-December',
date: '12/21',
map: 'ursids_north.jpg',
iau_number: 15,
source_type: 'comet',
source_name: 'Tuttle',
spaceref_url: 'https://www.spacereference.org/comet/8p-tuttle',
source_orbit: {
full_name: 'Comet 8P/Tuttle',
epoch: 2454374.5,
a: 5.6998620708785754374048,
e: 0.8197997470243816309221,
q: 1.0271165870984511059305,
i: 54.983184844602092766763,
// long of ascending node, aka 'node' in sbdb
om: 270.3416520050764,
// arg of peri, aka 'peri' in sbdb
w: 207.5092459727414,
// mean anomaly, aka 'M' in sbdb
ma: 351.4516245290291,
// period, in days
p: 4970.441269280825,
}
},
'Kappa Cygnids': {
hideInMenu: true,
highlight_ecliptic: true,
show_particle_orbits: true,
// iau_number: 338, // Not full
name: 'Kappa Cygnids',
peak: 'mid August',
date: '8/21',
orbit_data_path: '/js/data/kcg.json',
},
'Omicron Eridanids': {
hideInMenu: true,
highlight_ecliptic: true,
show_particle_orbits: true,
// iau_number: 338, // Not full
name: 'Omicron Eridanids',
peak: 'mid November',
date: '11/22',
orbit_data_path: '/js/data/oer.json',
},
};