-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
bodies.ini
826 lines (808 loc) · 31.1 KB
/
bodies.ini
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
; This is the file that holds information regarding the
; solar system KSP TOT works with when performing analysis.
; You may edit this file to add, remove, or modify celestial bodies
; in your KSP solar system. Alternatively, with the KSPTOTConnect plugin
; installed into KSP and KSP running in the flight scene, start KSP TOT and use:
; "File" -> "Create New Bodies File from KSP"
;
; Each bodies.ini file required a body called "Sun" with all
; zero orbital elements.
;
; Here is a breakdown of the various entries required by each body,
; a description of the quantity, and their units:
;
; [NameOfBodyOneWord] = Name of this body, must match name field below
; epoch = Time at which the given mean anomaly applies, [sec]
; sma = Semi-major axis of the body's orbit, [km]
; ecc = Eccentricity of the body's orbit, [dimensionless]
; inc = Inclination of the body's orbit, [deg]
; raan = Right ascension of the ascending node of the body's orbit, [deg]
; arg = Argument of periapsis of the body's orbit, [deg]
; mean = Mean anomaly at the given epoch of the body's orbit, [deg]
; gm = Gravitational parameter of the body, mu, [km^3/s^2]
; radius = Radius of the body's sphere, [km]
; atmoHgt = Maximum height of the atmosphere above the surface, [km]
; atmoPressAlts = a comma separated string of altitudes that correspond to the pressures in atmoPressPresses, [km]
; atmoPressPresses = a comma separated string of pressures that correspond to the altitudes in atmoPressAlts, [kPa]
; atmoTempAlts = a comma separated string of altitudes that correspond to the temperatures in atmoTempTemps, [km]
; atmoTempTemps = a comma separated string of temperatures that correspond to the altitudes in atmoTempTemps, [K]
; atmoTempSunMultAlts = a comma separated string of altitudes that correspond to the sun mult factors in atmoTempSunMults, [km]
; atmoTempSunMults = a comma separated string of temperature sun multiplication factors corresponding to atmoTempSunMultAlts, [noUnit]
; latTempBiasLats = a comma separated string of latitudes (0-90 deg only) that correspond to the temperature latitude biases in latTempBiases, [deg]
; latTempBiases = a comma separated string of temperature latitude biases, [K]
; latTempSunMultLats = a comma separated string of latitudes (0-90 deg only) that correspond to the temperature latitude biases in latTempBiases, [deg]
; latTempSunMults = a comma separated string of temperature sun multiplication factors corresponding to latTempSunMultLats, [noUnit]
; rotperiod = Rotational period of the body, length of sidereal day [sec]
; rotini = Initial rotation about the body spin axis at given epoch [deg]
; bodycolor = string that provides the body's gradiant color scheme when
; rendering, see for valid body colors (Color Map Names):
; https://www.mathworks.com/help/matlab/ref/colormap.html#inputarg_map
; surfTextureFile = a string that provides the location of a texture to apply to the sphere representing this body.
; For best results, use absolute an path to the image file. Image must be readable by
; MATLAB's imread() function.
; surfTextureZRotOffset = a scalar double that represents how far off the image center is from the 0 longitude mark, in degrees. Defaults to 0 if not specified.
; heightmapfile = a string that provides the location of the height map image, generated by Sigma Cartographer, that provides offsets to the equatorial radius due to terrain.
; For best results, use absolute an path to the image file. Image must be readable by
; MATLAB's imread() function.
; heightmapoffset = The minimum terrain altitude relative to the equatorial radius shown on the height map. The "offset" parameter generated by Sigma Cartographer in the Info.txt files. This number is in meters [m].
; heightmapdeformity = The height map deformity + the offset is the maximum terrain altitude relative to the equatorial radius shown on the height map. The "deformity" parameter generated by Sigma Cartographer in the Info.txt files. This number is in meters [m].
; canBeCentral = set to 1 if this body has moons/planets orbiting it or 0 if not
; canBeArriveDepart = set to 1 if this body is orbiting another body and at least
; one other body also orbits the same parent body, or 0 if not
; parent = name of the parent body as shown in that body's "name" field
; parentID = Id of the parent body as shown in that body's "id" field
; name = name of this body as displayed in the software, MUST match what's in the
; brackets [] above
; id = Id number of this body, must be a non-negative integer unique to this
; solar system. Once you use an ID number once in this file, you CAN NOT
; re-use it again or the software will get confused.
; propType = The methodology used to propagate the orbit of the celestial body. Set to "analytic_two_body"
; to use the KSP methodology of analytic two body motion. Set to "numerical_integration" to numerically
; integrate the motion of the celestial body (as you would with mods like Principia). If not specified,
; the default is "analytic_two_body". Do not enter the value with quotes.
; usenonsphericalgrav = Set this to 1 to use non-spherical gravity using spherical harmonics coefficients. Set to 0 to the standard spherical gravity. Defaults to 0 if not set.
; nonsphericalgavdatafile = Set this to the path of the data file that contains the coefficients for the spherical harmonics gravity.
; The format of the file must be CSV with four (4) columns. In each row, the first column shows the degree of the coefficients in that row,
; the second column shows the order of the coefficients in that row, the third column provides the C coefficient, and the four column provides the S coefficient.
; See examples/NonSphericalGravity/EGM96.dat for an example. Any other columns of data are ignored.
; Additional gravity models/data (such as EGM2008) for Earth can be obtained here: https://earth-info.nga.mil/index.php?dir=wgs84&action=wgs84
; nonsphericalgravmaxdeg = The maximum degree and order you want to use your spherical gravity model to use. The higher this is the more fidelity but at the cost of non-trivial CPU time.
; If you need a good default, go with 8.
; bodyxaxis = A unit vector, the direction of the body's inertial frame X axis with respect to the global inertial frame.
; The body's local inertial frame usually has the body's equitorial plane as the principle plane, and an artibtrary but consistent direction in the plane is selected to define the x-axis.
; For KSP, the principle plane of the global inertial frame is the Kerbol-Kerbin ecliptic plane.
; For the real solar system, the principle plane of the globale inertial frame is the Sun-Earth ecliptic plane.
; To compute, bodyxaxis = [R] * [1;0;0];, where R is the rotation matrix representing the rotation from the body's inertial frame to the global inertial frame.
; bodyzaxis = A unit vector, the direction of the body's inertial frame Z axis (the "north pole", the axis the body spins about) with respect to the global inertial frame.
; The body's local inertial frame usually has the body's equitorial plane as the principle plane, and an artibtrary but consistent direction in the plane is selected to define the x-axis.
; For KSP, the principle plane of the global inertial frame is the Kerbol-Kerbin ecliptic plane.
; For the real solar system, the principle plane of the globale inertial frame is the Sun-Earth ecliptic plane.
; To compute, bodyxaxis = [R] * [0;0;1];, where R is the rotation matrix representing the rotation from the body's inertial frame to the global inertial frame.
;
; For questions, post at the KSPTOT thread on the KSP Forums:
; https://forum.kerbalspaceprogram.com/index.php?/topic/33568-winmaclinux-ksp-trajectory-optimization-tool-v169-new-matlab-version
[Sun]
epoch = 0.000000000
sma = 0.000000000
ecc = 0.000000000
inc = 0.000000000
raan = 0.000000000
arg = 0.000000000
mean = 0.000000000
gm = 1172332794.832490400
radius = 261600.000000000
atmoHgt = 600.000000000
atmoPressAlts = 0.00000000000,5.00000000000,10.00000000000,10.75308984375,14.19400976562,350.00000000000,400.00000000000,590.00000000000,600.00000000000
atmoPressPresses = 16.00000000000,8.30000019073,0.68000000715,0.30095401406,0.26131790876,0.10000000149,0.03999999911,0.00002000000,0.00000000000
atmoTempAlts = 0.00000000000,10.00000000000,50.00000000000,250.00000000000,500.00000000000,600.00000000000
atmoTempTemps = 5840.00000000000,4465.00000000000,4000.00000000000,5800.00000000000,6000.00000000000,10000.00000000000
atmoTempSunMultAlts = 0.00000000000
atmoTempSunMults = 0.00000000000
latTempBiasLats = 0.00000000000
latTempBiases = 0.00000000000
latTempSunMultLats = 0.00000000000
latTempSunMults = 0.00000000000
axialTemperatureSunBiasDeg = 0.00000000000
axialTemperatureSunBiases = 0.00000000000
axialTemperatureSunMultLats = 0.00000000000
axialTemperatureSunMults = 0.00000000000
eccentricityTemperatureBiasPts = 0.00000000000
eccentricityTemperatureBiases = 0.00000000000
atmoMolarMass = 0.002200000
rotperiod = 432000.000000000
rotini = 0.000000000
bodycolor = hot
surfTextureFile = images/body_textures/surface/sunSurface.jpg
surfTextureZRotOffset = 0
canBeCentral = 1
canBeArriveDepart = 0
parent =
parentID = -1
name = Sun
id = 0
propType = analytic_two_body
[Moho]
epoch = 0.000000000
sma = 5263138.304000000
ecc = 0.200000003
inc = 7.000000000
raan = 70.000000000
arg = 15.000000000
mean = 179.908753682
gm = 168.609378655
radius = 250.000000000
atmoHgt = 0.000000000
atmoPressAlts = 0.00000000000
atmoPressPresses = 0.00000000000
atmoTempAlts = 0.00000000000
atmoTempTemps = 0.00000000000
atmoTempSunMultAlts = 0.00000000000
atmoTempSunMults = 0.00000000000
latTempBiasLats = 0.00000000000
latTempBiases = 0.00000000000
latTempSunMultLats = 0.00000000000
latTempSunMults = 0.00000000000
axialTemperatureSunBiasDeg = 0.00000000000
axialTemperatureSunBiases = 0.00000000000
axialTemperatureSunMultLats = 0.00000000000
axialTemperatureSunMults = 0.00000000000
eccentricityTemperatureBiasPts = 0.00000000000
eccentricityTemperatureBiases = 0.00000000000
atmoMolarMass = 0.028964400
rotperiod = 1210000.000000000
rotini = 190.000000000
bodycolor = copper
surfTextureFile = images/body_textures/surface/mohoSurface.png
surfTextureZRotOffset = 0
heightmapfile = images/body_textures/heightmap/mohoheightmap.png
heightmapoffset = -700
heightmapdeformity = 8900
canBeCentral = 0
canBeArriveDepart = 1
parent = Sun
parentID = 0
name = Moho
id = 4
propType = analytic_two_body
[Eve]
epoch = 0.000000000
sma = 9832684.544000000
ecc = 0.010000000
inc = 2.099999905
raan = 15.000000000
arg = 0.000000000
mean = 179.908753682
gm = 8171.730229211
radius = 700.000000000
atmoHgt = 90.000000000
atmoPressAlts = 0.00000000000,15.00000000000,25.00000000000,40.00000000000,50.00000000000,60.00000000000,70.00000000000,80.00000000000,90.00000000000
atmoPressPresses = 506.62500000000,95.68910217285,18.07333946228,3.50000000000,0.12177719921,0.02300073951,0.00434427802,0.00082052831,0.00000000000
atmoTempAlts = 0.00000000000,15.00000000000,50.00000000000,60.00000000000,70.00000000000,90.00000000000
atmoTempTemps = 420.00000000000,280.00000000000,180.00000000000,190.00000000000,160.00000000000,250.00000000000
atmoTempSunMultAlts = 0.00000000000,15.00000000000,50.00000000000,70.00000000000,90.00000000000
atmoTempSunMults = 1.00000000000,0.00000000000,0.50000000000,1.50000000000,2.00000000000
latTempBiasLats = 0.00000000000,0.52359877560,0.95993108860,1.57079632679
latTempBiases = 0.00000000000,-15.00000000000,-30.00000000000,-60.00000000000
latTempSunMultLats = 0.00000000000,0.69813170080,1.13446401380,1.57079632679
latTempSunMults = 9.00000000000,11.00000000000,12.00000000000,8.00000000000
axialTemperatureSunBiasDeg = 0.00000000000
axialTemperatureSunBiases = 0.00000000000
axialTemperatureSunMultLats = 0.00000000000
axialTemperatureSunMults = 0.00000000000
eccentricityTemperatureBiasPts = 0.00000000000
eccentricityTemperatureBiases = 0.00000000000
atmoMolarMass = 0.043000001
rotperiod = 80500.000000000
rotini = 0.000000000
bodycolor = cool
surfTextureFile = images/body_textures/surface/eveSurface.png
surfTextureZRotOffset = 0
heightmapfile = images/body_textures/heightmap/eveheightmap.png
heightmapoffset = -2000
heightmapdeformity = 11000
canBeCentral = 0
canBeArriveDepart = 1
parent = Sun
parentID = 0
name = Eve
id = 5
propType = analytic_two_body
[Gilly]
epoch = 0
sma = 31500.000
ecc = 0.55
inc = 12
raan = 80
arg = 10
mean = 51.566200196
gm = 0.008289450
radius = 13
atmoHgt = 0
atmoPressAlts = 0.00000000000
atmoPressPresses = 0.00000000000
atmoTempAlts = 0.00000000000
atmoTempTemps = 0.00000000000
atmoTempSunMultAlts = 0.00000000000
atmoTempSunMults = 0.00000000000
latTempBiasLats = 0.00000000000
latTempBiases = 0.00000000000
latTempSunMultLats = 0.00000000000
latTempSunMults = 0.00000000000
axialTemperatureSunBiasDeg = 0.00000000000
axialTemperatureSunBiases = 0.00000000000
axialTemperatureSunMultLats = 0.00000000000
axialTemperatureSunMults = 0.00000000000
eccentricityTemperatureBiasPts = 0.00000000000
eccentricityTemperatureBiases = 0.00000000000
atmoMolarMass = 0.028964400
rotperiod = 28255
rotini = 5
bodycolor = copper
surfTextureFile = images/body_textures/surface/gillySurface.png
surfTextureZRotOffset = 0
heightmapfile = images/body_textures/heightmap/gillyheightmap.png
heightmapoffset = -8000
heightmapdeformity = 16150
canBeCentral = 0
canBeArriveDepart = 1
parent = Eve
parentID = 5
name = Gilly
id = 13
propType = analytic_two_body
[Kerbin]
epoch = 0
sma = 13599840.256
ecc = 0
inc = 0
raan = 0
arg = 0
mean = 179.908753682
gm = 3531.6
radius = 600
atmoHgt = 70.000000000
atmoPressAlts = 0.00000000000,1.24102502441,2.43959301758,3.59711010742,4.71494189453,5.79440917969,6.83679101562,7.84332812500,8.81521972656,10.78641992188,12.10140039063,13.41704980469,16.67847070313,21.14309960938,26.97791992187,33.59382031250,42.08187109375,49.31212890625,56.66994921875,62.30083984375,70.00000000000
atmoPressPresses = 101.32499694824,84.02915954590,69.68138122559,57.78001022339,47.90861892700,39.72148132324,32.93169021606,27.30109024048,22.63205909729,15.36839962006,11.87312984467,9.17279815674,4.84226083755,2.05009698868,0.69059288502,0.22017340362,0.05768468976,0.01753794029,0.00459182402,0.00149707205,0.00000000000
atmoTempAlts = 0.00000000000,8.81521972656,16.05038964844,25.72923046875,37.87944140625,41.12923828125,57.44012890625,68.79788281250,70.00000000000
atmoTempTemps = 288.14999389648,216.64999389648,216.64999389648,228.64999389648,270.64999389648,270.64999389648,214.64999389648,186.94599914551,186.94599914551
atmoTempSunMultAlts = 0.00000000000,8.81521972656,16.05038867188,25.72923437500,37.87944140625,57.44012500000,63.90271875000,70.00000000000
atmoTempSunMults = 1.00000000000,0.30000001192,0.00000000000,0.00000000000,0.20000000298,0.20000000298,1.00000000000,1.20000004768
latTempBiasLats = 0.00000000000,0.17453292520,0.31415926536,0.52359877560,0.61086523820,0.78539816340,0.95993108860,1.22173047640,1.57079632679
latTempBiases = 17.00000000000,12.00000000000,6.36370992661,0.00000000000,-10.00000000000,-23.00000000000,-31.00000000000,-37.00000000000,-50.00000000000
latTempSunMultLats = 0.00000000000,0.69813170080,0.95993108860,1.18682389136,1.32645023152,1.57079632679
latTempSunMults = 9.00000000000,14.19999980927,14.89999961853,12.16518020630,8.58290863037,5.00000000000
axialTemperatureSunBiasDeg = 0.00000000000
axialTemperatureSunBiases = 0.00000000000
axialTemperatureSunMultLats = 0.00000000000
axialTemperatureSunMults = 0.00000000000
eccentricityTemperatureBiasPts = 0.00000000000
eccentricityTemperatureBiases = 0.00000000000
atmoMolarMass = 0.028964400
rotperiod = 21549.425183090
rotini = 90.000000000
bodycolor = winter
surfTextureFile = images/body_textures/surface/kerbinSurface.png
surfTextureZRotOffset = 0
heightmapfile = images/body_textures/heightmap/kerbinheightmap.png
heightmapoffset = -1985
heightmapdeformity = 10720
canBeCentral = 1
canBeArriveDepart = 1
parent = Sun
parentID = 0
name = Kerbin
id = 1
propType = analytic_two_body
[Mun]
epoch = 0
sma = 12000.000
ecc = 0
inc = 0
raan = 0
arg = 0
mean = 97.402827904
gm = 65.138397521
radius = 200
atmoHgt = 0
atmoPressAlts = 0.00000000000
atmoPressPresses = 0.00000000000
atmoTempAlts = 0.00000000000
atmoTempTemps = 0.00000000000
atmoTempSunMultAlts = 0.00000000000
atmoTempSunMults = 0.00000000000
latTempBiasLats = 0.00000000000
latTempBiases = 0.00000000000
latTempSunMultLats = 0.00000000000
latTempSunMults = 0.00000000000
axialTemperatureSunBiasDeg = 0.00000000000
axialTemperatureSunBiases = 0.00000000000
axialTemperatureSunMultLats = 0.00000000000
axialTemperatureSunMults = 0.00000000000
eccentricityTemperatureBiasPts = 0.00000000000
eccentricityTemperatureBiases = 0.00000000000
atmoMolarMass = 0.028964400
rotperiod = 138984.376574476
rotini = 230
bodycolor = gray
surfTextureFile = images/body_textures/surface/munSurface.png
surfTextureZRotOffset = 0
heightmapfile = images/body_textures/heightmap/munheightmap.png
heightmapoffset = -400
heightmapdeformity = 8700
canBeCentral = 0
canBeArriveDepart = 1
parent = Kerbin
parentID = 1
name = Mun
id = 2
propType = analytic_two_body
[Minmus]
epoch = 0
sma = 47000.000
ecc = 0
inc = 6
raan = 78
arg = 38.000000000
mean = 51.566200196
gm = 1.765800026
radius = 60
atmoHgt = 0
atmoPressAlts = 0.00000000000
atmoPressPresses = 0.00000000000
atmoTempAlts = 0.00000000000
atmoTempTemps = 0.00000000000
atmoTempSunMultAlts = 0.00000000000
atmoTempSunMults = 0.00000000000
latTempBiasLats = 0.00000000000
latTempBiases = 0.00000000000
latTempSunMultLats = 0.00000000000
latTempSunMults = 0.00000000000
axialTemperatureSunBiasDeg = 0.00000000000
axialTemperatureSunBiases = 0.00000000000
axialTemperatureSunMultLats = 0.00000000000
axialTemperatureSunMults = 0.00000000000
eccentricityTemperatureBiasPts = 0.00000000000
eccentricityTemperatureBiases = 0.00000000000
atmoMolarMass = 0.028964400
rotperiod = 40400
rotini = 230
bodycolor = summer
surfTextureFile = images/body_textures/surface/minmusSurface.png
heightmapfile = images/body_textures/heightmap/minmusheightmap.png
heightmapoffset = 0
heightmapdeformity = 6000
surfTextureZRotOffset = 0
canBeCentral = 0
canBeArriveDepart = 1
parent = Kerbin
parentID = 1
name = Minmus
id = 3
propType = analytic_two_body
[Duna]
epoch = 0
sma = 20726155.264
ecc = 0.051
inc = 0.06
raan = 135.5
arg = 0
mean = 179.908753682
gm = 301.363211975
radius = 320
atmoHgt = 50.000000000
atmoPressAlts = 0.00000000000,12.00000000000,20.00000000000,35.00000000000,50.00000000000
atmoPressPresses = 6.75500011444,1.27600002289,0.24099999666,0.01499999966,0.00000000000
atmoTempAlts = 0.00000000000,1.00000000000,25.00000000000,30.00000000000,45.00000000000,50.00000000000
atmoTempTemps = 233.00000000000,232.80000305176,153.69999694824,150.00000000000,150.00000000000,160.00000000000
atmoTempSunMultAlts = 0.00000000000,1.00000000000,25.00000000000,45.00000000000,47.35000000000,50.00000000000
atmoTempSunMults = 1.00000000000,1.00000000000,0.00000000000,0.00000000000,0.45513451099,1.00000000000
latTempBiasLats = 0.00000000000,0.87266462600,1.22173047640,1.57079632679
latTempBiases = 20.00000000000,0.00000000000,-30.00000000000,-50.00000000000
latTempSunMultLats = 0.00000000000,0.69813170080,1.13446401380,1.57079632679
latTempSunMults = 18.00000000000,25.00000000000,20.00000000000,5.00000000000
axialTemperatureSunBiasDeg = 0.00000000000
axialTemperatureSunBiases = 0.00000000000
axialTemperatureSunMultLats = 0.00000000000
axialTemperatureSunMults = 0.00000000000
eccentricityTemperatureBiasPts = 0.00000000000
eccentricityTemperatureBiases = 0.00000000000
atmoMolarMass = 0.043000000
rotperiod = 65517.859375000
rotini = 90.000000000
bodycolor = autumn
surfTextureFile = images/body_textures/surface/dunaSurface.png
surfTextureZRotOffset = 0
heightmapfile = images/body_textures/heightmap/dunaheightmap.png
heightmapoffset = -500
heightmapdeformity = 11000
canBeCentral = 0
canBeArriveDepart = 1
parent = Sun
parentID = 0
name = Duna
id = 6
propType = analytic_two_body
[Ike]
epoch = 0
sma = 3200.000
ecc = 0.03
inc = 0.2
raan = 0
arg = 0
mean = 97.402827904
gm = 18.568368573
radius = 130.000
atmoHgt = 0
atmoPressAlts = 0.00000000000
atmoPressPresses = 0.00000000000
atmoTempAlts = 0.00000000000
atmoTempTemps = 0.00000000000
atmoTempSunMultAlts = 0.00000000000
atmoTempSunMults = 0.00000000000
latTempBiasLats = 0.00000000000
latTempBiases = 0.00000000000
latTempSunMultLats = 0.00000000000
latTempSunMults = 0.00000000000
axialTemperatureSunBiasDeg = 0.00000000000
axialTemperatureSunBiases = 0.00000000000
axialTemperatureSunMultLats = 0.00000000000
axialTemperatureSunMults = 0.00000000000
eccentricityTemperatureBiasPts = 0.00000000000
eccentricityTemperatureBiases = 0.00000000000
atmoMolarMass = 0.028964400
rotperiod = 65517.862134808
rotini = 0
bodycolor = gray
surfTextureFile = images/body_textures/surface/ikeSurface.png
surfTextureZRotOffset = 0
heightmapfile = images/body_textures/heightmap/ikeheightmap.png
heightmapoffset = -12100
heightmapdeformity = 25800
canBeCentral = 0
canBeArriveDepart = 1
parent = Duna
parentID = 6
name = Ike
id = 7
propType = analytic_two_body
[Dres]
epoch = 0
sma = 40839348.203
ecc = 0.145
inc = 5.0
raan = 280
arg = 90
mean = 179.908753682
gm = 21.484488600
radius = 138
atmoHgt = 0
atmoPressAlts = 0.00000000000
atmoPressPresses = 0.00000000000
atmoTempAlts = 0.00000000000
atmoTempTemps = 0.00000000000
atmoTempSunMultAlts = 0.00000000000
atmoTempSunMults = 0.00000000000
latTempBiasLats = 0.00000000000
latTempBiases = 0.00000000000
latTempSunMultLats = 0.00000000000
latTempSunMults = 0.00000000000
axialTemperatureSunBiasDeg = 0.00000000000
axialTemperatureSunBiases = 0.00000000000
axialTemperatureSunMultLats = 0.00000000000
axialTemperatureSunMults = 0.00000000000
eccentricityTemperatureBiasPts = 0.00000000000
eccentricityTemperatureBiases = 0.00000000000
atmoMolarMass = 0.028964400
rotperiod = 34800
rotini = 25
bodycolor = gray
surfTextureFile = images/body_textures/surface/dresSurface.png
surfTextureZRotOffset = 0
heightmapfile = images/body_textures/heightmap/dresheightmap.png
heightmapoffset = -2100
heightmapdeformity = 9200
canBeCentral = 0
canBeArriveDepart = 1
parent = Sun
parentID = 0
name = Dres
id = 15
propType = analytic_two_body
[Jool]
epoch = 0
sma = 68773560.320
ecc = 0.05
inc = 1.304
raan = 52
arg = 0
mean = 5.729578037
gm = 282528.004209995
radius = 6000
atmoHgt = 200.000000000
atmoPressAlts = 0.00000000000,10.00000000000,29.00000000000,123.45000000000,150.00000000000,170.00000000000,200.00000000000
atmoPressPresses = 5066.25000000000,1519.87500000000,628.04357910156,22.26000022888,2.00000000000,0.10000000149,0.00000000000
atmoTempAlts = 0.00000000000,29.00000000000,123.45000000000,168.00000000000,187.50000000000,194.00000000000,200.00000000000
atmoTempTemps = 200.00000000000,165.00000000000,120.00000000000,160.00000000000,175.00000000000,167.00000000000,350.00000000000
atmoTempSunMultAlts = 0.00000000000,29.00000000000,123.45000000000,200.00000000000
atmoTempSunMults = 0.00000000000,0.50000000000,0.80000001192,1.50000000000
latTempBiasLats = 0.00000000000,0.87266462600,1.22173047640,1.57079632679
latTempBiases = 30.00000000000,10.00000000000,-20.00000000000,-40.00000000000
latTempSunMultLats = 0.00000000000,0.69813170080,1.13446401380,1.57079632679
latTempSunMults = 9.00000000000,12.00000000000,18.00000000000,5.00000000000
axialTemperatureSunBiasDeg = 0.00000000000
axialTemperatureSunBiases = 0.00000000000
axialTemperatureSunMultLats = 0.00000000000
axialTemperatureSunMults = 0.00000000000
eccentricityTemperatureBiasPts = 0.00000000000
eccentricityTemperatureBiases = 0.00000000000
atmoMolarMass = 0.002200000
rotperiod = 36000
rotini = 0
bodycolor = summer
surfTextureFile = images/body_textures/surface/joolSurface.png
surfTextureZRotOffset = 0
canBeCentral = 1
canBeArriveDepart = 1
parent = Sun
parentID = 0
name = Jool
id = 8
propType = analytic_two_body
[Laythe]
epoch = 0
sma = 27184.000
ecc = 0
inc = 0
raan = 0
arg = 0
mean = 179.908753682
gm = 1962.000029236
radius = 500.000
atmoHgt = 50.000000000
atmoPressAlts = 0.00000000000,5.25000000000,10.00000000000,17.00000000000,22.00000000000,31.00000000000,38.00000000000,50.00000000000
atmoPressPresses = 60.79499816895,33.40898132324,17.78605079651,7.10057687759,3.81242108345,1.31248199940,0.51040548086,0.00000000000
atmoTempAlts = 0.00000000000,5.25000000000,10.00000000000,17.00000000000,22.00000000000,31.00000000000,38.00000000000,50.00000000000
atmoTempTemps = 277.00000000000,206.00000000000,206.00000000000,217.80000305176,235.50000000000,203.00000000000,199.00000000000,214.00000000000
atmoTempSunMultAlts = 0.00000000000,5.25000000000,10.00000000000,17.00000000000,27.00000000000,38.00000000000,50.00000000000
atmoTempSunMults = 1.00000000000,0.10000000149,0.00000000000,0.00000000000,0.17638349533,1.00000000000,1.20000004768
latTempBiasLats = 0.00000000000,0.87266462600,1.22173047640,1.57079632679
latTempBiases = 5.00000000000,1.00000000000,-10.00000000000,-30.00000000000
latTempSunMultLats = 0.00000000000,0.69813170080,1.13446401380,1.57079632679
latTempSunMults = 6.00000000000,9.00000000000,11.00000000000,2.00000000000
axialTemperatureSunBiasDeg = 0.00000000000
axialTemperatureSunBiases = 0.00000000000
axialTemperatureSunMultLats = 0.00000000000
axialTemperatureSunMults = 0.00000000000
eccentricityTemperatureBiasPts = 0.00000000000
eccentricityTemperatureBiases = 0.00000000000
atmoMolarMass = 0.028964400
rotperiod = 52980.879059380
rotini = 90.000000000
bodycolor = winter
surfTextureFile = images/body_textures/surface/laytheSurface.png
surfTextureZRotOffset = 0
heightmapfile = images/body_textures/heightmap/laytheheightmap.png
heightmapoffset = -2900
heightmapdeformity = 10800
canBeCentral = 0
canBeArriveDepart = 1
parent = Jool
parentID = 8
name = Laythe
id = 9
propType = analytic_two_body
[Vall]
epoch = 0
sma = 43152.000
ecc = 0
inc = 0
raan = 0
arg = 0
mean = 51.566200196
gm = 207.481499474
radius = 300.000
atmoHgt = 0
atmoPressAlts = 0.00000000000
atmoPressPresses = 0.00000000000
atmoTempAlts = 0.00000000000
atmoTempTemps = 0.00000000000
atmoTempSunMultAlts = 0.00000000000
atmoTempSunMults = 0.00000000000
latTempBiasLats = 0.00000000000
latTempBiases = 0.00000000000
latTempSunMultLats = 0.00000000000
latTempSunMults = 0.00000000000
axialTemperatureSunBiasDeg = 0.00000000000
axialTemperatureSunBiases = 0.00000000000
axialTemperatureSunMultLats = 0.00000000000
axialTemperatureSunMults = 0.00000000000
eccentricityTemperatureBiasPts = 0.00000000000
eccentricityTemperatureBiases = 0.00000000000
atmoMolarMass = 0.028964400
rotperiod = 105962.088893924
rotini = 0
bodycolor = bone
surfTextureFile = images/body_textures/surface/vallSurface.png
surfTextureZRotOffset = 0
heightmapfile = images/body_textures/heightmap/vallheightmap.png
heightmapoffset = -3100
heightmapdeformity = 11200
canBeCentral = 0
canBeArriveDepart = 1
parent = Jool
parentID = 8
name = Vall
id = 10
propType = analytic_two_body
[Tylo]
epoch = 0
sma = 68500.000
ecc = 0
inc = 0.025
raan = 0
arg = 0
mean = 179.908753682
gm = 2825.280042100
radius = 600.000
atmoHgt = 0
atmoPressAlts = 0.00000000000
atmoPressPresses = 0.00000000000
atmoTempAlts = 0.00000000000
atmoTempTemps = 0.00000000000
atmoTempSunMultAlts = 0.00000000000
atmoTempSunMults = 0.00000000000
latTempBiasLats = 0.00000000000
latTempBiases = 0.00000000000
latTempSunMultLats = 0.00000000000
latTempSunMults = 0.00000000000
axialTemperatureSunBiasDeg = 0.00000000000
axialTemperatureSunBiases = 0.00000000000
axialTemperatureSunMultLats = 0.00000000000
axialTemperatureSunMults = 0.00000000000
eccentricityTemperatureBiasPts = 0.00000000000
eccentricityTemperatureBiases = 0.00000000000
atmoMolarMass = 0.028964400
rotperiod = 211926.358021230
rotini = 0
bodycolor = gray
surfTextureFile = images/body_textures/surface/tyloSurface.png
surfTextureZRotOffset = 0
heightmapfile = images/body_textures/heightmap/tyloheightmap.png
heightmapoffset = -3000
heightmapdeformity = 20000
canBeCentral = 0
canBeArriveDepart = 1
parent = Jool
parentID = 8
name = Tylo
id = 12
propType = analytic_two_body
[Bop]
epoch = 0
sma = 128500.000
ecc = 0.235
inc = 15
raan = 10
arg = 25
mean = 51.566200196
gm = 2.486834944
radius = 65
atmoHgt = 0
atmoPressAlts = 0.00000000000
atmoPressPresses = 0.00000000000
atmoTempAlts = 0.00000000000
atmoTempTemps = 0.00000000000
atmoTempSunMultAlts = 0.00000000000
atmoTempSunMults = 0.00000000000
latTempBiasLats = 0.00000000000
latTempBiases = 0.00000000000
latTempSunMultLats = 0.00000000000
latTempSunMults = 0.00000000000
axialTemperatureSunBiasDeg = 0.00000000000
axialTemperatureSunBiases = 0.00000000000
axialTemperatureSunMultLats = 0.00000000000
axialTemperatureSunMults = 0.00000000000
eccentricityTemperatureBiasPts = 0.00000000000
eccentricityTemperatureBiases = 0.00000000000
atmoMolarMass = 0.028964400
rotperiod = 544507.428516654
rotini = 230
bodycolor = copper
surfTextureFile = images/body_textures/surface/bopSurface.png
surfTextureZRotOffset = 0
heightmapfile = images/body_textures/heightmap/bopheightmap.png
heightmapoffset = -24000
heightmapdeformity = 48600
canBeCentral = 0
canBeArriveDepart = 1
parent = Jool
parentID = 8
name = Bop
id = 11
propType = analytic_two_body
[Pol]
epoch = 0
sma = 179890.000
ecc = 0.17085
inc = 4.25
raan = 2.0
arg = 15.0
mean = 51.566200196
gm = 0.721702080
radius = 44
atmoHgt = 0
atmoPressAlts = 0.00000000000
atmoPressPresses = 0.00000000000
atmoTempAlts = 0.00000000000
atmoTempTemps = 0.00000000000
atmoTempSunMultAlts = 0.00000000000
atmoTempSunMults = 0.00000000000
latTempBiasLats = 0.00000000000
latTempBiases = 0.00000000000
latTempSunMultLats = 0.00000000000
latTempSunMults = 0.00000000000
axialTemperatureSunBiasDeg = 0.00000000000
axialTemperatureSunBiases = 0.00000000000
axialTemperatureSunMultLats = 0.00000000000
axialTemperatureSunMults = 0.00000000000
eccentricityTemperatureBiasPts = 0.00000000000
eccentricityTemperatureBiases = 0.00000000000
atmoMolarMass = 0.028964400
rotperiod = 901902.623531173
rotini = 25
bodycolor = pink
surfTextureFile = images/body_textures/surface/polSurface.png
surfTextureZRotOffset = 0
heightmapfile = images/body_textures/heightmap/polheightmap.png
heightmapoffset = -3800
heightmapdeformity = 10200
canBeCentral = 0
canBeArriveDepart = 1
parent = Jool
parentID = 8
name = Pol
id = 14
propType = analytic_two_body
[Eeloo]
epoch = 0
sma = 90118820.000
ecc = 0.26
inc = 6.15
raan = 50
arg = 260
mean = 179.908753682
gm = 74.410814527
radius = 210
atmoHgt = 0
atmoPressAlts = 0.00000000000
atmoPressPresses = 0.00000000000
atmoTempAlts = 0.00000000000
atmoTempTemps = 0.00000000000
atmoTempSunMultAlts = 0.00000000000
atmoTempSunMults = 0.00000000000
latTempBiasLats = 0.00000000000
latTempBiases = 0.00000000000
latTempSunMultLats = 0.00000000000
latTempSunMults = 0.00000000000
axialTemperatureSunBiasDeg = 0.00000000000
axialTemperatureSunBiases = 0.00000000000
axialTemperatureSunMultLats = 0.00000000000
axialTemperatureSunMults = 0.00000000000
eccentricityTemperatureBiasPts = 0.00000000000
eccentricityTemperatureBiases = 0.00000000000
atmoMolarMass = 0.028964400
rotperiod = 19460
rotini = 25
bodycolor = bone
surfTextureFile = images/body_textures/surface/eelooSurface.png
surfTextureZRotOffset = 0
heightmapfile = images/body_textures/heightmap/eelooheightmap.png
heightmapoffset = -900
heightmapdeformity = 5840
canBeCentral = 0
canBeArriveDepart = 1
parent = Sun
parentID = 0
name = Eeloo
id = 16
propType = analytic_two_body