This file is indexed.

/usr/share/stellarium/data/ssystem.ini is in stellarium-data 0.15.0-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
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
[10ptempel]
absolute_magnitude=5
albedo=0.1
color=1.0, 1.0, 1.0
coord_func=comet_orbit
dust_brightnessfactor=1.5
dust_lengthfactor=0.4
dust_widthfactor=1.5
lighting=false
name=10P/Tempel
orbit_ArgOfPericenter=195.5484
orbit_AscendingNode=117.8054
orbit_Eccentricity=0.53727
orbit_Inclination=12.0289
orbit_PericenterDistance=1.417711
orbit_TimeAtPericenter=2457340.77059028
orbit_good=308
parent=Sun
radius=5
slope_parameter=10
tex_map=nomap.png
type=comet

[116pwild]
absolute_magnitude=2.5
albedo=0.1
color=1.0, 1.0, 1.0
coord_func=comet_orbit
dust_brightnessfactor=1.5
dust_lengthfactor=0.4
dust_widthfactor=1.5
lighting=false
name=116P/Wild
orbit_ArgOfPericenter=173.3927
orbit_AscendingNode=21.0182
orbit_Eccentricity=0.372659
orbit_Inclination=3.6084
orbit_PericenterDistance=2.186071
orbit_TimeAtPericenter=2457399.3475
orbit_good=590
parent=Sun
radius=5
slope_parameter=10
tex_map=nomap.png
type=comet

[120347salacia]
absolute_magnitude=4.2
albedo=0.15
color=1.0, 1.0, 1.0
coord_func=comet_orbit
lighting=false
minor_planet_number=120347
name=Salacia
orbit_ArgOfPericenter=308.17822
orbit_AscendingNode=280.20842
orbit_Eccentricity=0.1072609
orbit_Epoch=2457000.5
orbit_Inclination=23.9423
orbit_MeanAnomaly=120.17406
orbit_MeanMotion=0.0036308
orbit_SemiMajorAxis=41.9244972
parent=Sun
radius=496
slope_parameter=0.15
tex_map=nomap.png
type=cubewano

[136108haumea]
absolute_magnitude=0.1
albedo=0.73
color=1., 1., 1.
coord_func=comet_orbit
lighting=true
minor_planet_number=136108
name=Haumea
orbit_ArgOfPericenter=240.19958
orbit_AscendingNode=121.79164
orbit_Eccentricity=0.1912717
orbit_Epoch=2457000.5
orbit_Inclination=28.19167
orbit_MeanAnomaly=209.07569
orbit_MeanMotion=0.00346917
orbit_SemiMajorAxis=43.216765
orbit_visualization_period=102953.93
parent=Sun
radius=3130
slope_parameter=0.15
tex_map=nomap.png
type=dwarf planet

[136199eris]
absolute_magnitude=-1.2
albedo=0.689
color=1., 1., 1.
coord_func=comet_orbit
halo=true
lighting=true
minor_planet_number=136199
name=Eris
oblateness=0.0
orbit_ArgOfPericenter=150.97787
orbit_AscendingNode=35.95339
orbit_Eccentricity=0.4406643
orbit_Epoch=2457000.5
orbit_Inclination=44.044
orbit_MeanAnomaly=204.16073
orbit_MeanMotion=0.00176615
orbit_SemiMajorAxis=67.7824972
orbit_visualization_period=204376.01809
parent=Sun
radius=1300
rot_periode=8
slope_parameter=0.15
tex_halo=star16x16.png
tex_map=nomap.png
type=dwarf planet

[136472makemake]
absolute_magnitude=-0.4
albedo=0.78
color=1., 1., 1.
coord_func=comet_orbit
lighting=true
minor_planet_number=136472
name=Makemake
orbit_ArgOfPericenter=297.22691
orbit_AscendingNode=79.36595
orbit_Eccentricity=0.1558833
orbit_Epoch=2457000.5
orbit_Inclination=29.0069
orbit_MeanAnomaly=156.36853
orbit_MeanMotion=0.00318901
orbit_SemiMajorAxis=45.7122303
orbit_visualization_period=112549.05
parent=Sun
radius=1400
slope_parameter=0.15
tex_map=nomap.png
type=dwarf planet

[141pmachholz]
absolute_magnitude=12
albedo=0.1
color=1.0, 1.0, 1.0
coord_func=comet_orbit
dust_brightnessfactor=1.5
dust_lengthfactor=0.4
dust_widthfactor=1.5
lighting=false
name=141P/Machholz
orbit_ArgOfPericenter=149.486
orbit_AscendingNode=246.0166
orbit_Eccentricity=0.748178
orbit_Inclination=12.81
orbit_PericenterDistance=0.760853
orbit_TimeAtPericenter=2457259.40579861
orbit_good=121
parent=Sun
radius=5
slope_parameter=12
tex_map=nomap.png
type=comet

[144pkushida]
absolute_magnitude=8.5
albedo=0.1
color=1.0, 1.0, 1.0
coord_func=comet_orbit
dust_brightnessfactor=1.5
dust_lengthfactor=0.4
dust_widthfactor=1.5
lighting=false
name=144P/Kushida
orbit_ArgOfPericenter=216.105
orbit_AscendingNode=245.5184
orbit_Eccentricity=0.629099
orbit_Inclination=4.1147
orbit_PericenterDistance=1.431369
orbit_TimeAtPericenter=2457631.38119213
orbit_good=312
parent=Sun
radius=5
slope_parameter=8
tex_map=nomap.png
type=comet

[1566icarus]
absolute_magnitude=16.9
albedo=0.15
color=1., 1., 1.
coord_func=comet_orbit
lighting=false
minor_planet_number=1566
name=Icarus
orbit_ArgOfPericenter=31.35824
orbit_AscendingNode=88.02445
orbit_Eccentricity=0.8269606
orbit_Epoch=2457000.5
orbit_Inclination=22.82787
orbit_MeanAnomaly=231.08965
orbit_MeanMotion=0.88068467
orbit_SemiMajorAxis=1.0779264
parent=Sun
radius=2
slope_parameter=0.15
tex_map=nomap.png
type=asteroid

[15pfinlay]
absolute_magnitude=12
albedo=0.1
color=1.0, 1.0, 1.0
coord_func=comet_orbit
dust_brightnessfactor=1.5
dust_lengthfactor=0.4
dust_widthfactor=1.5
lighting=false
name=15P/Finlay
orbit_ArgOfPericenter=347.5519
orbit_AscendingNode=13.7781
orbit_Eccentricity=0.720158
orbit_Inclination=6.799
orbit_PericenterDistance=0.975902
orbit_TimeAtPericenter=2457018.55418981
orbit_good=176
parent=Sun
radius=5
slope_parameter=4
tex_map=nomap.png
type=comet

[174567varda]
absolute_magnitude=3.4
albedo=0.15
color=1.0, 1.0, 1.0
coord_func=comet_orbit
lighting=false
minor_planet_number=174567
name=Varda
orbit_ArgOfPericenter=183.99697
orbit_AscendingNode=183.9948
orbit_Eccentricity=0.140958
orbit_Epoch=2457000.5
orbit_Inclination=21.50039
orbit_MeanAnomaly=264.63331
orbit_MeanMotion=0.00319285
orbit_SemiMajorAxis=45.6755077
parent=Sun
radius=717
slope_parameter=0.15
tex_map=nomap.png
type=cubewano

[1809prometheus]
absolute_magnitude=11.6
albedo=0.15
color=1., 1., 1.
coord_func=comet_orbit
lighting=false
minor_planet_number=1809
name=Prometheus
orbit_ArgOfPericenter=231.794
orbit_AscendingNode=99.492
orbit_Eccentricity=0.102778
orbit_Epoch=2456800.5
orbit_Inclination=3.2583
orbit_MeanAnomaly=286.8199
orbit_MeanMotion=0.1968996
orbit_SemiMajorAxis=2.926215
parent=Sun
radius=17
slope_parameter=0.15
tex_map=nomap.png
type=asteroid

[1810epimetheus]
absolute_magnitude=12.6
albedo=0.15
color=1., 1., 1.
coord_func=comet_orbit
lighting=false
minor_planet_number=1810
name=Epimetheus
orbit_ArgOfPericenter=204.0435
orbit_AscendingNode=254.1682
orbit_Eccentricity=0.092022
orbit_Epoch=2456800.5
orbit_Inclination=4.0325
orbit_MeanAnomaly=341.8034
orbit_MeanMotion=0.2971787
orbit_SemiMajorAxis=2.223946
parent=Sun
radius=11
slope_parameter=0.15
tex_map=nomap.png
type=asteroid

[185ppetriew]
absolute_magnitude=15
albedo=0.1
color=1.0, 1.0, 1.0
coord_func=comet_orbit
dust_brightnessfactor=1.5
dust_lengthfactor=0.4
dust_widthfactor=1.5
lighting=false
name=185P/Petriew
orbit_ArgOfPericenter=181.9395
orbit_AscendingNode=214.1001
orbit_Eccentricity=0.698837
orbit_Inclination=13.9983
orbit_PericenterDistance=0.933685
orbit_TimeAtPericenter=2456152.62209491
orbit_good=164
parent=Sun
radius=5
slope_parameter=4
tex_map=nomap.png
type=comet

[1864daedalus]
absolute_magnitude=14.85
albedo=0.15
color=1., 1., 1.
coord_func=comet_orbit
lighting=false
minor_planet_number=1864
name=Daedalus
orbit_ArgOfPericenter=325.60128
orbit_AscendingNode=6.65168
orbit_Eccentricity=0.6145902
orbit_Epoch=2457000.5
orbit_Inclination=22.20546
orbit_MeanAnomaly=184.9001
orbit_MeanMotion=0.55814307
orbit_SemiMajorAxis=1.4609623
parent=Sun
radius=4
slope_parameter=0.15
tex_map=nomap.png
type=asteroid

[1866sisyphus]
absolute_magnitude=12.4
albedo=0.15
color=1., 1., 1.
coord_func=comet_orbit
lighting=false
minor_planet_number=1866
name=Sisyphus
orbit_ArgOfPericenter=293.05608
orbit_AscendingNode=63.5563
orbit_Eccentricity=0.5382992
orbit_Epoch=2457000.5
orbit_Inclination=41.18743
orbit_MeanAnomaly=67.67116
orbit_MeanMotion=0.37814979
orbit_SemiMajorAxis=1.8939135
parent=Sun
radius=12
slope_parameter=0.15
tex_map=nomap.png
type=asteroid

[19pborrelly]
absolute_magnitude=4.5
albedo=0.1
color=1.0, 1.0, 1.0
coord_func=comet_orbit
dust_brightnessfactor=1.5
dust_lengthfactor=0.4
dust_widthfactor=1.5
lighting=false
name=19P/Borrelly
orbit_ArgOfPericenter=353.4565
orbit_AscendingNode=75.3777
orbit_Eccentricity=0.625462
orbit_Inclination=30.3678
orbit_PericenterDistance=1.348959
orbit_TimeAtPericenter=2457171.41469907
orbit_good=286
parent=Sun
radius=5
slope_parameter=10
tex_map=nomap.png
type=comet

[1ceres]
absolute_magnitude=3.34
albedo=0.113
color=1., 1., 1.
coord_func=comet_orbit
halo=true
lighting=true
minor_planet_number=1
name=Ceres
oblateness=0.0
orbit_ArgOfPericenter=72.522
orbit_AscendingNode=80.32927
orbit_Eccentricity=0.0758228
orbit_Epoch=2457000.5
orbit_Inclination=10.59338
orbit_MeanAnomaly=95.98921
orbit_MeanMotion=0.2140776
orbit_SemiMajorAxis=2.7675059
orbit_visualization_period=1680.15
parent=Sun
radius=470
slope_parameter=0.12
tex_halo=star16x16.png
tex_map=ceres.png
type=dwarf planet

[1phalley]
absolute_magnitude=5.5
albedo=0.1
color=1.0, 1.0, 1.0
coord_func=comet_orbit
dust_brightnessfactor=1.5
dust_lengthfactor=0.4
dust_widthfactor=1.5
lighting=false
name=1P/Halley
orbit_ArgOfPericenter=111.7154
orbit_AscendingNode=58.8583
orbit_Eccentricity=0.968004
orbit_Inclination=162.2453
orbit_PericenterDistance=0.57136
orbit_TimeAtPericenter=2446463.12979167
orbit_good=78
parent=Sun
radius=5
slope_parameter=3.2
tex_map=nomap.png
type=comet

[20000varuna]
absolute_magnitude=3.6
albedo=0.15
color=1., 1., 1.
coord_func=comet_orbit
lighting=true
minor_planet_number=20000
name=Varuna
orbit_ArgOfPericenter=272.99104
orbit_AscendingNode=97.26724
orbit_Eccentricity=0.051172
orbit_Epoch=2457000.5
orbit_Inclination=17.14755
orbit_MeanAnomaly=101.50923
orbit_MeanMotion=0.00347209
orbit_SemiMajorAxis=43.1925187
orbit_visualization_period=103536.97
parent=Sun
radius=654
slope_parameter=0.15
tex_map=nomap.png
type=cubewano

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

[2089962003az84]
absolute_magnitude=3.8
albedo=0.15
color=1.0, 1.0, 1.0
coord_func=comet_orbit
lighting=false
minor_planet_number=208996
name=2003 AZ84
orbit_ArgOfPericenter=13.80828
orbit_AscendingNode=251.98309
orbit_Eccentricity=0.1750083
orbit_Epoch=2457000.5
orbit_Inclination=13.55372
orbit_MeanAnomaly=227.70533
orbit_MeanMotion=0.00394339
orbit_SemiMajorAxis=39.6786096
parent=Sun
radius=597
slope_parameter=0.15
tex_map=nomap.png
type=plutino

[213pvanness]
absolute_magnitude=10.5
albedo=0.1
color=1.0, 1.0, 1.0
coord_func=comet_orbit
dust_brightnessfactor=1.5
dust_lengthfactor=0.4
dust_widthfactor=1.5
lighting=false
name=213P/Van Ness
orbit_ArgOfPericenter=4.1058
orbit_AscendingNode=311.7455
orbit_Eccentricity=0.402865
orbit_Inclination=10.4721
orbit_PericenterDistance=2.014751
orbit_TimeAtPericenter=2458020.75099537
orbit_good=522
parent=Sun
radius=5
slope_parameter=4
tex_map=nomap.png
type=comet

[218bianca]
absolute_magnitude=8.6
albedo=0.15
color=1.0, 1.0, 1.0
coord_func=comet_orbit
lighting=false
minor_planet_number=218
name=Bianca
orbit_ArgOfPericenter=62.9836
orbit_AscendingNode=170.6431
orbit_Eccentricity=0.11645
orbit_Epoch=2456800.5
orbit_Inclination=15.1996
orbit_MeanAnomaly=349.1634
orbit_MeanMotion=0.2263061
orbit_SemiMajorAxis=2.666891
parent=Sun
radius=66
slope_parameter=0.32
tex_map=nomap.png
type=asteroid

[218plinear]
absolute_magnitude=16
albedo=0.1
color=1.0, 1.0, 1.0
coord_func=comet_orbit
dust_brightnessfactor=1.5
dust_lengthfactor=0.4
dust_widthfactor=1.5
lighting=false
name=218P/LINEAR
orbit_ArgOfPericenter=59.6654
orbit_AscendingNode=176.024
orbit_Eccentricity=0.621594
orbit_Inclination=2.7248
orbit_PericenterDistance=1.171488
orbit_TimeAtPericenter=2457135.66939815
orbit_good=231
parent=Sun
radius=5
slope_parameter=4
tex_map=nomap.png
type=comet

[21pgiacobinizinner]
absolute_magnitude=9
albedo=0.1
color=1.0, 1.0, 1.0
coord_func=comet_orbit
dust_brightnessfactor=1.5
dust_lengthfactor=0.4
dust_widthfactor=1.5
lighting=false
name=21P/Giacobini-Zinner
orbit_ArgOfPericenter=172.5509
orbit_AscendingNode=195.4017
orbit_Eccentricity=0.706627
orbit_Inclination=31.9048
orbit_PericenterDistance=1.031112
orbit_TimeAtPericenter=2455968.46489583
orbit_good=191
parent=Sun
radius=5
slope_parameter=6
tex_map=nomap.png
type=comet

[2250882007or10]
absolute_magnitude=2
albedo=0.19
color=1., 1., 1.
coord_func=comet_orbit
lighting=true
minor_planet_number=225088
name=2007 OR10
orbit_ArgOfPericenter=206.65841
orbit_AscendingNode=336.81474
orbit_Eccentricity=0.505976
orbit_Epoch=2457000.5
orbit_Inclination=30.93919
orbit_MeanAnomaly=103.81914
orbit_MeanMotion=0.00180334
orbit_SemiMajorAxis=66.8473476
orbit_visualization_period=200098.38
parent=Sun
radius=1367
slope_parameter=0.15
tex_map=nomap.png
type=scattered disc object

[2297622007uk126]
absolute_magnitude=3.4
albedo=0.15
color=1.0, 1.0, 1.0
coord_func=comet_orbit
lighting=false
minor_planet_number=229762
name=2007 UK126
orbit_ArgOfPericenter=346.28432
orbit_AscendingNode=131.29092
orbit_Eccentricity=0.4930058
orbit_Epoch=2457000.5
orbit_Inclination=23.33969
orbit_MeanAnomaly=342.31667
orbit_MeanMotion=0.0015481
orbit_SemiMajorAxis=74.0066812
parent=Sun
radius=717
slope_parameter=0.15
tex_map=nomap.png
type=scattered disc object

[22pkopff]
absolute_magnitude=3
albedo=0.1
color=1.0, 1.0, 1.0
coord_func=comet_orbit
dust_brightnessfactor=1.5
dust_lengthfactor=0.4
dust_widthfactor=1.5
lighting=false
name=22P/Kopff
orbit_ArgOfPericenter=162.8843
orbit_AscendingNode=120.8738
orbit_Eccentricity=0.547699
orbit_Inclination=4.7372
orbit_PericenterDistance=1.558434
orbit_TimeAtPericenter=2457320.58829861
orbit_good=355
parent=Sun
radius=5
slope_parameter=10.4
tex_map=nomap.png
type=comet

[230plinear]
absolute_magnitude=13
albedo=0.1
color=1.0, 1.0, 1.0
coord_func=comet_orbit
dust_brightnessfactor=1.5
dust_lengthfactor=0.4
dust_widthfactor=1.5
lighting=false
name=230P/LINEAR
orbit_ArgOfPericenter=308.912
orbit_AscendingNode=112.3977
orbit_Eccentricity=0.563172
orbit_Inclination=14.6535
orbit_PericenterDistance=1.485228
orbit_TimeAtPericenter=2457344.55459491
orbit_good=330
parent=Sun
radius=5
slope_parameter=4
tex_map=nomap.png
type=comet

[243ida]
absolute_magnitude=9.94
albedo=0.15
color=1.0, 1.0, 1.0
coord_func=comet_orbit
lighting=false
minor_planet_number=243
name=Ida
orbit_ArgOfPericenter=110.3175
orbit_AscendingNode=324.0286
orbit_Eccentricity=0.041485
orbit_Epoch=2456800.5
orbit_Inclination=1.1322
orbit_MeanAnomaly=236.46
orbit_MeanMotion=0.2035131
orbit_SemiMajorAxis=2.862472
parent=Sun
radius=36
slope_parameter=0.15
tex_map=ida.png
type=asteroid

[24pschaumasse]
absolute_magnitude=6.5
albedo=0.1
color=1.0, 1.0, 1.0
coord_func=comet_orbit
dust_brightnessfactor=1.5
dust_lengthfactor=0.4
dust_widthfactor=1.5
lighting=false
name=24P/Schaumasse
orbit_ArgOfPericenter=57.9622
orbit_AscendingNode=79.6935
orbit_Eccentricity=0.70486
orbit_Inclination=11.7343
orbit_PericenterDistance=1.206293
orbit_TimeAtPericenter=2458074.01638889
orbit_good=241
parent=Sun
radius=5
slope_parameter=14
tex_map=nomap.png
type=comet

[29pschwassmannwachmann]
absolute_magnitude=4
albedo=0.1
color=1.0, 1.0, 1.0
coord_func=comet_orbit
dust_brightnessfactor=1.5
dust_lengthfactor=0.4
dust_widthfactor=1.5
lighting=false
name=29P/Schwassmann-Wachmann
orbit_ArgOfPericenter=50.0763
orbit_AscendingNode=312.4109
orbit_Eccentricity=0.041743
orbit_Inclination=9.3768
orbit_PericenterDistance=5.759441
orbit_TimeAtPericenter=2458581.89979167
orbit_good=1000
parent=Sun
radius=5
slope_parameter=4
tex_map=nomap.png
type=comet

[2pallas]
absolute_magnitude=4.13
albedo=0.159
color=1., 1., 1.
coord_func=comet_orbit
halo=true
lighting=true
minor_planet_number=2
name=Pallas
oblateness=0.0
orbit_ArgOfPericenter=309.93032
orbit_AscendingNode=173.09624
orbit_Eccentricity=0.2312737
orbit_Epoch=2457000.5
orbit_Inclination=34.841
orbit_MeanAnomaly=78.22871
orbit_MeanMotion=0.21360273
orbit_SemiMajorAxis=2.7716062
orbit_visualization_period=1686.333
parent=Sun
radius=220
slope_parameter=0.11
tex_halo=star16x16.png
tex_map=nomap.png
type=asteroid

[2pencke]
absolute_magnitude=11.5
albedo=0.1
color=1.0, 1.0, 1.0
coord_func=comet_orbit
dust_brightnessfactor=1.5
dust_lengthfactor=0.4
dust_widthfactor=1.5
lighting=false
name=2P/Encke
orbit_ArgOfPericenter=186.5428
orbit_AscendingNode=334.5686
orbit_Eccentricity=0.848322
orbit_Inclination=11.7818
orbit_PericenterDistance=0.335986
orbit_TimeAtPericenter=2456618.25028935
orbit_good=35
parent=Sun
radius=5
slope_parameter=6
tex_map=nomap.png
type=comet

[3072612002ms4]
absolute_magnitude=3.7
albedo=0.15
color=1.0, 1.0, 1.0
coord_func=comet_orbit
lighting=false
minor_planet_number=307261
name=2002 MS4
orbit_ArgOfPericenter=215.6145
orbit_AscendingNode=216.0433
orbit_Eccentricity=0.1466766
orbit_Epoch=2457000.5
orbit_Inclination=17.68938
orbit_MeanAnomaly=214.66695
orbit_MeanMotion=0.00366823
orbit_SemiMajorAxis=41.6388062
parent=Sun
radius=625
slope_parameter=0.15
tex_map=nomap.png
type=cubewano

[3200phaethon]
absolute_magnitude=14.6
albedo=0.15
color=1., 1., 1.
coord_func=comet_orbit
lighting=false
minor_planet_number=3200
name=Phaethon
orbit_ArgOfPericenter=322.14372
orbit_AscendingNode=265.26523
orbit_Eccentricity=0.889836
orbit_Epoch=2457000.5
orbit_Inclination=22.23998
orbit_MeanAnomaly=293.76105
orbit_MeanMotion=0.68769822
orbit_SemiMajorAxis=1.2711714
parent=Sun
radius=5
slope_parameter=0.15
tex_map=nomap.png
type=asteroid

[32pcomassola]
absolute_magnitude=6.5
albedo=0.1
color=1.0, 1.0, 1.0
coord_func=comet_orbit
dust_brightnessfactor=1.5
dust_lengthfactor=0.4
dust_widthfactor=1.5
lighting=false
name=32P/Comas Sola
orbit_ArgOfPericenter=53.33
orbit_AscendingNode=57.8352
orbit_Eccentricity=0.556264
orbit_Inclination=9.9692
orbit_PericenterDistance=2.001043
orbit_TimeAtPericenter=2456948.05069444
orbit_good=516
parent=Sun
radius=5
slope_parameter=8
tex_map=nomap.png
type=comet

[3574392004bl86]
absolute_magnitude=19
albedo=0.15
color=1.0, 1.0, 1.0
coord_func=comet_orbit
lighting=false
minor_planet_number=357439
name=2004 BL86
orbit_ArgOfPericenter=311.25489
orbit_AscendingNode=126.72038
orbit_Eccentricity=0.4030734
orbit_Epoch=2457000.5
orbit_Inclination=23.74362
orbit_MeanAnomaly=354.03308
orbit_MeanMotion=0.5353175
orbit_SemiMajorAxis=1.5022023
parent=Sun
radius=1
slope_parameter=0.15
tex_map=nomap.png
type=asteroid

[367943duende]
absolute_magnitude=24
albedo=0.15
color=1., 1., 1.
coord_func=comet_orbit
lighting=false
minor_planet_number=367943
name=Duende
orbit_ArgOfPericenter=195.58092
orbit_AscendingNode=146.96837
orbit_Eccentricity=0.0894282
orbit_Epoch=2457000.5
orbit_Inclination=11.60923
orbit_MeanAnomaly=191.97838
orbit_MeanMotion=1.13479168
orbit_SemiMajorAxis=0.9103155
parent=Sun
radius=1
slope_parameter=0.15
tex_map=nomap.png
type=asteroid

[37pforbes]
absolute_magnitude=10.5
albedo=0.1
color=1.0, 1.0, 1.0
coord_func=comet_orbit
dust_brightnessfactor=1.5
dust_lengthfactor=0.4
dust_widthfactor=1.5
lighting=false
name=37P/Forbes
orbit_ArgOfPericenter=330.2025
orbit_AscendingNode=314.6379
orbit_Eccentricity=0.535964
orbit_Inclination=8.9795
orbit_PericenterDistance=1.600484
orbit_TimeAtPericenter=2458242.40729167
orbit_good=369
parent=Sun
radius=5
slope_parameter=4.8
tex_map=nomap.png
type=comet

[38628huya]
absolute_magnitude=4.9
albedo=0.15
color=1.0, 1.0, 1.0
coord_func=comet_orbit
lighting=false
minor_planet_number=38628
name=Huya
orbit_ArgOfPericenter=67.51148
orbit_AscendingNode=169.24627
orbit_Eccentricity=0.2772819
orbit_Epoch=2457000.5
orbit_Inclination=15.46565
orbit_MeanAnomaly=359.97606
orbit_MeanMotion=0.00397323
orbit_SemiMajorAxis=39.4796563
parent=Sun
radius=360
slope_parameter=0.15
tex_map=nomap.png
type=plutino

[3juno]
absolute_magnitude=5.33
albedo=0.238
color=1., 1., 1.
coord_func=comet_orbit
halo=true
lighting=true
minor_planet_number=3
name=Juno
oblateness=0.0
orbit_ArgOfPericenter=248.40995
orbit_AscendingNode=169.87117
orbit_Eccentricity=0.2554482
orbit_Epoch=2457000.5
orbit_Inclination=12.98166
orbit_MeanAnomaly=33.07717
orbit_MeanMotion=0.22582205
orbit_SemiMajorAxis=2.6707003
orbit_visualization_period=1591.93
parent=Sun
radius=130
slope_parameter=0.32
tex_halo=star16x16.png
tex_map=nomap.png
type=asteroid

[41ptuttlegiacobinikresak]
absolute_magnitude=10
albedo=0.1
color=1.0, 1.0, 1.0
coord_func=comet_orbit
dust_brightnessfactor=1.5
dust_lengthfactor=0.4
dust_widthfactor=1.5
lighting=false
name=41P/Tuttle-Giacobini-Kresak
orbit_ArgOfPericenter=62.0996
orbit_AscendingNode=141.0843
orbit_Eccentricity=0.660811
orbit_Inclination=9.2292
orbit_PericenterDistance=1.046568
orbit_TimeAtPericenter=2457857.60489583
orbit_good=195
parent=Sun
radius=5
slope_parameter=16
tex_map=nomap.png
type=comet

[433eros]
absolute_magnitude=11.16
albedo=0.15
color=1., 0.849, 0.718
coord_func=comet_orbit
lighting=false
minor_planet_number=433
name=Eros
orbit_ArgOfPericenter=178.79559
orbit_AscendingNode=304.33455
orbit_Eccentricity=0.2226338
orbit_Epoch=2457000.5
orbit_Inclination=10.829
orbit_MeanAnomaly=231.40142
orbit_MeanMotion=0.55986761
orbit_SemiMajorAxis=1.4579607
parent=Sun
radius=21
slope_parameter=0.46
tex_map=eros.png
type=asteroid

[43pwolfharrington]
absolute_magnitude=8
albedo=0.1
color=1.0, 1.0, 1.0
coord_func=comet_orbit
dust_brightnessfactor=1.5
dust_lengthfactor=0.4
dust_widthfactor=1.5
lighting=false
name=43P/Wolf-Harrington
orbit_ArgOfPericenter=191.5792
orbit_AscendingNode=249.8541
orbit_Eccentricity=0.594763
orbit_Inclination=15.9674
orbit_PericenterDistance=1.357518
orbit_TimeAtPericenter=2457620.10479167
orbit_good=288
parent=Sun
radius=5
slope_parameter=6
tex_map=nomap.png
type=comet

[45phondamrkospajdusakova]
absolute_magnitude=13.5
albedo=0.1
color=1.0, 1.0, 1.0
coord_func=comet_orbit
dust_brightnessfactor=1.5
dust_lengthfactor=0.4
dust_widthfactor=1.5
lighting=false
name=45P/Honda-Mrkos-Pajdusakova
orbit_ArgOfPericenter=326.297
orbit_AscendingNode=89.0008
orbit_Eccentricity=0.824122
orbit_Inclination=4.2516
orbit_PericenterDistance=0.531764
orbit_TimeAtPericenter=2457753.61138889
orbit_good=70
parent=Sun
radius=5
slope_parameter=8
tex_map=nomap.png
type=comet

[48pjohnson]
absolute_magnitude=10
albedo=0.1
color=1.0, 1.0, 1.0
coord_func=comet_orbit
dust_brightnessfactor=1.5
dust_lengthfactor=0.4
dust_widthfactor=1.5
lighting=false
name=48P/Johnson
orbit_ArgOfPericenter=209.2196
orbit_AscendingNode=115.7763
orbit_Eccentricity=0.419916
orbit_Inclination=13.3977
orbit_PericenterDistance=2.056395
orbit_TimeAtPericenter=2455898.2758912
orbit_good=538
parent=Sun
radius=5
slope_parameter=6
tex_map=nomap.png
type=comet

[4vesta]
absolute_magnitude=3.2
albedo=0.423
color=1., 1., 1.
coord_func=comet_orbit
halo=true
lighting=true
minor_planet_number=4
name=Vesta
oblateness=0.0
orbit_ArgOfPericenter=151.19843
orbit_AscendingNode=103.85141
orbit_Eccentricity=0.0887401
orbit_Epoch=2457000.5
orbit_Inclination=7.14043
orbit_MeanAnomaly=20.86389
orbit_MeanMotion=0.27154465
orbit_SemiMajorAxis=2.3617933
orbit_visualization_period=1325.46
parent=Sun
radius=280
slope_parameter=0.32
tex_halo=star16x16.png
tex_map=vesta.png
type=asteroid

[50000quaoar]
absolute_magnitude=2.4
albedo=0.16
color=1., 1., 1.
coord_func=comet_orbit
lighting=true
minor_planet_number=50000
name=Quaoar
orbit_ArgOfPericenter=159.61505
orbit_AscendingNode=188.83382
orbit_Eccentricity=0.0347339
orbit_Epoch=2457000.5
orbit_Inclination=7.9888
orbit_MeanAnomaly=281.79806
orbit_MeanMotion=0.00346396
orbit_SemiMajorAxis=43.2600581
orbit_visualization_period=103783.57
parent=Sun
radius=1037
slope_parameter=0.15
tex_map=nomap.png
type=plutoid

[51pharrington]
absolute_magnitude=10
albedo=0.1
color=1.0, 1.0, 1.0
coord_func=comet_orbit
dust_brightnessfactor=1.5
dust_lengthfactor=0.4
dust_widthfactor=1.5
lighting=false
name=51P/Harrington
orbit_ArgOfPericenter=269.3006
orbit_AscendingNode=83.6948
orbit_Eccentricity=0.542437
orbit_Inclination=5.4243
orbit_PericenterDistance=1.699445
orbit_TimeAtPericenter=2457246.95459491
orbit_good=404
parent=Sun
radius=5
slope_parameter=8
tex_map=nomap.png
type=comet

[53pvanbiesbroeck]
absolute_magnitude=7.7
albedo=0.1
color=1.0, 1.0, 1.0
coord_func=comet_orbit
dust_brightnessfactor=1.5
dust_lengthfactor=0.4
dust_widthfactor=1.5
lighting=false
name=53P/Van Biesbroeck
orbit_ArgOfPericenter=134.164
orbit_AscendingNode=148.9228
orbit_Eccentricity=0.5514
orbit_Inclination=6.6083
orbit_PericenterDistance=2.427892
orbit_TimeAtPericenter=2457508.38569444
orbit_good=690
parent=Sun
radius=5
slope_parameter=4.8
tex_map=nomap.png
type=comet

[556372002ux25]
absolute_magnitude=3.8
albedo=0.15
color=1.0, 1.0, 1.0
coord_func=comet_orbit
lighting=false
minor_planet_number=55637
name=2002 UX25
orbit_ArgOfPericenter=277.34038
orbit_AscendingNode=204.64641
orbit_Eccentricity=0.1446031
orbit_Epoch=2457000.5
orbit_Inclination=19.4512
orbit_MeanAnomaly=294.09238
orbit_MeanMotion=0.00352913
orbit_SemiMajorAxis=42.7259048
parent=Sun
radius=597
slope_parameter=0.15
tex_map=nomap.png
type=cubewano

[62ptsuchinshan]
absolute_magnitude=8
albedo=0.1
color=1.0, 1.0, 1.0
coord_func=comet_orbit
dust_brightnessfactor=1.5
dust_lengthfactor=0.4
dust_widthfactor=1.5
lighting=false
name=62P/Tsuchinshan
orbit_ArgOfPericenter=30.2941
orbit_AscendingNode=90.289
orbit_Eccentricity=0.597944
orbit_Inclination=9.7118
orbit_PericenterDistance=1.382703
orbit_TimeAtPericenter=2458073.25709491
orbit_good=296
parent=Sun
radius=5
slope_parameter=10
tex_map=nomap.png
type=comet

[64pswiftgehrels]
absolute_magnitude=8.5
albedo=0.1
color=1.0, 1.0, 1.0
coord_func=comet_orbit
dust_brightnessfactor=1.5
dust_lengthfactor=0.4
dust_widthfactor=1.5
lighting=false
name=64P/Swift-Gehrels
orbit_ArgOfPericenter=97.1248
orbit_AscendingNode=300.0843
orbit_Eccentricity=0.687791
orbit_Inclination=8.9408
orbit_PericenterDistance=1.389764
orbit_TimeAtPericenter=2458426.10168981
orbit_good=299
parent=Sun
radius=5
slope_parameter=12
tex_map=nomap.png
type=comet

[66pdutoit]
absolute_magnitude=12
albedo=0.1
color=1.0, 1.0, 1.0
coord_func=comet_orbit
dust_brightnessfactor=1.5
dust_lengthfactor=0.4
dust_widthfactor=1.5
lighting=false
name=66P/du Toit
orbit_ArgOfPericenter=257.343
orbit_AscendingNode=21.9717
orbit_Eccentricity=0.786621
orbit_Inclination=18.6702
orbit_PericenterDistance=1.285723
orbit_TimeAtPericenter=2458258.52399306
orbit_good=266
parent=Sun
radius=5
slope_parameter=3.6
tex_map=nomap.png
type=comet

[67pchuryumovgerasimenko]
absolute_magnitude=11
albedo=1
color=1., 1., 1.
coord_func=comet_orbit
dust_brightnessfactor=1.5
dust_lengthfactor=0.4
dust_widthfactor=1.5
lighting=false
name=67P/Churyumov-Gerasimenko
orbit_ArgOfPericenter=12.792
orbit_AscendingNode=50.1378
orbit_Eccentricity=0.640934
orbit_Inclination=7.0401
orbit_PericenterDistance=1.243255
orbit_TimeAtPericenter=2457247.57899306
orbit_good=253
parent=Sun
radius=5
slope_parameter=4
tex_map=comet.png
type=comet

[6pd%27arrest]
absolute_magnitude=7.5
albedo=0.1
color=1.0, 1.0, 1.0
coord_func=comet_orbit
dust_brightnessfactor=1.5
dust_lengthfactor=0.4
dust_widthfactor=1.5
lighting=false
name=6P/d'Arrest
orbit_ArgOfPericenter=178.1208
orbit_AscendingNode=138.9334
orbit_Eccentricity=0.61143
orbit_Inclination=19.4817
orbit_PericenterDistance=1.361516
orbit_TimeAtPericenter=2457083.93278935
orbit_good=290
parent=Sun
radius=5
slope_parameter=16
tex_map=nomap.png
type=comet

[71pclark]
absolute_magnitude=9.8
albedo=0.1
color=1.0, 1.0, 1.0
coord_func=comet_orbit
dust_brightnessfactor=1.5
dust_lengthfactor=0.4
dust_widthfactor=1.5
lighting=false
name=71P/Clark
orbit_ArgOfPericenter=208.9912
orbit_AscendingNode=59.5661
orbit_Eccentricity=0.495655
orbit_Inclination=9.4519
orbit_PericenterDistance=1.580142
orbit_TimeAtPericenter=2457934.35219907
orbit_good=362
parent=Sun
radius=5
slope_parameter=6
tex_map=nomap.png
type=comet

[7pponswinnecke]
absolute_magnitude=10
albedo=0.1
color=1.0, 1.0, 1.0
coord_func=comet_orbit
dust_brightnessfactor=1.5
dust_lengthfactor=0.4
dust_widthfactor=1.5
lighting=false
name=7P/Pons-Winnecke
orbit_ArgOfPericenter=172.506
orbit_AscendingNode=93.4161
orbit_Eccentricity=0.637556
orbit_Inclination=22.3349
orbit_PericenterDistance=1.239211
orbit_TimeAtPericenter=2457053.02739583
orbit_good=251
parent=Sun
radius=5
slope_parameter=6
tex_map=nomap.png
type=comet

[81pwild]
absolute_magnitude=7
albedo=0.1
color=1.0, 1.0, 1.0
coord_func=comet_orbit
dust_brightnessfactor=1.5
dust_lengthfactor=0.4
dust_widthfactor=1.5
lighting=false
name=81P/Wild
orbit_ArgOfPericenter=41.6945
orbit_AscendingNode=136.1257
orbit_Eccentricity=0.538124
orbit_Inclination=3.2391
orbit_PericenterDistance=1.5927
orbit_TimeAtPericenter=2457589.87559028
orbit_good=367
parent=Sun
radius=5
slope_parameter=6
tex_map=nomap.png
type=comet

[88phowell]
absolute_magnitude=11
albedo=0.1
color=1.0, 1.0, 1.0
coord_func=comet_orbit
dust_brightnessfactor=1.5
dust_lengthfactor=0.4
dust_widthfactor=1.5
lighting=false
name=88P/Howell
orbit_ArgOfPericenter=235.9199
orbit_AscendingNode=56.6978
orbit_Eccentricity=0.563006
orbit_Inclination=4.3826
orbit_PericenterDistance=1.35859
orbit_TimeAtPericenter=2457118.7383912
orbit_good=289
parent=Sun
radius=5
slope_parameter=6
tex_map=nomap.png
type=comet

[90377sedna]
absolute_magnitude=1.5
albedo=0.32
color=1., 1., 1.
coord_func=comet_orbit
lighting=true
minor_planet_number=90377
name=Sedna
orbit_ArgOfPericenter=311.27817
orbit_AscendingNode=144.54808
orbit_Eccentricity=0.854804
orbit_Epoch=2457000.5
orbit_Inclination=11.92867
orbit_MeanAnomaly=358.16148
orbit_MeanMotion=8.215e-05
orbit_SemiMajorAxis=524.0911195
orbit_visualization_period=4614318.98
parent=Sun
radius=1643
slope_parameter=0.15
tex_map=nomap.png
type=Oort cloud object

[90482orcus]
absolute_magnitude=2.2
albedo=0.25
color=1., 1., 1.
coord_func=comet_orbit
lighting=true
minor_planet_number=90482
name=Orcus
orbit_ArgOfPericenter=73.39502
orbit_AscendingNode=268.48235
orbit_Eccentricity=0.2184332
orbit_Epoch=2457000.5
orbit_Inclination=20.55214
orbit_MeanAnomaly=172.56812
orbit_MeanMotion=0.00397624
orbit_SemiMajorAxis=39.4597575
orbit_visualization_period=89911.42
parent=Sun
radius=1190
slope_parameter=0.15
tex_map=nomap.png
type=plutino

[951gaspra]
absolute_magnitude=11.46
albedo=0.15
color=1., 0.904, 0.791
coord_func=comet_orbit
lighting=false
minor_planet_number=951
name=Gaspra
orbit_ArgOfPericenter=129.5114
orbit_AscendingNode=253.1696
orbit_Eccentricity=0.17351
orbit_Epoch=2456800.5
orbit_Inclination=4.1029
orbit_MeanAnomaly=233.2158
orbit_MeanMotion=0.3000584
orbit_SemiMajorAxis=2.209694
parent=Sun
radius=18
slope_parameter=0.15
tex_map=gaspra.png
type=asteroid

[99942apophis]
absolute_magnitude=19.2
albedo=0.15
color=1., 1., 1.
coord_func=comet_orbit
lighting=false
minor_planet_number=99942
name=Apophis
orbit_ArgOfPericenter=126.456
orbit_AscendingNode=204.20546
orbit_Eccentricity=0.1911852
orbit_Epoch=2457000.5
orbit_Inclination=3.33051
orbit_MeanAnomaly=183.3154
orbit_MeanMotion=1.11306877
orbit_SemiMajorAxis=0.9221213
parent=Sun
radius=1
slope_parameter=0.15
tex_map=nomap.png
type=asteroid

[9ptempel]
absolute_magnitude=5.5
albedo=0.1
color=1.0, 1.0, 1.0
coord_func=comet_orbit
dust_brightnessfactor=1.5
dust_lengthfactor=0.4
dust_widthfactor=1.5
lighting=false
name=9P/Tempel
orbit_ArgOfPericenter=179.2228
orbit_AscendingNode=68.8371
orbit_Eccentricity=0.510329
orbit_Inclination=10.4822
orbit_PericenterDistance=1.539596
orbit_TimeAtPericenter=2457602.9812963
orbit_good=348
parent=Sun
radius=5
slope_parameter=10
tex_map=nomap.png
type=comet

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

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

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

[ariel]
albedo=0.39
color=1., 0.849, 0.731
coord_func=ariel_special
halo=true
lighting=true
name=Ariel
orbit_visualization_period=2.520
parent=Uranus
radius=578.9
rot_obliquity=0.0
rot_periode=-60.4890929200618
rot_rotation_offset=162.08
tex_halo=star16x16.png
tex_map=ariel.png
type=moon

[c2011kp36%28spacewatch%29]
absolute_magnitude=4.5
albedo=0.1
color=1.0, 1.0, 1.0
coord_func=comet_orbit
dust_brightnessfactor=1.5
dust_lengthfactor=0.4
dust_widthfactor=1.5
lighting=false
name=C/2011 KP36 (Spacewatch)
orbit_ArgOfPericenter=180.6296
orbit_AscendingNode=173.4042
orbit_Eccentricity=0.872839
orbit_Inclination=18.9849
orbit_PericenterDistance=4.882649
orbit_TimeAtPericenter=2457535.6658912
orbit_good=1000
parent=Sun
radius=5
slope_parameter=4
tex_map=nomap.png
type=comet

[c2012f3%28panstarrs%29]
absolute_magnitude=6.5
albedo=0.1
color=1.0, 1.0, 1.0
coord_func=comet_orbit
dust_brightnessfactor=1.5
dust_lengthfactor=0.4
dust_widthfactor=1.5
lighting=false
name=C/2012 F3 (PANSTARRS)
orbit_ArgOfPericenter=104.0247
orbit_AscendingNode=164.6131
orbit_Eccentricity=1.001704
orbit_Inclination=11.3543
orbit_PericenterDistance=3.456825
orbit_TimeAtPericenter=2457119.18959491
orbit_good=1000
parent=Sun
radius=5
slope_parameter=4
tex_map=nomap.png
type=comet

[c2012k1%28panstarrs%29]
absolute_magnitude=5.6
albedo=0.1
color=1.0, 1.0, 1.0
coord_func=comet_orbit
dust_brightnessfactor=1.5
dust_lengthfactor=0.4
dust_widthfactor=1.5
lighting=false
name=C/2012 K1 (PANSTARRS)
orbit_ArgOfPericenter=203.1057
orbit_AscendingNode=317.7381
orbit_Eccentricity=1.000213
orbit_Inclination=142.4287
orbit_PericenterDistance=1.054614
orbit_TimeAtPericenter=2456897.15539352
orbit_good=1000
parent=Sun
radius=5
slope_parameter=3.2
tex_map=nomap.png
type=comet

[c2012x1%28linear%29]
absolute_magnitude=4.8
albedo=0.1
color=1.0, 1.0, 1.0
coord_func=comet_orbit
dust_brightnessfactor=1.5
dust_lengthfactor=0.4
dust_widthfactor=1.5
lighting=false
name=C/2012 X1 (LINEAR)
orbit_ArgOfPericenter=132.0947
orbit_AscendingNode=113.1444
orbit_Eccentricity=0.989822
orbit_Inclination=44.3659
orbit_PericenterDistance=1.598498
orbit_TimeAtPericenter=2456710.12989583
orbit_good=369
parent=Sun
radius=5
slope_parameter=3.6
tex_map=nomap.png
type=comet

[c2013a1%28sidingspring%29]
absolute_magnitude=8.2
albedo=0.1
color=1.0, 1.0, 1.0
coord_func=comet_orbit
dust_brightnessfactor=1.5
dust_lengthfactor=0.4
dust_widthfactor=1.5
lighting=false
name=C/2013 A1 (Siding Spring)
orbit_ArgOfPericenter=2.4168
orbit_AscendingNode=300.9767
orbit_Eccentricity=1.000309
orbit_Inclination=129.0428
orbit_PericenterDistance=1.398678
orbit_TimeAtPericenter=2456955.79459491
orbit_good=1000
parent=Sun
radius=5
slope_parameter=2.4
tex_map=nomap.png
type=comet

[c2013us10%28catalina%29]
absolute_magnitude=4.4
albedo=0.1
color=1.0, 1.0, 1.0
coord_func=comet_orbit
dust_brightnessfactor=1.5
dust_lengthfactor=0.4
dust_widthfactor=1.5
lighting=false
name=C/2013 US10 (Catalina)
orbit_ArgOfPericenter=340.3533
orbit_AscendingNode=186.141
orbit_Eccentricity=1.000372
orbit_Inclination=148.8766
orbit_PericenterDistance=0.822958
orbit_TimeAtPericenter=2457342.20748843
orbit_good=1000
parent=Sun
radius=5
slope_parameter=4
tex_map=nomap.png
type=comet

[c2013v5%28oukaimeden%29]
absolute_magnitude=9
albedo=0.1
color=1.0, 1.0, 1.0
coord_func=comet_orbit
dust_brightnessfactor=1.5
dust_lengthfactor=0.4
dust_widthfactor=1.5
lighting=false
name=C/2013 V5 (Oukaimeden)
orbit_ArgOfPericenter=314.5749
orbit_AscendingNode=278.6165
orbit_Eccentricity=0.998657
orbit_Inclination=154.8845
orbit_PericenterDistance=0.62549
orbit_TimeAtPericenter=2456928.72149306
orbit_good=90
parent=Sun
radius=5
slope_parameter=4
tex_map=nomap.png
type=comet

[c2014q2%28lovejoy%29]
absolute_magnitude=4
albedo=0.1
color=1.0, 1.0, 1.0
coord_func=comet_orbit
dust_brightnessfactor=1.5
dust_lengthfactor=0.4
dust_widthfactor=1.5
lighting=false
name=C/2014 Q2 (Lovejoy)
orbit_ArgOfPericenter=12.3954
orbit_AscendingNode=94.9754
orbit_Eccentricity=0.997787
orbit_Inclination=80.3016
orbit_PericenterDistance=1.290357
orbit_TimeAtPericenter=2457052.56959491
orbit_good=267
parent=Sun
radius=5
slope_parameter=8.4
tex_map=nomap.png
type=comet

[c2014q3%28borisov%29]
absolute_magnitude=-0.5
albedo=0.1
color=1.0, 1.0, 1.0
coord_func=comet_orbit
dust_brightnessfactor=1.5
dust_lengthfactor=0.4
dust_widthfactor=1.5
lighting=false
name=C/2014 Q3 (Borisov)
orbit_ArgOfPericenter=47.3842
orbit_AscendingNode=63.1296
orbit_Eccentricity=0.942045
orbit_Inclination=89.9487
orbit_PericenterDistance=1.647426
orbit_TimeAtPericenter=2456980.57219907
orbit_good=386
parent=Sun
radius=5
slope_parameter=20
tex_map=nomap.png
type=comet

[c2014r1%28borisov%29]
absolute_magnitude=6.5
albedo=0.1
color=1.0, 1.0, 1.0
coord_func=comet_orbit
dust_brightnessfactor=1.5
dust_lengthfactor=0.4
dust_widthfactor=1.5
lighting=false
name=C/2014 R1 (Borisov)
orbit_ArgOfPericenter=55.6491
orbit_AscendingNode=104.0538
orbit_Eccentricity=0.992549
orbit_Inclination=9.9331
orbit_PericenterDistance=1.345452
orbit_TimeAtPericenter=2456980.74149306
orbit_good=285
parent=Sun
radius=5
slope_parameter=8.8
tex_map=nomap.png
type=comet

[c2014w2%28panstarrs%29]
absolute_magnitude=7.5
albedo=0.1
color=1.0, 1.0, 1.0
coord_func=comet_orbit
dust_brightnessfactor=1.5
dust_lengthfactor=0.4
dust_widthfactor=1.5
lighting=false
name=C/2014 W2 (PANSTARRS)
orbit_ArgOfPericenter=85.0007
orbit_AscendingNode=69.961
orbit_Eccentricity=0.998195
orbit_Inclination=81.9955
orbit_PericenterDistance=2.670422
orbit_TimeAtPericenter=2457457.96918981
orbit_good=796
parent=Sun
radius=5
slope_parameter=4
tex_map=nomap.png
type=comet

[callisto]
albedo=0.20
atmosphere=1
color=1., 0.979, 0.897
coord_func=calisto_special
halo=true
lighting=true
name=Callisto
orbit_visualization_period=16.689
parent=Jupiter
radius=2403.
rot_equator_ascending_node=160.6
rot_obliquity=0.4
rot_periode=400.5364314
rot_rotation_offset=120.80
tex_halo=star16x16.png
tex_map=callisto.png
type=moon

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

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

[deimos]
albedo=0.21
color=1., 0.93, 0.832
coord_func=deimos_special
halo=true
lighting=true
name=Deimos
orbit_visualization_period=1.263
parent=Mars
radius=6.2
rot_equator_ascending_node=186.6
rot_obliquity=0.6
rot_periode=30.29857807
rot_rotation_offset=211.4
tex_halo=star16x16.png
tex_map=deimos.png
type=moon

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

[dione]
albedo=0.7
color=1.0, 0.98, 0.966
coord_func=dione_special
halo=true
lighting=true
name=Dione
orbit_visualization_period=2.736915
parent=Saturn
radius=560.
rot_obliquity=0.0
rot_periode=65.68597326
rot_rotation_offset=316.98
tex_halo=star16x16.png
tex_map=dione.png
type=moon

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

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

[enceladus]
albedo=0.99
color=1., 0.998, 0.991
coord_func=enceladus_special
halo=true
lighting=true
name=Enceladus
orbit_visualization_period=1.370218
parent=Saturn
radius=249.4
rot_obliquity=0.0
rot_periode=32.88523401
rot_rotation_offset=322.9
tex_halo=star16x16.png
tex_map=enceladus.png
type=moon

[europa]
albedo=0.64
atmosphere=1
color=1., 0.968, 0.887
coord_func=europa_special
halo=true
lighting=true
name=Europa
orbit_visualization_period=3.551
parent=Jupiter
radius=1565.
rot_obliquity=0.0
rot_periode=85.22834590
rot_rotation_offset=54.89
tex_halo=star16x16.png
tex_map=europa.png
type=moon

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

[ganymede]
albedo=0.42
atmosphere=1
color=1., 0.962, 0.871
coord_func=ganymede_special
halo=true
lighting=true
name=Ganymede
orbit_visualization_period=7.155
parent=Jupiter
radius=2634.
rot_equator_ascending_node=161.6
rot_obliquity=0.1
rot_periode=171.7092749
rot_rotation_offset=260.61
tex_halo=star16x16.png
tex_map=ganymede.png
type=moon

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

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

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

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

[iapetus]
albedo=0.2
color=1., 0.973, 0.948
coord_func=iapetus_special
halo=true
lighting=true
name=Iapetus
orbit_visualization_period=79.33
parent=Saturn
radius=718.
rot_equator_ascending_node=213.7
rot_obliquity=15.5
rot_periode=1903.940390
rot_rotation_offset=223.73
tex_halo=star16x16.png
tex_map=iapetus.png
type=moon

[io]
albedo=0.61
atmosphere=1
color=1., .885, .598
coord_func=io_special
halo=true
lighting=true
name=Io
orbit_visualization_period=1.769
parent=Jupiter
radius=1821.3
rot_obliquity=0.0
rot_periode=42.45930719
rot_rotation_offset=220.35
tex_halo=star16x16.png
tex_map=io.png
type=moon

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

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

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

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

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

[mars]
albedo=0.150
atmosphere=1
color=1., 0.768, 0.504
coord_func=mars_special
halo=true
landscape=mars
lighting=true
name=Mars
oblateness=0.0064763
orbit_visualization_period=686.971
parent=Sun
radius=3397
rot_equator_ascending_node=82.91
rot_obliquity=26.72
rot_periode=24.622962
rot_pole_de=52.88212
rot_pole_ra=317.6725
rot_rotation_offset=136.005
tex_halo=star16x16.png
tex_map=mars.png
type=planet

[mercury]
albedo=0.06
color=1.0, 0.964, 0.914
coord_func=mercury_special
halo=true
lighting=true
name=Mercury
orbit_visualization_period=87.97
parent=Sun
radius=2439.7
rot_equator_ascending_node=48.42
rot_obliquity=7.01
rot_periode=1407.509405
rot_pole_de=61.45
rot_pole_ra=281.001
rot_rotation_offset=291.20
tex_halo=star16x16.png
tex_map=mercury.png
type=planet

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

[mimas]
albedo=0.5
color=1., 0.983, 0.972
coord_func=mimas_special
halo=true
lighting=true
name=Mimas
orbit_visualization_period=0.9424218
parent=Saturn
radius=198.6
rot_equator_ascending_node=137.8
rot_obliquity=1.5
rot_periode=22.61812344
rot_rotation_offset=126.39
tex_halo=star16x16.png
tex_map=mimas.png
type=moon

[miranda]
albedo=0.32
color=1., 0.902, 0.871
coord_func=miranda_special
halo=true
lighting=true
name=Miranda
orbit_visualization_period=1.413
parent=Uranus
radius=235.8
rot_obliquity=0.0
rot_periode=-33.92350158
rot_rotation_offset=35.78
tex_halo=star16x16.png
tex_map=miranda.png
type=moon

[moon]
albedo=0.12
color=1., 0.986, 0.968
coord_func=lunar_special
halo=true
landscape=moon
lighting=true
name=Moon
normals_map=moon_normals.png
orbit_visualization_period=27.321582
parent=Earth
radius=1737.4
rot_equator_ascending_node=0
rot_obliquity=23.45
rot_periode=655.7198811
rot_rotation_offset=38
tex_halo=halo.png
tex_map=moon.png
type=moon

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

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

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

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

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

[oberon]
albedo=0.23
color=1., 0.875, 0.798
coord_func=oberon_special
halo=true
lighting=true
name=Oberon
orbit_visualization_period=13.463
parent=Uranus
radius=761.4
rot_obliquity=0.0
rot_periode=-323.1175675
rot_rotation_offset=12.47
tex_halo=star16x16.png
tex_map=oberon.png
type=moon

[p2010v1%28ikeyamurakami%29]
absolute_magnitude=8
albedo=0.1
color=1.0, 1.0, 1.0
coord_func=comet_orbit
dust_brightnessfactor=1.5
dust_lengthfactor=0.4
dust_widthfactor=1.5
lighting=false
name=P/2010 V1 (Ikeya-Murakami)
orbit_ArgOfPericenter=152.3924
orbit_AscendingNode=3.7786
orbit_Eccentricity=0.489174
orbit_Inclination=9.3873
orbit_PericenterDistance=1.572817
orbit_TimeAtPericenter=2457457.66469907
orbit_good=360
parent=Sun
radius=5
slope_parameter=4
tex_map=nomap.png
type=comet

[p2013cu129%28panstarrs%29]
absolute_magnitude=18
albedo=0.1
color=1.0, 1.0, 1.0
coord_func=comet_orbit
dust_brightnessfactor=1.5
dust_lengthfactor=0.4
dust_widthfactor=1.5
lighting=false
name=P/2013 CU129 (PANSTARRS)
orbit_ArgOfPericenter=211.9519
orbit_AscendingNode=46.209
orbit_Eccentricity=0.722045
orbit_Inclination=12.1493
orbit_PericenterDistance=0.799924
orbit_TimeAtPericenter=2456511.37069444
orbit_good=130
parent=Sun
radius=5
slope_parameter=2
tex_map=nomap.png
type=comet

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

[phobos]
albedo=0.06
color=1., 0.919, 0.806
coord_func=phobos_special
halo=true
lighting=true
name=Phobos
orbit_visualization_period=0.319
parent=Mars
radius=11.1
rot_equator_ascending_node=186.6
rot_obliquity=0.6
rot_periode=7.653843687
rot_rotation_offset=169.17
tex_halo=star16x16.png
tex_map=phobos.png
type=moon

[pluto]
albedo=0.55
color=1.0, 0.848, 0.712
coord_func=pluto_special
halo=true
lighting=true
name=Pluto
orbit_visualization_period=90797
parent=Sun
radius=1195.
rot_equator_ascending_node=228.34
rot_obliquity=-115.60
rot_periode=-153.293904
rot_pole_de=9.09
rot_pole_ra=313.02
rot_rotation_offset=303.46
tex_halo=star16x16.png
tex_map=pluto.png
type=dwarf planet

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

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

[rhea]
albedo=0.7
color=1., 0.981, 0.942
coord_func=rhea_special
halo=true
lighting=true
name=Rhea
orbit_visualization_period=4.518
parent=Saturn
radius=764.
rot_obliquity=0.0
rot_periode=108.4200630
rot_rotation_offset=192.78
tex_halo=star16x16.png
tex_map=rhea.png
type=moon

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

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

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

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

[sun]
albedo=-1.
color=1.0, 0.98, 0.97
coord_func=sun_special
halo=false
lighting=false
name=Sun
parent=none
radius=696000.
rot_equator_ascending_node=196.13
rot_obliquity=7.25
rot_periode=654.61
tex_halo=NULL
tex_map=sun.png
type=star

[tethys]
albedo=0.9
color=0.999, 1., 0.999
coord_func=tethys_special
halo=true
lighting=true
name=Tethys
orbit_visualization_period=1.888
parent=Saturn
radius=529.8
rot_obliquity=0.0
rot_periode=45.30726146
rot_rotation_offset=329.90
tex_halo=star16x16.png
tex_map=tethys.png
type=moon

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

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

[titan]
albedo=0.21
atmosphere=1
color=1.0, 0.807, 0.453
coord_func=titan_special
halo=true
lighting=true
name=Titan
orbit_visualization_period=15.945421
parent=Saturn
radius=2575.
rot_equator_ascending_node=186.6
rot_obliquity=0.6
rot_periode=382.6907418
rot_rotation_offset=321.00
tex_halo=star16x16.png
tex_map=titan.png
type=moon

[titania]
albedo=0.27
color=1., 0.875, 0.779
coord_func=titania_special
halo=true
lighting=true
name=Titania
orbit_visualization_period=8.706
parent=Uranus
radius=788.9
rot_obliquity=0.0
rot_periode=-208.9407710
rot_rotation_offset=83.45
tex_halo=star16x16.png
tex_map=titania.png
type=moon

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

[umbriel]
albedo=0.21
color=1., 0.956, 0.956
coord_func=umbriel_special
halo=true
lighting=true
name=Umbriel
orbit_visualization_period=4.144
parent=Uranus
radius=584.7
rot_obliquity=0.0
rot_periode=-99.46022991
rot_rotation_offset=113.63
tex_halo=star16x16.png
tex_map=umbriel.png
type=moon

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

[venus]
albedo=0.77
atmosphere=1
color=1., 0.96, 0.876
coord_func=venus_special
halo=true
lighting=true
name=Venus
orbit_visualization_period=224.70
parent=Sun
radius=6051.8
rot_equator_ascending_node=300.22
rot_obliquity=178.78
rot_periode=-5832.479839
rot_pole_de=67.16
rot_pole_ra=272.76
rot_rotation_offset=137.45
tex_halo=star16x16.png
tex_map=venus.png
type=planet