This file is indexed.

/usr/share/stellarium/data/ssystem.ini is in stellarium-data 0.12.4-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   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
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
[sun]
name=Sun
parent=none
radius=696000.
halo=false
color=1.0, 0.98, 0.97
tex_map=sun.png
tex_halo=NULL
coord_func=sun_special
lighting=false
albedo=-1.
rot_periode=654.61
rot_obliquity=7.25
rot_equator_ascending_node=196.13
type=star

[mercury]
name=Mercury
parent=Sun
radius=2439.7
halo=true
color=1.0, 0.98, 0.96
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_pole_ra=281.001
rot_pole_de=61.45
%23rot_obliquity=7.01
%23rot_equator_ascending_node=48.42
orbit_visualization_period=87.97
type=planet

[venus]
name=Venus
parent=Sun
radius=6051.8
halo=true
color=1.0, 1.0, 0.9
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_pole_ra=272.76
rot_pole_de=67.16
%23rot_obliquity=178.78
%23rot_equator_ascending_node=300.22
orbit_visualization_period=224.70
atmosphere=1
type=planet

[earth]
name=Earth
parent=Sun
radius=6378.14
oblateness=0.00335364
halo=true
color=0.7, 0.8, 1.0
tex_map=earth_cmap.png
tex_halo=star16x16.png
coord_func=earth_special
lighting=true
albedo=0.3
rot_periode=23.9344694
rot_rotation_offset=280.5
%23rot_obliquity=-23.438855
rot_obliquity=-23.4392803055555555556
rot_epoch=2451545.0
rot_precession_rate=1.39639 #degrees/j.century (annual rate 50.27 arcseconds)
orbit_visualization_period=365.256363004
atmosphere=1
landscape=guereins
type=planet

[moon]
name=Moon
parent=Earth
radius=1737.4
halo=false
color=1.0, 0.98, 0.96
tex_map=moon.png
tex_halo=NULL
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
landscape=moon
orbit_visualization_period=27.321582
type=moon

[mars]
name=Mars
parent=Sun
radius=3397
oblateness=0.0064763
halo=true
color=1.0, 0.84, 0.68
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
%23rot_obliquity=26.72
%23rot_equator_ascending_node=82.91
rot_pole_ra=317.6725
rot_pole_de=52.88212
orbit_visualization_period=686.971
atmosphere=1
landscape=mars
type=planet

[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
%23rot_equator_ascending_node=186.6
coord_func=phobos_special
type=moon
orbit_visualization_period=0.319

[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
%23rot_equator_ascending_node=186.6
coord_func=deimos_special
type=moon
orbit_visualization_period=1.263

[jupiter]
name=Jupiter
parent=Sun
radius=71492
oblateness=0.064874
halo=true
color=1.0, 0.97, 0.89
tex_map=jupiter.png #texture courtesy of Bj\xf6rn J\xf3nsson
tex_halo=star16x16.png
coord_func=jupiter_special
lighting=true
albedo=0.51
rot_periode=9.92491
rot_rotation_offset=310
%23rot_obliquity=2.222461
%23rot_equator_ascending_node=-22.203
rot_pole_ra=268.05
rot_pole_de=64.49
orbit_visualization_period=4331.87
atmosphere=1
type=planet

[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
atmosphere=1
orbit_visualization_period=1.769
type=moon

[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
orbit_visualization_period=3.551
atmosphere=1
type=moon

[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
%23rot_equator_ascending_node=161.6
coord_func=ganymede_special
orbit_visualization_period=7.155
atmosphere=1
type=moon

[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
%23rot_equator_ascending_node=160.6
coord_func=calisto_special
orbit_visualization_period=16.689
atmosphere=1
type=moon

[amalthea]
name=Amalthea
parent=Jupiter
radius=73
halo=true
color=1., 0.9, 0.75
tex_map=amalthea.png
tex_halo=star16x16.png
lighting=true
albedo=0.06
rot_periode=0.5016370462116355
rot_rotation_offset=14.9
rot_obliquity=15.5
rot_equator_ascending_node=213.7
coord_func=ell_orbit
orbit_Epoch=2454619.50000
orbit_Period=0.5016370462116355
orbit_visualization_period=0.5016370462116355
orbit_SemiMajorAxis=181994.8658358799
orbit_Eccentricity=0.006175744402949701
orbit_Inclination=0.3864576103404582
orbit_AscendingNode=141.5521520794674
orbit_LongOfPericenter=245.4222355150120000
orbit_MeanLongitude=224.7924893552550000
type=moon

[himalia]
name=Himalia
parent=Jupiter
radius=85
halo=true
color=1., 0.9, 0.75
tex_map=lune.png
tex_halo=star16x16.png
lighting=true
albedo=0.03
rot_periode=0.4
rot_rotation_offset=14.9
rot_obliquity=15.5
rot_equator_ascending_node=213.7
coord_func=ell_orbit
orbit_Epoch=2454619.50000
orbit_Period=248.3161934941932
orbit_visualization_period=248.3161934941932
orbit_SemiMajorAxis=11388576.13393731
orbit_Eccentricity=0.1341186732710830
orbit_Inclination=29.52734924407240
orbit_AscendingNode=62.74369092219344
orbit_LongOfPericenter=48.3391873600156000
orbit_MeanLongitude=202.0757439998000000
type=moon

[elara]
name=Elara
parent=Jupiter
radius=40
halo=true
color=1., 0.9, 0.75
tex_map=lune.png
tex_halo=star16x16.png
lighting=true
albedo=0.03
rot_periode=0.5
rot_rotation_offset=14.9
rot_obliquity=15.5
rot_equator_ascending_node=213.7
coord_func=ell_orbit
orbit_Epoch=2454619.50000
orbit_Period=258.8836449322499
orbit_visualization_period=258.8836449322499
orbit_SemiMajorAxis=11709431.51919092
orbit_Eccentricity=0.1961747274882456
orbit_Inclination=31.98511468770062
orbit_Ascendingnode=108.1879658680286
orbit_LongOfPericenter=271.5797601368340000
orbit_MeanLongitude=172.2385623581720000
type=moon

[pasiphae]
name=Pasiphae
parent=Jupiter
radius=40
halo=true
color=1., 0.9, 0.75
tex_map=lune.png
tex_halo=star16x16.png
lighting=true
albedo=0.03
rot_periode=709.0532625178348
rot_rotation_offset=14.9
rot_obliquity=15.5
rot_equator_ascending_node=213.7
coord_func=ell_orbit
orbit_Epoch=2454619.50000
orbit_Period=709.0532625178348
orbit_visualization_period=709.0532625178348
orbit_SemiMajorAxis=22921971.82698924
orbit_Eccentricity=0.2932152942598935
orbit_Inclination=142.0571683364765
orbit_AscendingNode=345.6392561172470
orbit_LongOfPericenter=185.9358722739560000
orbit_MeanLongitude=155.7385593991940000
type=moon

[sinope]
name=Sinope
parent=Jupiter
radius=40
halo=true
color=1., 0.9, 0.75
tex_map=lune.png
tex_halo=star16x16.png
lighting=true
albedo=0.03
rot_periode=778.6442493765837
rot_rotation_offset=14.9
rot_obliquity=15.5
rot_equator_ascending_node=213.7
coord_func=ell_orbit
orbit_Epoch=2454619.50000
orbit_Period=778.6442493765837
orbit_visualization_period=778.6442493765837
orbit_SemiMajorAxis=24398256.25007371
orbit_Eccentricity=0.1823445283881716
orbit_Inclination=153.0924984377859
orbit_AscendingNode=337.3608948461959
orbit_LongOfPericenter=334.0923761708530000
orbit_MeanLongitude=187.6932736301600000
type=moon

[lysithea]
name=Lysithea
parent=Jupiter
radius=12
halo=true
color=1., 0.9, 0.75
tex_map=lune.png
tex_halo=star16x16.png
lighting=true
albedo=0.03
rot_periode=259.0469768771512
rot_rotation_offset=14.9
rot_obliquity=15.5
rot_equator_ascending_node=213.7
coord_func=ell_orbit
orbit_Epoch=2454619.50000
orbit_Period=259.0469768771512
orbit_visualization_period=259.0469768771512
orbit_SemiMajorAxis=11714356.05630203
orbit_Eccentricity=0.1281232102397132
orbit_Inclination=24.59040357245339
orbit_AscendingNode=0.2875682490706584
orbit_LongOfPericenter=78.9389828310578000
orbit_MeanLongitude=337.5492383800380000
type=moon

[carme]
name=Carme
parent=Jupiter
radius=15
halo=true
color=1., 0.9, 0.75
tex_map=lune.png
tex_halo=star16x16.png
lighting=true
albedo=0.03
rot_periode=691.6548924754876
rot_rotation_offset=14.9
rot_obliquity=15.5
rot_equator_ascending_node=213.7
coord_func=ell_orbit
orbit_Epoch=2454619.50000
orbit_Period=691.6548924754876
orbit_visualization_period=691.6548924754876
orbit_SemiMajorAxis=22545456.68297467
orbit_Eccentricity=0.2602970868062183
orbit_Inclination=168.2000198365060
orbit_AscendingNode=157.3089190745055
orbit_LongOfPericenter=249.8596440195790000
orbit_MeanLongitude=168.7753954572220000
type=moon

[ananke]
name=Ananke
parent=Jupiter
radius=15
halo=true
color=1., 0.9, 0.75
tex_map=lune.png
tex_halo=star16x16.png
lighting=true
albedo=0.03
rot_periode=648.6406641467003
rot_rotation_offset=14.9
rot_obliquity=15.5
rot_equator_ascending_node=213.7
coord_func=ell_orbit
orbit_Epoch=2454619.50000
orbit_Period=648.6406641467003
orbit_visualization_period=648.6406641467003
orbit_SemiMajorAxis=21600750.92227203
orbit_Eccentricity=0.2167681894364261
orbit_Inclination=148.5711484137670
orbit_AscendingNode=44.39093600694746
orbit_LongOfPericenter=140.3109688567360000
orbit_MeanLongitude=14.7478795145449000
type=moon

[leda]
name=Leda
parent=Jupiter
radius=5
halo=true
color=1., 0.9, 0.75
tex_map=lune.png
tex_halo=star16x16.png
lighting=true
albedo=0.03
rot_periode=242.2566769525344
rot_rotation_offset=14.9
rot_obliquity=15.5
rot_equator_ascending_node=213.7
coord_func=ell_orbit
orbit_Epoch=2454619.50000
orbit_Period=242.2566769525344
orbit_visualization_period=242.2566769525344
orbit_SemiMajorAxis=11202541.76637748
orbit_Eccentricity=0.1849972068029340
orbit_Inclination=28.26096889279179
orbit_AscendingNode=205.5729208452909
orbit_LongOfPericenter=133.1912542293990000
orbit_MeanLongitude=276.4502233853120000
type=moon

[thebe]
name=Thebe
parent=Jupiter
radius=5
halo=true
color=1., 0.9, 0.75
tex_map=lune.png
tex_halo=star16x16.png
lighting=true
albedo=0.07
rot_periode=0.6777043648601361
rot_rotation_offset=14.9
rot_obliquity=15.5
rot_equator_ascending_node=213.7
coord_func=ell_orbit
orbit_Epoch=2454619.50000
orbit_Period=0.6777043648601361
orbit_visualization_period=0.6777043648601361
orbit_SemiMajorAxis=222412.7038632125
orbit_Eccentricity=0.01927638586266499
orbit_Inclination=1.088672216784552
orbit_AscendingNode=138.9957928276344
orbit_LongOfPericenter=210.7720658394820000
orbit_MeanLongitude=170.4877537965110000
type=moon

[adrastea]
name=Adrastea
parent=Jupiter
radius=10
halo=true
color=1., 0.9, 0.75
tex_map=lune.png
tex_halo=star16x16.png
lighting=true
albedo=0.07
rot_periode=0.3023760117035458
rot_rotation_offset=14.9
rot_obliquity=15.5
rot_equator_ascending_node=213.7
coord_func=ell_orbit
orbit_Epoch=2454619.50000
orbit_Period=0.3023760117035458
orbit_visualization_period=0.3023760117035458
orbit_SemiMajorAxis=129866.6459712491
orbit_Eccentricity=0.006543120249224196
orbit_Inclination=0.06166936906340893
orbit_AscendingNode=253.6924110934923
orbit_LongOfPericenter=249.4662007624690000
orbit_MeanLongitude=252.4809048448870000
type=moon

[metis]
name=Metis
parent=Jupiter
radius=20
halo=true
color=1., 0.9, 0.75
tex_map=lune.png
tex_halo=star16x16.png
lighting=true
albedo=0.07
rot_periode=0.2992264694514691
rot_rotation_offset=14.9
rot_obliquity=15.5
rot_equator_ascending_node=213.7
coord_func=ell_orbit
orbit_Epoch=2454619.50000
orbit_Period=0.2992264694514691
orbit_visualization_period=0.2992264694514691
orbit_SemiMajorAxis=128963.2809817095
orbit_Eccentricity=0.007934699878209682
orbit_Inclination=0.06061013894618508
orbit_AscendingNode=99.25512108544794
orbit_LongOfPericenter=114.5010069923130000
orbit_MeanLongitude=113.3620494967750000
type=moon

[saturn]
name=Saturn
parent=Sun
radius=60268
oblateness=0.097962
halo=true
color=1.0, 0.96, 0.89
tex_map=saturn.png #texture courtesy of Bj\xf6rn J\xf3nsson
tex_halo=star16x16.png
coord_func=saturn_special
lighting=true
rings=true
ring_outer_size=140390
ring_inner_size=74510
tex_ring=saturn_rings_radial.png #texture courtesy of Bj\xf6rn J\xf3nsson
albedo=0.50
rot_periode=10.65622
rot_rotation_offset=358.922
rot_pole_ra=40.5908
rot_pole_de=83.537
%23rot_obliquity=28.049
%23rot_equator_ascending_node=169.5291
orbit_visualization_period=10760
atmosphere=1
landscape=saturn
type=planet

[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
%23rot_equator_ascending_node=137.8
coord_func=mimas_special
type=moon
orbit_visualization_period=0.9424218

[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
type=moon
orbit_visualization_period=1.370218

[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
type=moon
orbit_visualization_period=1.888

[dione]
name=Dione
parent=Saturn
radius=560.
halo=true
color=1.0, 1.0, 1.0
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
type=moon
orbit_visualization_period=2.736915

[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
type=moon
orbit_visualization_period=4.518

[titan]
name=Titan
parent=Saturn
radius=2575.
halo=true
color=1.0, 0.8, 0.5
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
%23rot_equator_ascending_node=186.6
coord_func=titan_special
atmosphere=1
type=moon
orbit_visualization_period=15.945421

[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
%23rot_periode=???
rot_rotation_offset=318.9
rot_obliquity=61.
%23rot_equator_ascending_node=145
%23RotationPeriod=120
%23PrecessionRate=51.43
coord_func=hyperion_special
type=moon
orbit_visualization_period=21.276609

[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
%23rot_equator_ascending_node=213.7
coord_func=iapetus_special
type=moon
orbit_visualization_period=79.33

[uranus]
name=Uranus
parent=Sun
radius=25559
oblateness=0.022927
halo=true
color=0.75, 0.9, 1.0
tex_map=uranus.png
tex_halo=star16x16.png
coord_func=uranus_special
lighting=true
albedo=0.66
rings=true
ring_outer_size=97700
ring_inner_size=26840
tex_ring=uranus_rings.png #texture from Celestia
rot_periode=-17.24
rot_rotation_offset=331.18
%23rot_obliquity=97.802249927257015
%23rot_equator_ascending_node=167.648649851261355
rot_pole_ra=257.43
rot_pole_de=-15.10
orbit_visualization_period=30685
atmosphere=1
type=planet

[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
type=moon
orbit_visualization_period=1.413

[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
type=moon
orbit_visualization_period=2.520

[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
type=moon
orbit_visualization_period=4.144

[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
type=moon
orbit_visualization_period=8.706

[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
type=moon
orbit_visualization_period=13.463

[neptune]
name=Neptune
parent=Sun
radius=24764
oblateness=0.017081
halo=true
color=0.65, 0.85, 1.0
tex_map=neptune.png
tex_halo=star16x16.png
coord_func=neptune_special
lighting=true
albedo=0.62
rings=true
ring_outer_size=62932
ring_inner_size=40900
tex_ring=neptune_rings.png #texture from Celestia
rot_periode=16.11
rot_rotation_offset=228.65
rot_pole_ra=299.347
rot_pole_de=42.95
orbit_visualization_period=60189
atmosphere=1
type=planet

[triton]
name=Triton
parent=Neptune
radius=1352.6
halo=true
color=1., 1., 1.
tex_map=triton.png
tex_halo=star16x16.png
lighting=true
albedo=0.7
rot_periode=5.877035896764472
rot_rotation_offset=213.3
rot_obliquity=1.0
rot_equator_ascending_node=287.6
coord_func=ell_orbit
orbit_Epoch=2454619.500
orbit_Period=5.877047441783914
orbit_SemiMajorAxis=354764.9656070134
orbit_Eccentricity=0.00002183768753212363
orbit_Inclination=156.8142264816462
orbit_AscendingNode=182.2457333272747
orbit_LongOfPericenter=287.0335999
orbit_MeanLongitude=300.6850407
orbit_visualization_period=5.877047441783914
type=moon

[nereid]
name=Nereid
parent=Neptune
radius=170
halo=true
color=1., 0.9, 0.75
tex_map=lune.png
tex_halo=star16x16.png
lighting=true
albedo=0.2
rot_periode=360.4819063927587
rot_rotation_offset=14.9
rot_obliquity=15.5
rot_equator_ascending_node=213.7
coord_func=ell_orbit
orbit_Epoch=2454619.50000
orbit_Period=360.4819063927587
orbit_visualization_period=360.4819063927587
orbit_SemiMajorAxis=5517300.895540984
orbit_Eccentricity=0.7473678781920542
orbit_Inclination=28.46630994726174
orbit_AscendingNode=215.1788464851371
orbit_LongOfPericenter=233.0325802
orbit_MeanLongitude=282.2538878
type=moon

[naiad]
name=Naiad
parent=Neptune
radius=170
halo=true
color=1., 0.9, 0.75
tex_map=lune.png
tex_halo=star16x16.png
lighting=true
albedo=0.06
rot_periode=0.2952080157587180
rot_rotation_offset=14.9
rot_obliquity=15.5
rot_equator_ascending_node=213.7
coord_func=ell_orbit
orbit_Epoch=2454619.50000
orbit_Period=0.2952080157587180
orbit_visualization_period=0.2952080157587180
orbit_SemiMajorAxis=48293.62282849867
orbit_Eccentricity=0.001713269683018113
orbit_Inclination=4.188510303034086
orbit_AscendingNode=171.8967736635123
orbit_LongOfPericenter=224.2441011
orbit_MeanLongitude=263.8597893
type=moon

[thalassa]
name=Thalassa
parent=Neptune
radius=40
halo=true
color=1., 0.9, 0.75
tex_map=lune.png
tex_halo=star16x16.png
lighting=true
albedo=0.06
rot_periode=0.3122939125149857
rot_rotation_offset=14.9
rot_obliquity=15.5
rot_equator_ascending_node=213.7
coord_func=ell_orbit
orbit_Epoch=2454619.50000
orbit_Period=0.3122939125149857
orbit_visualization_period=0.3122939125149857
orbit_SemiMajorAxis=50139.50414033412
orbit_Eccentricity=0.001233476673632672
orbit_Inclination=0.3939461706648650
orbit_AscendingNode=8.252449171590964
orbit_LongOfPericenter=88.83462928
orbit_MeanLongitude=95.38740788
type=moon

[despina]
name=Despina
parent=Neptune
radius=74
halo=true
color=1., 0.9, 0.75
tex_map=lune.png
tex_halo=star16x16.png
lighting=true
albedo=0.06
rot_periode=0.3354528211477725
rot_rotation_offset=14.9
rot_obliquity=15.5
rot_equator_ascending_node=213.7
coord_func=ell_orbit
orbit_Epoch=2454619.50000
orbit_Period=0.3354528211477725
orbit_visualization_period=0.3354528211477725
orbit_SemiMajorAxis=52588.64584972781
orbit_Eccentricity=0.001272032273930335
orbit_Inclination=0.5113748544074094
orbit_AscendingNode=16.63627320068509
orbit_LongOfPericenter=151.8881808
orbit_MeanLongitude=143.7191234
type=moon

[galatea]
name=Galatea
parent=Neptune
radius=79
halo=true
color=1., 0.9, 0.75
tex_map=lune.png
tex_halo=star16x16.png
lighting=true
albedo=0.06
rot_periode=0.4294734314535237
rot_rotation_offset=14.9
rot_obliquity=15.5
rot_equator_ascending_node=213.7
coord_func=ell_orbit
orbit_Epoch=2454619.50000
orbit_Period=0.4294734314535237
orbit_visualization_period=0.4294734314535237
orbit_SemiMajorAxis=62005.26343616215
orbit_Eccentricity=0.0009319587984705302
orbit_Inclination=0.5752509266760514
orbit_AscendingNode=8.642606900770915
orbit_LongOfPericenter=62.03770344
orbit_MeanLongitude=62.60684554
type=moon

[larissa]
name=Larissa
parent=Neptune
radius=79
halo=true
color=1., 0.9, 0.75
tex_map=lune.png
tex_halo=star16x16.png
lighting=true
albedo=0.06
rot_periode=0.5553035150611498
rot_rotation_offset=14.9
rot_obliquity=15.5
rot_equator_ascending_node=213.7
coord_func=ell_orbit
orbit_Epoch=2454619.50000
orbit_Period=0.5553035150611498
orbit_visualization_period=0.5553035150611498
orbit_SemiMajorAxis=73590.98861163890
orbit_Eccentricity=0.001628627055845952
orbit_Inclination=0.3672114864338289
orbit_AscendingNode=12.97300037402120
orbit_LongOfPericenter=342.2125629
orbit_MeanLongitude=38.69785092
type=moon

[proteus]
name=Proteus
parent=Neptune
radius=208
halo=true
color=1., 0.9, 0.75
tex_map=proteus.png
tex_halo=star16x16.png
lighting=true
albedo=0.06
rot_periode=1.122852570617394
rot_rotation_offset=14.9
rot_obliquity=15.5
rot_equator_ascending_node=213.7
coord_func=ell_orbit
orbit_Epoch=2454619.50000
orbit_Period=1.122852570617394
orbit_visualization_period=1.122852570617394
orbit_SemiMajorAxis=117675.5347599977
orbit_Eccentricity=0.0002692747866371301
orbit_Inclination=1.100351508385464
orbit_AscendingNode=8.601516584903857
orbit_LongOfPericenter=271.9733987
orbit_MeanLongitude=67.98677168
type=moon

[halimede]
name=Halimede
parent=Neptune
radius=62
halo=true
color=1., 0.9, 0.75
tex_map=lune.png
tex_halo=star16x16.png
lighting=true
albedo=0.06
rot_periode=1875.169478522967
rot_rotation_offset=14.9
rot_obliquity=15.5
rot_equator_ascending_node=213.7
coord_func=ell_orbit
orbit_Epoch=2454619.50000
orbit_Period=1875.169478522967
orbit_visualization_period=1875.169478522967
orbit_SemiMajorAxis=16563980.32137450
orbit_Eccentricity=0.2619064927013259
orbit_Inclination=139.1947079371791
orbit_AscendingNode=188.1838751463620
orbit_LongOfPericenter=336.4277167
orbit_MeanLongitude=76.5585497
type=moon

[psamathe]
name=Psamathe
parent=Neptune
radius=40
halo=true
color=1., 0.9, 0.75
tex_map=lune.png
tex_halo=star16x16.png
lighting=true
albedo=0.06
rot_periode=9130.624091904599
rot_rotation_offset=14.9
rot_obliquity=15.5
rot_equator_ascending_node=213.7
coord_func=ell_orbit
orbit_Epoch=2454619.50000
orbit_Period=9130.624091904599
orbit_visualization_period=9130.624091904599
orbit_SemiMajorAxis=47585137.76667986
orbit_Eccentricity=0.2226171984343604
orbit_Inclination=119.8213439712103
orbit_AscendingNode=312.6542992791928
orbit_LongOfPericenter=122.424815
orbit_MeanLongitude=45.2205867
type=moon

[sao]
name=Sao
parent=Neptune
radius=44
halo=true
color=1., 0.9, 0.75
tex_map=lune.png
tex_halo=star16x16.png
lighting=true
albedo=0.06
rot_periode=2908.415786162766
rot_rotation_offset=14.9
rot_obliquity=15.5
rot_equator_ascending_node=213.7
coord_func=ell_orbit
orbit_Epoch=2454619.50000
orbit_Period=2908.415786162766
orbit_visualization_period=2908.415786162766
orbit_SemiMajorAxis=22194328.90318039
orbit_Eccentricity=0.1428543008978792
orbit_Inclination=25.87467519239580
orbit_AscendingNode=47.24035407294561
orbit_LongOfPericenter=97.97933806
orbit_MeanLongitude=131.3325862
type=moon

[laomedeia]
name=Laomedeia
parent=Neptune
radius=42
halo=true
color=1., 0.9, 0.75
tex_map=lune.png
tex_halo=star16x16.png
lighting=true
albedo=0.06
rot_periode=3185.068758279590
rot_rotation_offset=14.9
rot_obliquity=15.5
rot_equator_ascending_node=213.7
coord_func=ell_orbit
orbit_Epoch=2454619.50000
orbit_Period=3185.068758279590
orbit_visualization_period=3185.068758279590
orbit_SemiMajorAxis=23580349.09459848
orbit_Eccentricity=0.3845786604193581
orbit_Inclination=9.744680906468446
orbit_AscendingNode=33.54920843735481
orbit_LongOfPericenter=159.9138961
orbit_MeanLongitude=305.1617125
type=moon

[neso]
name=Neso
parent=Neptune
radius=60
halo=true
color=1., 0.9, 0.75
tex_map=lune.png
tex_halo=star16x16.png
lighting=true
albedo=0.06
rot_periode=9358.591084432848
rot_rotation_offset=14.9
rot_obliquity=15.5
rot_equator_ascending_node=213.7
coord_func=ell_orbit
orbit_Epoch=2454619.50000
orbit_Period=9358.591084432848
orbit_visualization_period=9358.591084432848
orbit_SemiMajorAxis=48373926.07254116
orbit_Eccentricity=0.6299942939512408
orbit_Inclination=111.8841686447457
orbit_AscendingNode=23.02370632501001
orbit_LongOfPericenter=107.4960759
orbit_MeanLongitude=74.4524916
type=moon

[pluto]
name=Pluto
parent=Sun
radius=1195.
halo=true
color=1.0, 0.92, 0.85
tex_map=pluto.png
tex_halo=star16x16.png
coord_func=pluto_special
lighting=true
albedo=0.55
rot_periode=-153.293904
rot_rotation_offset=320.75
%23rot_obliquity=-115.60
%23rot_equator_ascending_node=228.34
rot_pole_ra=313.02
rot_pole_de=9.09
orbit_visualization_period=90797
type=plutoid

[charon]
name=Charon
parent=Pluto
radius=593.
halo=true
color=1., 1., 1.
tex_map=charon.png
tex_halo=star16x16.png
lighting=true
albedo=0.35
rot_periode=-153.293904
rot_rotation_offset=213.3
rot_obliquity=1.0
%23rot_equator_ascending_node=287.6
coord_func=ell_orbit
orbit_Epoch=2451545.0
orbit_Period=-6.387246
orbit_visualization_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
type=moon

[nix]
name=Nix
parent=Pluto
radius=92
halo=true
color=1., 1., 1.
tex_map=lune.png
tex_halo=star16x16.png
lighting=true
albedo=0.195
rot_periode=25.560828309
rot_rotation_offset=0.0
rot_obliquity=1.0
coord_func=ell_orbit
orbit_Epoch=2455767.5
orbit_Period=-25.560828309
orbit_visualization_period=25.560828309
orbit_SemiMajorAxis=48708
orbit_Eccentricity=0.016255202
orbit_Inclination=0.195
orbit_AscendingNode=227.561028688
orbit_LongOfPericenter=274.964880646
type=moon

[hydra]
name=Hydra (moon)
parent=Pluto
radius=114
halo=true
color=1., 1., 1.
tex_map=lune.png
tex_halo=star16x16.png
lighting=true
albedo=0.195
rot_periode=38.502879281
rot_rotation_offset=0.0
rot_obliquity=1.0
coord_func=ell_orbit
orbit_Epoch=2455767.5
orbit_Period=-38.502879281
orbit_visualization_period=38.502879281
orbit_SemiMajorAxis=64749
orbit_Eccentricity=0.004288704
orbit_Inclination=0.212
orbit_AscendingNode=227.388734431
orbit_LongOfPericenter=375.299780216
type=moon

[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=700000000000
orbit_SemiMajorAxis=7000000000
orbit_Eccentricity=0
orbit_Inclination=90
orbit_AscendingNode=0
orbit_LongOfPericenter=0
orbit_MeanLongitude=90
rot_obliquity=90
hidden=true

[1ceres]
name=Ceres
minor_planet_number=1
parent=Sun
radius=470
oblateness=0.0
albedo=0.113
lighting=true
orbit_visualization_period=1680.15
halo=true
color=1.0, 1.0, 1.0
tex_halo=star16x16.png
tex_map=nomap.png
coord_func=comet_orbit
orbit_Epoch=2455400.5
orbit_MeanAnomaly=113.41048
orbit_SemiMajorAxis=2.7653485
orbit_Eccentricity=0.0791382
orbit_ArgOfPericenter=72.58976
orbit_AscendingNode=80.39321
orbit_Inclination=10.58682
type=asteroid
orbit_MeanMotion=0.21432817

[2pallas]
name=Pallas
minor_planet_number=2
parent=Sun
radius=220
oblateness=0.0
albedo=0.159
lighting=true
orbit_visualization_period=1686.333
halo=true
color=1.0, 1.0, 1.0
tex_halo=star16x16.png
tex_map=nomap.png
coord_func=comet_orbit
orbit_Epoch=2455400.5
orbit_MeanAnomaly=96.14829
orbit_SemiMajorAxis=2.7721533
orbit_Eccentricity=0.2309995
orbit_ArgOfPericenter=310.1509
orbit_AscendingNode=173.12949
orbit_Inclination=34.84091
type=asteroid
orbit_MeanMotion=0.2135395

[3juno]
name=Juno
minor_planet_number=3
parent=Sun
radius=130
oblateness=0.0
albedo=0.238
lighting=true
orbit_visualization_period=1591.93
halo=true
color=1.0, 1.0, 1.0
tex_halo=star16x16.png
tex_map=nomap.png
coord_func=comet_orbit
orbit_Epoch=2455400.5
orbit_MeanAnomaly=32.09611
orbit_SemiMajorAxis=2.6700913
orbit_Eccentricity=0.2549812
orbit_ArgOfPericenter=248.10804
orbit_AscendingNode=169.91138
orbit_Inclination=12.98211
type=asteroid
orbit_MeanMotion=0.22589931

[4vesta]
name=Vesta
minor_planet_number=4
parent=Sun
radius=280
oblateness=0.0
albedo=0.423
lighting=true
orbit_visualization_period=1325.46
halo=true
color=1.0, 1.0, 1.0
tex_halo=star16x16.png
tex_map=nomap.png
coord_func=comet_orbit
orbit_Epoch=2455400.5
orbit_MeanAnomaly=307.80111
orbit_SemiMajorAxis=2.3619124
orbit_Eccentricity=0.0886225
orbit_ArgOfPericenter=149.83731
orbit_AscendingNode=103.9097
orbit_Inclination=7.13407
type=asteroid
orbit_MeanMotion=0.27152411

[136199eris]
name=Eris
minor_planet_number=136199
parent=Sun
radius=1300
oblateness=0.0
albedo=0.689
lighting=true
orbit_visualization_period=204376.01809
halo=true
color=1.0, 1.0, 1.0
rot_periode=8
tex_halo=star16x16.png
tex_map=nomap.png
coord_func=comet_orbit
orbit_Epoch=2456400.5
orbit_MeanAnomaly=203.20723
orbit_SemiMajorAxis=67.9581234
orbit_Eccentricity=0.4370786
orbit_ArgOfPericenter=150.80388
orbit_AscendingNode=36.03101
orbit_Inclination=43.88507
type=plutoid
orbit_MeanMotion=0.00175931

[90377sedna]
name=Sedna
parent=Sun
orbit_Inclination=11.92838
coord_func=comet_orbit
orbit_Eccentricity=0.859663
orbit_ArgOfPericenter=311.00604
orbit_Epoch=2456400.5
orbit_visualization_period=4614318.98
absolute_magnitude=1.6
slope_parameter=0.15
lighting=true
tex_map=nomap.png
color=1.0, 1.0, 1.0
orbit_AscendingNode=144.46837
orbit_MeanMotion=7.785e-05
orbit_MeanAnomaly=358.22539
minor_planet_number=90377
orbit_SemiMajorAxis=543.2019341
albedo=0.32
radius=1643
type=plutoid

[50000quaoar]
name=Quaoar
parent=Sun
orbit_Inclination=7.99306
coord_func=comet_orbit
orbit_Eccentricity=0.0364151
orbit_ArgOfPericenter=162.95152
orbit_Epoch=2456400.5
orbit_visualization_period=103783.57
absolute_magnitude=2.6
slope_parameter=0.15
lighting=true
tex_map=nomap.png
color=1.0, 1.0, 1.0
orbit_AscendingNode=188.9599
orbit_MeanMotion=0.00347369
orbit_MeanAnomaly=276.47478
minor_planet_number=50000
orbit_SemiMajorAxis=43.1792876
albedo=0.16
radius=1037
type=plutoid

[90482orcus]
name=Orcus
parent=Sun
orbit_Inclination=20.54376
coord_func=comet_orbit
orbit_Eccentricity=0.2214769
orbit_ArgOfPericenter=73.74117
orbit_Epoch=2456400.5
orbit_visualization_period=89911.42
absolute_magnitude=2.3
slope_parameter=0.15
lighting=true
tex_map=nomap.png
color=1.0, 1.0, 1.0
orbit_AscendingNode=268.42323
orbit_MeanMotion=0.00399016
orbit_MeanAnomaly=169.68515
minor_planet_number=90482
orbit_SemiMajorAxis=39.367894
albedo=0.25
radius=1190
type=plutoid

[136108haumea]
name=Haumea
parent=Sun
orbit_Inclination=28.19413
coord_func=comet_orbit
orbit_Eccentricity=0.1952589
orbit_ArgOfPericenter=240.67751
orbit_Epoch=2456400.5
orbit_visualization_period=102953.93
absolute_magnitude=0.2
slope_parameter=0.15
lighting=true
tex_map=nomap.png
color=1.0, 1.0, 1.0
orbit_AscendingNode=121.81883
orbit_MeanMotion=0.00348843
orbit_MeanAnomaly=206.48086
minor_planet_number=136108
orbit_SemiMajorAxis=43.0575741
albedo=0.73
radius=3130
type=plutoid

[136472makemake]
name=Makemake
parent=Sun
orbit_Inclination=29.01305
coord_func=comet_orbit
orbit_Eccentricity=0.1599426
orbit_ArgOfPericenter=297.07714
orbit_Epoch=2456400.5
orbit_visualization_period=112549.05
absolute_magnitude=-0.4
slope_parameter=0.15
lighting=true
tex_map=nomap.png
color=1.0, 1.0, 1.0
orbit_AscendingNode=79.28738
orbit_MeanMotion=0.00320549
orbit_MeanAnomaly=154.55764
minor_planet_number=136472
orbit_SemiMajorAxis=45.5553868
albedo=0.78
radius=1400
type=plutoid

[20000varuna]
parent=Sun
orbit_Inclination=17.13924
coord_func=comet_orbit
orbit_Eccentricity=0.0534195
orbit_ArgOfPericenter=273.28837
orbit_visualization_period=103536.97
name=Varuna
orbit_Epoch=2456400.5
absolute_magnitude=3.6
slope_parameter=0.15
lighting=true
tex_map=nomap.png
color=1.0, 1.0, 1.0
orbit_AscendingNode=97.25714
orbit_MeanMotion=0.00347282
orbit_MeanAnomaly=98.87781
minor_planet_number=20000
orbit_SemiMajorAxis=43.1865207
albedo=0.15
radius=654
type=plutoid

[2250882007or10]
parent=Sun
orbit_Inclination=30.8118
coord_func=comet_orbit
orbit_Eccentricity=0.502036
orbit_ArgOfPericenter=206.7698
orbit_visualization_period=200098.38
name=2007 OR10
orbit_Epoch=2456200.5
absolute_magnitude=2
slope_parameter=0.15
lighting=true
tex_map=nomap.png
color=1.0, 1.0, 1.0
orbit_AscendingNode=336.8394
orbit_MeanMotion=0.0017991
orbit_MeanAnomaly=102.6175
minor_planet_number=225088
orbit_SemiMajorAxis=66.95198
albedo=0.19
radius=1367
type=plutoid

[c2011l4%28panstarrs%29]
parent=Sun
orbit_Inclination=84.2075
coord_func=comet_orbit
orbit_Eccentricity=1.000024
orbit_ArgOfPericenter=333.6538
absolute_magnitude=5.5
name=C/2011 L4 (PANSTARRS)
slope_parameter=4
lighting=false
tex_map=nomap.png
color=1.0, 1.0, 1.0
orbit_AscendingNode=65.6677
albedo=1
radius=5
orbit_PericenterDistance=0.301581
type=comet
orbit_TimeAtPericenter=2456361.66769676

[c2012s1%28ison%29]
parent=Sun
orbit_Inclination=62.3584
coord_func=comet_orbit
orbit_Eccentricity=1.000003
orbit_ArgOfPericenter=345.5612
absolute_magnitude=7
name=C/2012 S1 (ISON)
slope_parameter=3.2
lighting=false
tex_map=nomap.png
color=1.0, 1.0, 1.0
orbit_AscendingNode=295.6582
albedo=1
radius=5
orbit_PericenterDistance=0.012445
type=comet
orbit_TimeAtPericenter=2456625.26819444

[2012da14]
parent=Sun
orbit_Inclination=11.6062
coord_func=comet_orbit
orbit_Eccentricity=0.089672
orbit_ArgOfPericenter=195.606
absolute_magnitude=24.4
name=2012 DA14
orbit_Epoch=2456400.5
slope_parameter=0.15
lighting=true
tex_map=nomap.png
color=1.0, 1.0, 1.0
orbit_AscendingNode=146.9959
orbit_MeanMotion=1.1351258
orbit_MeanAnomaly=231.0252
orbit_SemiMajorAxis=0.910137
albedo=0.15
radius=1
type=asteroid

[c2012f6%28lemmon%29]
parent=Sun
orbit_Inclination=82.6088
coord_func=comet_orbit
orbit_Eccentricity=0.998498
orbit_ArgOfPericenter=304.9867
absolute_magnitude=10
name=C/2012 F6 (Lemmon)
slope_parameter=4
lighting=false
tex_map=nomap.png
color=1.0, 1.0, 1.0
orbit_AscendingNode=332.7154
albedo=1
radius=5
orbit_PericenterDistance=0.731235
type=comet
orbit_TimeAtPericenter=2456376.01369213