File: ssystem.ini

package info (click to toggle)
stellarium 0.8.1-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 30,792 kB
  • ctags: 5,658
  • sloc: ansic: 314,998; cpp: 24,850; sh: 3,803; makefile: 632; yacc: 288; sed: 16
file content (546 lines) | stat: -rw-r--r-- 10,271 bytes parent folder | download
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
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
[sun]
name = Sun
parent = none
radius = 696000.
halo = false
color = 1.,1.,0.8
tex_map = sun.png
tex_halo = NULL
tex_big_halo = halo.png
big_halo_size = 200
coord_func = sun_special
lighting = false
albedo = -1.
rot_periode = 654.61
rot_obliquity = 7.25
rot_equator_ascending_node = 196.13

[mercury]
name = Mercury
parent = Sun
radius = 2439.7
halo = true
color = 0.9,0.8,0.8
tex_map = mercury.png
tex_halo = star16x16.png
coord_func = mercury_special
lighting = true
albedo = 0.06
rot_periode = 1407.509405
rot_rotation_offset = 291.20
rot_obliquity = 7.01
#rot_equator_ascending_node = 48.42
sidereal_period = 87.97

[venus]
name = Venus
parent = Sun
radius = 6051.8
halo = true
color = 1.,1.,0.8
tex_map = venus.png
tex_halo = star16x16.png
coord_func = venus_special
lighting = true
albedo = 0.77
rot_periode = 5832.479839
rot_rotation_offset = 137.45
rot_obliquity = 178.78
#rot_equator_ascending_node = 300.22
sidereal_period = 224.70

[earth]
name = Earth
parent = Sun
radius = 6378.14
oblateness = 0.00335364
halo = true
color = 0.7,0.8,1.2
tex_map = earthmap.png
tex_halo = star16x16.png
coord_func = earth_special
lighting = true
albedo = 0.3
rot_periode = 23.9344694
rot_rotation_offset = 280.5
#rot_obliquity = -23.438855
rot_obliquity = -23.4392803055555555556
rot_epoch = 2451545.0
rot_precession_rate = 1.39639 #degrees/j.century (annual rate 50.27 arcseconds)
sidereal_period = 365.25

[moon]
name = Moon
parent = Earth
radius = 1737.4
halo = true
color = 1.,1.,1.
tex_map = lune.png
tex_halo = star16x16.png
coord_func = lunar_special
lighting = true
albedo = 0.12
rot_periode = 655.7198811
rot_rotation_offset = 38
rot_obliquity = 23.45
rot_equator_ascending_node = 0

[mars]
name = Mars
parent = Sun
radius = 3397
oblateness = 0.0064763
halo = true
color = 1.2,0.7,0.7
tex_map = mars.png
tex_halo = star16x16.png
coord_func = mars_special
lighting = true
albedo = 0.150
rot_periode = 24.622962
rot_rotation_offset = 136.005
rot_obliquity = 26.72
rot_equator_ascending_node = 82.91
sidereal_period = 686.98

[phobos]
name = Phobos
parent = Mars
radius = 11.1
halo = true 
color = 1.,1.,1. 
tex_map = phobos.png
tex_halo = star16x16.png
lighting = true 
albedo = 0.06
rot_periode = 7.653843687
rot_rotation_offset = 318.9 
rot_obliquity = 0.6 
#rot_equator_ascending_node = 186.6 
coord_func = phobos_special

[deimos] 
name = Deimos 
parent = Mars
radius = 6.2
halo = true 
color = 1.,1.,1. 
tex_map = deimos.png
tex_halo = star16x16.png
lighting = true 
albedo = 0.21
rot_periode = 30.29857807 
rot_rotation_offset = 318.9 
rot_obliquity = 0.6 
#rot_equator_ascending_node = 186.6 
coord_func = deimos_special

[jupiter]
name = Jupiter
parent = Sun
radius = 71492
oblateness = 0.064874
halo = true
color = 0.8,0.9,1.0
tex_map = jupiter.png
tex_halo = star16x16.png
coord_func = jupiter_special
lighting = true
albedo = 0.51
rot_periode = 9.927953
rot_rotation_offset = 250 #just some value good for GRS #old:151
rot_obliquity = 2.222461
rot_equator_ascending_node = -22.203
sidereal_period = 4331.87

[io]
name = Io
parent = Jupiter
radius = 1821.3
halo = true
color = 1.,.8,.7
tex_map = io.png
tex_halo = star16x16.png
lighting = true
albedo = 0.61
rot_periode = 42.45930719
rot_rotation_offset = 220.8
rot_obliquity = 0.0
coord_func = io_special

[europa]
name = Europa
parent = Jupiter
radius = 1565.
halo = true
color = 1.,1.,1.
tex_map = europa.png
tex_halo = star16x16.png
lighting = true
albedo = 0.64
rot_obliquity = 0.0
rot_periode = 85.22834590
rot_rotation_offset = 56.2
coord_func = europa_special

[ganymede]
name = Ganymede
parent = Jupiter
radius = 2634.
halo = true
color = 1.,1.,1.
tex_map = ganymede.png
tex_halo = star16x16.png
lighting = true
albedo = 0.42
rot_periode = 171.7092749
rot_rotation_offset = 262.1
rot_obliquity = 0.1
#rot_equator_ascending_node = 161.6
coord_func = ganymede_special

[callisto]
name = Callisto
parent = Jupiter
radius = 2403.
halo = true
color = 1.,1.,1.
tex_map = callisto.png
tex_halo = star16x16.png
lighting = true
albedo = 0.20
rot_periode = 400.5364314
rot_rotation_offset = 120.1
rot_obliquity = 0.4
#rot_equator_ascending_node = 160.6
coord_func = calisto_special

[saturn]
name = Saturn
parent = Sun
radius = 60268
oblateness = 0.097962
halo = true
color = 1.,1.,0.85
tex_map = saturn.png
tex_halo = star16x16.png
coord_func = saturn_special
lighting = true
rings = true
ring_outer_size = 160000
ring_inner_size =  80000
tex_ring = saturn_rings_radial.png
albedo = 0.50
rot_periode = 10.65622
rot_rotation_offset = 358.922
rot_obliquity = 28.049
rot_equator_ascending_node = 169.5291
lighting = true
sidereal_period = 10760


[mimas]
name = Mimas
parent = Saturn
radius = 198.6
halo = true
color = 0.75,0.63,0.58
tex_map = mimas.png
tex_halo = star16x16.png
lighting = true
albedo = 0.5
rot_periode = 22.61812344
rot_rotation_offset = 190.7
rot_obliquity = 1.5
#rot_equator_ascending_node = 137.8
coord_func = mimas_special

[enceladus]
name = Enceladus
parent = Saturn
radius = 249.4
halo = true
color = 1.,0.9,0.75
tex_map = enceladus.png
tex_halo = star16x16.png
lighting = true
albedo = 0.99
rot_periode = 32.88523401
rot_rotation_offset = 322.9
rot_obliquity = 0.0
coord_func = enceladus_special

[tethys]
name = Tethys
parent = Saturn
radius = 529.8
halo = true
color = 1.,0.9,0.75
tex_map = tethys.png
tex_halo = star16x16.png
lighting = true
albedo = 0.9
rot_periode = 45.30726146
rot_rotation_offset = 330.6
rot_obliquity = 0.0
coord_func = tethys_special

[dione]
name = Dione
parent = Saturn
radius = 560.
halo = true
color = 1.,0.9,0.75
tex_map = dione.png
tex_halo = star16x16.png
lighting = true
albedo = 0.7
rot_periode = 65.68597326
rot_rotation_offset = 317.1
rot_obliquity = 0.0
coord_func = dione_special

[rhea]
name = Rhea
parent = Saturn
radius = 764.
halo = true
color = 1.,0.9,0.75
tex_map = rhea.png
tex_halo = star16x16.png
lighting = true
albedo = 0.7
rot_periode = 108.4200630
rot_rotation_offset = 195.0
rot_obliquity = 0.0
coord_func = rhea_special

[titan]
name = Titan
parent = Saturn
radius = 2575.
halo = true
color = 1.,0.9,0.75
tex_map = titan.png
tex_halo = star16x16.png
lighting = true
albedo = 0.21
rot_periode = 382.6907418
rot_rotation_offset = 318.9
rot_obliquity = 0.6
#rot_equator_ascending_node = 186.6
coord_func = titan_special

[hyperion]
name = Hyperion
parent = Saturn
radius = 141.5
halo = true
color = 1.,0.9,0.75
tex_map = hyperion.png
tex_halo = star16x16.png
lighting = true
albedo = 0.3
#rot_periode = ???
rot_rotation_offset = 318.9
rot_obliquity = 61.
#rot_equator_ascending_node = 145
#RotationPeriod = 120
#PrecessionRate = 51.43
coord_func = hyperion_special

[iapetus]
name = Iapetus
parent = Saturn
radius = 718.
halo = true
color = 1.,0.9,0.75
tex_map = iapetus.png
tex_halo = star16x16.png
lighting = true
albedo = 0.2
rot_periode = 1903.940390
rot_rotation_offset = 14.9
rot_obliquity = 15.5
#rot_equator_ascending_node = 213.7
coord_func = iapetus_special


[uranus]
name = Uranus
parent = Sun
radius = 25559
oblateness = 0.022927
halo = true
color = 0.75,0.95,1.
tex_map = uranus.png
tex_halo = star16x16.png
coord_func = uranus_special
lighting = true
albedo = 0.66
rot_periode = 17.24
rot_rotation_offset = 331.18
# values from gust86:
rot_obliquity = 97.802249927257015
rot_equator_ascending_node = 167.648649851261355
sidereal_period = 30685

[miranda]
name = Miranda
parent = Uranus
radius = 235.8
halo = true
color = 1.,0.9,0.75
tex_map = miranda.png
tex_halo = star16x16.png
lighting = true
albedo = 0.32
rot_periode = 33.92350158
rot_rotation_offset = 195.0
rot_obliquity = 0.0
coord_func = miranda_special

[ariel]
name = Ariel
parent = Uranus
radius = 578.9
halo = true
color = 1.,0.9,0.75
tex_map = ariel.png
tex_halo = star16x16.png
lighting = true
albedo = 0.39
rot_periode = 60.4890929200618
rot_rotation_offset = 195.0
rot_obliquity = 0.0
coord_func = ariel_special

[umbriel]
name = Umbriel
parent = Uranus
radius = 584.7
halo = true
color = 1.,0.9,0.75
tex_map = umbriel.png
tex_halo = star16x16.png
lighting = true
albedo = 0.21
rot_periode = 99.46022991
rot_rotation_offset = 195.0
rot_obliquity = 0.0
coord_func = umbriel_special

[titania]
name = Titania
parent = Uranus
radius = 788.9
halo = true
color = 1.,0.9,0.75
tex_map = titania.png
tex_halo = star16x16.png
lighting = true
albedo = 0.27
rot_periode = 208.9407710
rot_rotation_offset = 195.0
rot_obliquity = 0.0
coord_func = titania_special

[oberon]
name = Oberon
parent = Uranus
radius = 761.4
halo = true
color = 1.,0.9,0.75
tex_map = oberon.png
tex_halo = star16x16.png
lighting = true
albedo = 0.23
rot_periode = 323.1175675
rot_rotation_offset = 195.0
rot_obliquity = 0.0
coord_func = oberon_special


[neptune]
name = Neptune
parent = Sun
radius = 24764
oblateness = 0.017081
halo = true
color = 0.75,0.75,1.
tex_map = neptune.png
tex_halo = star16x16.png
coord_func = neptune_special
lighting = true
albedo = 0.62
rot_periode = 16.11
rot_rotation_offset = 228.65
rot_obliquity = 28.03
rot_equator_ascending_node = 180
#49.235
sidereal_period = 60189

[pluto]
name = Pluto
parent = Sun
radius = 1195.
halo = true
color = 1.,1.,1.
tex_map = lune.png
tex_halo = star16x16.png
coord_func = pluto_special
lighting = true
albedo = 0.55
rot_periode = 153.293904
rot_rotation_offset = 320.75
rot_obliquity = -115.60
#rot_equator_ascending_node = 228.34
sidereal_period = 90797

[charon]
name = Charon
parent = Pluto
radius = 593.
halo = true
color = 1.,1.,1.
tex_map = lune.png
tex_halo = star16x16.png
lighting = true
albedo = 0.35
rot_periode = 153.293904
rot_rotation_offset = 213.3
rot_obliquity = 1.0
#rot_equator_ascending_node = 287.6
coord_func = ell_orbit
orbit_Epoch = 2451545.0
orbit_Period = 6.387246
orbit_SemiMajorAxis = 19636
orbit_Eccentricity = 0.0002
orbit_Inclination = 0.0048
orbit_AscendingNode = 93.5582
orbit_LongOfPericenter = 227.3188
orbit_MeanLongitude = 320.7583


[solar_system_observer]
name = Solar System Observer
parent = Sun
radius = 1.
halo = false
color = 0.,0.,0.
tex_map = lune.png
tex_halo = star16x16.png
lighting = false
albedo = 0.
coord_func = ell_orbit
orbit_Epoch = 2451545.0
orbit_Period = 100000000000000
orbit_SemiMajorAxis = 1000000000000
orbit_Eccentricity = 0
orbit_Inclination = 90
orbit_AscendingNode = 0
orbit_LongOfPericenter = 0
orbit_MeanLongitude = 90
rot_obliquity = 90
hidden = true