Advertisement
Guest User

KSP Trajectory Optimization Tool v1.5.4 - BODIES.INI for RSS

a guest
Jul 9th, 2016
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
INI file 41.25 KB | None | 0 0
  1. ; Generated 2016-07-09 with "File -> Create New Bodies File from KSP"
  2. ; with Nathan Kell's Real Solar System v11.4.0, and KSP 1.1.3
  3. ;
  4. ; CAUTION: KSP uses an incorrect value for the Gravitational Constant. It's
  5. ; a close difference, but because of that this tool should not be used as-is
  6. ; for real-world aerospace work. The author of KSPTOT does provide the source,
  7. ; so feel free to go find and switch the constant to the real thing if you really
  8. ; want to cheat on your astrodynamics homework or whatnot :P
  9. ;
  10. ; This is the file that holds information regarding the
  11. ; solar system KSP TOT works with when performing analysis.
  12. ; You may edit this file to add, remove, or modify celestial bodies
  13. ; in your KSP solar system.  Alternatively, with the KSPTOTConnect plugin
  14. ; installed into KSP and KSP running in the flight scene, start KSP TOT and use:
  15. ; "File" -> "Create New Bodies File from KSP"
  16. ;
  17. ; Each bodies.ini file required a body called "Sun" with all
  18. ; zero orbital elements.
  19. ;
  20. ; Here is a breakdown of the various entries required by each body,
  21. ; a description of the quantity, and their units:
  22. ;
  23. ; [NameOfBodyOneWord] = Name of this body, must match name field below
  24. ; epoch = Time at which the given mean anomaly applies, [sec]
  25. ; sma = Semi-major axis of the body's orbit, [km]
  26. ; ecc = Eccentricity of the body's orbit, [dimensionless]
  27. ; inc = Inclination of the body's orbit, [deg]
  28. ; raan = Right ascension of the ascending node of the body's orbit, [deg]
  29. ; arg = Argument of periapsis of the body's orbit, [deg]
  30. ; mean = Mean anomaly at the given epoch of the body's orbit, [deg]
  31. ; gm = Gravitational parameter of the body, mu, [km^3/s^2]
  32. ; radius = Radius of the body's sphere, [km]
  33. ; atmoHgt = Maximum height of the atmosphere above the surface, [km]
  34. ; atmoPressAlts = a comma separated string of altitudes that correspond to the pressures in atmoPressPresses, [km]
  35. ; atmoPressPresses = a comma separated string of pressures that correspond to the altitudes in atmoPressAlts, [kPa]
  36. ; atmoTempAlts = a comma separated string of altitudes that correspond to the temperatures in atmoTempTemps, [km]
  37. ; atmoTempTemps = a comma separated string of temperatures that correspond to the altitudes in atmoTempTemps, [K]
  38. ; atmoTempSunMultAlts = a comma separated string of altitudes that correspond to the sun mult factors in atmoTempSunMults, [km]
  39. ; atmoTempSunMults = a comma separated string of temperature sun multiplication factors corresponding to atmoTempSunMultAlts, [noUnit]
  40. ; latTempBiasLats = a comma separated string of latitudes (0-90 deg only) that correspond to the temperature latitude biases in latTempBiases, [deg]
  41. ; latTempBiases = a comma separated string of temperature latitude biases, [K]
  42. ; latTempSunMultLats = a comma separated string of latitudes (0-90 deg only) that correspond to the temperature latitude biases in latTempBiases, [deg]
  43. ; latTempSunMults = a comma separated string of temperature sun multiplication factors corresponding to latTempSunMultLats, [noUnit]
  44. ; rotperiod = Rotational period of the body, length of sidereal day [sec]
  45. ; rotini = Initial rotation about the body spin axis at given epoch [deg]
  46. ; bodycolor = string that provides the body's gradiant color scheme when
  47. ;             rendering, see for valid  body colors (Color Map Names):
  48. ;             https://www.mathworks.com/help/matlab/ref/colormap.html#inputarg_map
  49. ; canBeCentral = set to 1 if this body has moons/planets orbiting it or 0 if not
  50. ; canBeArriveDepart = set to 1 if this body is orbiting another body and at least
  51. ;                     one other body also orbits the same parent body, or 0 if not
  52. ; parent = name of the parent body as shown in that body's "name" field
  53. ; parentID = Id of the parent body as shown in that body's "id" field
  54. ; name = name of this body as displayed in the software, MUST match what's in the
  55. ;        brackets [] above
  56. ; id = Id number of this body, must be a non-negative integer unique to this
  57. ;      solar system.  Once you use an ID number once in this file, you CAN NOT
  58. ;      re-use it again or the software will get confused.
  59. ;
  60. ; For questions, post at the KSP TOT thread on the KSP Forums:
  61. ;     forum.kerbalspaceprogram.com/threads/36476
  62.  
  63. [Sun]
  64. epoch = 0.000000000
  65. sma = 0.000000000
  66. ecc = 0.000000000
  67. inc = 0.000000000
  68. raan = 0.000000000
  69. arg = 0.000000000
  70. mean = 0.000000000
  71. gm = 132712000000.000020000
  72. radius = 696342.000000000
  73. atmoHgt = 600.000000000
  74. atmoPressAlts = 0.00000000000,5.00000000000,10.00000000000,10.75308984375,14.19400976562,350.00000000000,400.00000000000,590.00000000000,600.00000000000
  75. atmoPressPresses = 16.00000000000,8.30000019073,0.68000000715,0.30095401406,0.26131790876,0.10000000149,0.03999999911,0.00002000000,0.00000000000
  76. atmoTempAlts = 0.00000000000,10.00000000000,50.00000000000,250.00000000000,500.00000000000,600.00000000000
  77. atmoTempTemps = 5840.00000000000,4465.00000000000,4000.00000000000,5800.00000000000,6000.00000000000,10000.00000000000
  78. atmoTempSunMultAlts = 0.00000000000
  79. atmoTempSunMults = 0.00000000000
  80. latTempBiasLats = 0.00000000000
  81. latTempBiases = 0.00000000000
  82. latTempSunMultLats = 0.00000000000
  83. latTempSunMults = 0.00000000000
  84. atmoMolarMass = 0.002200000
  85. rotperiod = 432000.000000000
  86. rotini = 0.000000000
  87. bodycolor = gray
  88. canBeCentral = 1
  89. canBeArriveDepart = 0
  90. parent =
  91. parentID = -1
  92. name = Sun
  93. id = 0
  94.  
  95. [Earth]
  96. epoch = -31542641.784000002
  97. sma = 149494366.257097810
  98. ecc = 0.016096362
  99. inc = 23.446037955
  100. raan = 359.996500417
  101. arg = 102.972068330
  102. mean = 357.060746412
  103. gm = 398600.441800000
  104. radius = 6371.000000000
  105. atmoHgt = 140.000000000
  106. atmoPressAlts = 0.00000000000,1.00000000000,2.00000000000,3.00000000000,4.00000000000,5.00000000000,6.00000000000,7.00000000000,8.00000000000,9.00000000000,10.00000000000,12.00000000000,14.00000000000,16.00000000000,18.00000000000,20.00000000000,22.00000000000,24.00000000000,26.00000000000,28.00000000000,30.00000000000,35.00000000000,40.00000000000,45.00000000000,50.00000000000,55.00000000000,60.00000000000,65.00000000000,70.00000000000,75.00000000000,80.00000000000,85.00000000000,90.00000000000,95.00000000000,100.00000000000,105.00000000000,110.00000000000,115.00000000000,121.92000000000,140.00000000000
  107. atmoPressPresses = 101.32499694824,89.95369720459,79.70130157471,70.46910095215,62.16199874878,54.68859863281,47.97190093994,41.94699859619,36.55550003052,31.74279975891,27.46349906921,20.34070014954,14.87390041351,10.76570034027,7.76098012924,5.61288976669,4.08418989182,2.98894000053,2.19865989685,1.62536001205,1.20769000053,0.58860200644,0.29681900144,0.15469199419,0.08250349760,0.04388320073,0.02270049974,0.01128069963,0.00536203990,0.00243556988,0.00106709998,0.00045687199,0.00019273900,0.00008121370,0.00003529620,0.00001627300,0.00000814091,0.00000455287,0.00000240103,0.00000000000
  108. atmoTempAlts = 0.00000000000,8.00000000000,15.00000000000,21.00000000000,30.00000000000,42.00000000000,49.75000000000,60.00000000000,75.00000000000,91.00000000000,100.00000000000,110.00000000000,120.00000000000,140.00000000000
  109. atmoTempTemps = 282.50000000000,240.50000000000,212.00000000000,214.00000000000,228.00000000000,255.50000000000,268.00000000000,247.50000000000,209.00000000000,191.75000000000,206.00000000000,256.00000000000,375.00000000000,560.00000000000
  110. atmoTempSunMultAlts = 0.00000000000,2.25000000000,7.00000000000,12.50000000000,16.50000000000,22.00000000000,33.00000000000,40.50000000000,52.00000000000,54.75000000000,64.50000000000,73.00000000000,74.75000000000,85.75000000000,88.75000000000,96.25000000000,97.50000000000,110.00000000000,140.00000000000
  111. atmoTempSunMults = 1.00000000000,0.64999997616,0.64999997616,0.00000000000,-0.33500000834,0.00000000000,0.31499999762,0.31499999762,0.11999999732,0.02150000073,-0.11500000209,-0.43000000715,-0.43000000715,-0.03500000015,-0.03500000015,-0.12999999523,-0.12999999523,0.27500000596,0.18500000238
  112. latTempBiasLats = 0.00000000000,0.34906585040,0.66322511576,1.02974425868,1.30899693900,1.57079632679
  113. latTempBiases = 11.50000000000,9.00000000000,0.00000000000,-15.00000000000,-27.50000000000,-35.00000000000
  114. latTempSunMultLats = 0.00000000000,0.40142572796,0.69813170080,1.22173047640,1.57079632679
  115. latTempSunMults = 9.75000000000,15.75000000000,12.69999980927,6.69999980927,5.00000000000
  116. atmoMolarMass = 0.028964400
  117. rotperiod = 86164.098903691
  118. rotini = 100.183300000
  119. bodycolor = gray
  120. canBeCentral = 0
  121. canBeArriveDepart = 1
  122. parent = Sun
  123. parentID = 0
  124. name = Earth
  125. id = 1
  126.  
  127. [Mercury]
  128. epoch = -31542641.784000002
  129. sma = 57908973.645888023
  130. ecc = 0.205618727
  131. inc = 28.602521089
  132. raan = 10.865411676
  133. arg = 66.903710442
  134. mean = 318.216207781
  135. gm = 22038.882800000
  136. radius = 2439.700000000
  137. atmoHgt = 0.000000000
  138. atmoPressAlts = 0.00000000000
  139. atmoPressPresses = 0.00000000000
  140. atmoTempAlts = 0.00000000000
  141. atmoTempTemps = 0.00000000000
  142. atmoTempSunMultAlts = 0.00000000000
  143. atmoTempSunMults = 0.00000000000
  144. latTempBiasLats = 0.00000000000
  145. latTempBiases = 0.00000000000
  146. latTempSunMultLats = 0.00000000000
  147. latTempSunMults = 0.00000000000
  148. atmoMolarMass = 0.028964400
  149. rotperiod = 5067031.680000000
  150. rotini = 0.000000000
  151. bodycolor = gray
  152. canBeCentral = 0
  153. canBeArriveDepart = 1
  154. parent = Sun
  155. parentID = 0
  156. name = Mercury
  157. id = 2
  158.  
  159. [Venus]
  160. epoch = -31542641.784000002
  161. sma = 108209548.790467100
  162. ecc = 0.006810340
  163. inc = 24.463976336
  164. raan = 7.981603379
  165. arg = 123.712129428
  166. mean = 311.245994755
  167. gm = 324859.000000000
  168. radius = 6049.000000000
  169. atmoHgt = 145.000000000
  170. atmoPressAlts = 0.00000000000,1.00000000000,2.50000000000,4.00000000000,5.50000000000,7.00000000000,8.50000000000,10.00000000000,12.00000000000,14.00000000000,16.00000000000,18.00000000000,20.00000000000,22.00000000000,24.00000000000,26.00000000000,28.00000000000,30.00000000000,35.00000000000,40.00000000000,45.00000000000,50.00000000000,55.00000000000,60.00000000000,65.00000000000,70.00000000000,75.00000000000,80.00000000000,85.00000000000,90.00000000000,95.00000000000,100.00000000000,110.00000000000,120.00000000000,125.00000000000,130.00000000000,135.00000000000,145.00000000000
  171. atmoPressPresses = 10905.20019531250,10251.09960937500,9332.03222656250,8483.29980468750,7700.45996093750,6979.29980468750,6315.77978515625,5706.08007812500,4970.64013671875,4316.37011718750,3735.77001953125,3221.88989257813,2768.30004882813,2369.03002929688,2018.54003906250,1711.79003906250,1444.29003906250,1211.96997070313,761.58801269531,459.23199462891,264.92199707031,145.93299865723,75.57550048828,35.44459915161,14.96409988403,5.89414978027,2.19786000252,0.76114201546,0.24205400050,0.07083839923,0.01942050084,0.00514554000,0.00034492501,0.00002053200,0.00000490042,0.00000117978,0.00000029142,0.00000000000
  172. atmoTempAlts = 0.00000000000,2.50000000000,20.00000000000,40.00000000000,50.00000000000,62.50000000000,74.00000000000,95.00000000000,107.50000000000,120.00000000000,137.50000000000,145.00000000000
  173. atmoTempTemps = 753.00000000000,734.00000000000,599.00000000000,433.00000000000,364.00000000000,255.00000000000,226.00000000000,170.00000000000,160.00000000000,147.00000000000,150.00000000000,163.50000000000
  174. atmoTempSunMultAlts = 0.00000000000,42.50000000000,62.50000000000,72.50000000000,82.50000000000,92.50000000000,145.00000000000
  175. atmoTempSunMults = 0.10000000149,0.10000000149,1.00000000000,0.00000000000,-0.25000000000,0.00000000000,2.09999990463
  176. latTempBiasLats = 0.00000000000,0.66322511576,1.57079632679
  177. latTempBiases = 4.25000000000,0.00000000000,-15.75000000000
  178. latTempSunMultLats = 0.00000000000,1.04719755120,1.57079632679
  179. latTempSunMults = 20.00000000000,10.00000000000,0.00000000000
  180. atmoMolarMass = 0.043450000
  181. rotperiod = -20996797.016380999
  182. rotini = 0.000000000
  183. bodycolor = gray
  184. canBeCentral = 0
  185. canBeArriveDepart = 1
  186. parent = Sun
  187. parentID = 0
  188. name = Venus
  189. id = 3
  190.  
  191. [Callisto]
  192. epoch = -31542641.784000002
  193. sma = 1883812.366573522
  194. ecc = 0.007973320
  195. inc = 25.440800198
  196. raan = 358.502256337
  197. arg = 320.735968349
  198. mean = 15.816140255
  199. gm = 7180.810212000
  200. radius = 2409.300000000
  201. atmoHgt = 0.000000000
  202. atmoPressAlts = 0.00000000000
  203. atmoPressPresses = 0.00000000000
  204. atmoTempAlts = 0.00000000000
  205. atmoTempTemps = 0.00000000000
  206. atmoTempSunMultAlts = 0.00000000000
  207. atmoTempSunMults = 0.00000000000
  208. latTempBiasLats = 0.00000000000
  209. latTempBiases = 0.00000000000
  210. latTempSunMultLats = 0.00000000000
  211. latTempSunMults = 0.00000000000
  212. atmoMolarMass = 0.028964400
  213. rotperiod = 1443307.267788685
  214. rotini = 190.000000000
  215. bodycolor = gray
  216. canBeCentral = 0
  217. canBeArriveDepart = 1
  218. parent = Jupiter
  219. parentID = 5
  220. name = Callisto
  221. id = 4
  222.  
  223. [Jupiter]
  224. epoch = -31542641.784000002
  225. sma = 778188938.659755350
  226. ecc = 0.048726607
  227. inc = 23.253133069
  228. raan = 3.262077290
  229. arg = 10.756427512
  230. mean = 302.581239610
  231. gm = 126686534.000000010
  232. radius = 70941.833416773
  233. atmoHgt = 1550.000000000
  234. atmoPressAlts = 0.00000000000,20.00000000000,40.00000000000,60.00000000000,80.00000000000,100.00000000000,120.00000000000,140.00000000000,160.00000000000,180.00000000000,200.00000000000,220.00000000000,240.00000000000,260.00000000000,280.00000000000,300.00000000000,320.00000000000,340.00000000000,360.00000000000,380.00000000000,400.00000000000,420.00000000000,440.00000000000,460.00000000000,480.00000000000,500.00000000000,520.00000000000,540.00000000000,560.00000000000,580.00000000000,600.00000000000,650.00000000000,700.00000000000,750.00000000000,800.00000000000,850.00000000000,900.00000000000,950.00000000000,1000.00000000000,1100.00000000000,1200.00000000000,1300.00000000000,1400.00000000000,1550.00000000000
  235. atmoPressPresses = 101325.00000000000,90406.39843750000,80347.50000000000,71105.10156250000,62637.19921875000,54903.19921875000,47863.80078125000,41481.30078125000,35719.10156250000,30541.59960937500,25914.59960937500,21804.90039062500,18180.30078125000,15009.09960937500,12260.59960937500,9904.12011718750,7906.75000000000,6228.75000000000,4831.89013671875,3681.31005859375,2745.23999023438,1994.82995605469,1403.96997070313,949.05102539063,608.88897705078,364.34600830078,197.59800720215,92.00029754639,33.57529830933,9.93185043335,3.03836989403,0.27344000340,0.02994710021,0.00318078999,0.00034202400,0.00005090930,0.00001434090,0.00000638012,0.00000336913,0.00000118960,0.00000048946,0.00000021656,0.00000009974,0.00000000000
  236. atmoTempAlts = 0.00000000000,100.00000000000,200.00000000000,300.00000000000,400.00000000000,480.00000000000,530.00000000000,560.00000000000,576.25000000000,590.00000000000,610.00000000000,630.00000000000,652.00000000000,690.00000000000,730.00000000000,769.75000000000,790.00000000000,815.00000000000,840.00000000000,850.00000000000,870.00000000000,900.00000000000,950.00000000000,1000.00000000000,1100.00000000000,1200.00000000000,1300.00000000000,1400.00000000000,1550.00000000000
  237. atmoTempTemps = 1278.30004882813,1063.40002441406,846.59997558594,648.50000000000,463.89999389648,297.60000610352,185.80000305176,123.50000000000,113.00000000000,118.59999847412,136.19999694824,152.19999694824,159.50000000000,158.39999389648,156.19999694824,155.00000000000,160.00000000000,175.39999389648,197.60000610352,209.80000305176,265.39999389648,365.39999389648,495.79998779297,594.90002441406,735.50000000000,820.70001220703,872.09997558594,905.09997558594,932.29998779297
  238. atmoTempSunMultAlts = 0.00000000000,538.00000000000,576.00000000000,776.00000000000,1550.00000000000
  239. atmoTempSunMults = 0.00000000000,0.00000000000,1.00000000000,2.00000000000,4.00000000000
  240. latTempBiasLats = 0.00000000000,1.57079632679
  241. latTempBiases = 0.00000000000,-3.00000000000
  242. latTempSunMultLats = 0.00000000000,1.57079632679
  243. latTempSunMults = 3.00000000000,0.00000000000
  244. atmoMolarMass = 0.002264000
  245. rotperiod = 35730.000000000
  246. rotini = 25.000000000
  247. bodycolor = gray
  248. canBeCentral = 1
  249. canBeArriveDepart = 1
  250. parent = Sun
  251. parentID = 0
  252. name = Jupiter
  253. id = 5
  254.  
  255. [Titan]
  256. epoch = -31542641.784000002
  257. sma = 1221966.238511425
  258. ecc = 0.028919366
  259. inc = 6.460492680
  260. raan = 126.494523370
  261. arg = 182.088676502
  262. mean = 75.161173588
  263. gm = 8978.133000000
  264. radius = 2573.300000000
  265. atmoHgt = 600.000000000
  266. atmoPressAlts = 0.00000000000,1.70000000000,3.00000000000,4.50000000000,6.00000000000,8.00000000000,10.00000000000,12.00000000000,15.00000000000,20.00000000000,25.00000000000,30.00000000000,40.00000000000,50.00000000000,60.00000000000,70.00000000000,80.00000000000,100.00000000000,120.00000000000,140.00000000000,160.00000000000,180.00000000000,210.00000000000,240.00000000000,270.00000000000,300.00000000000,350.00000000000,400.00000000000,450.00000000000,500.00000000000,550.00000000000,580.00000000000,600.00000000000
  267. atmoPressPresses = 159.01800537109,146.69999694824,137.79899597168,128.06700134277,118.89399719238,107.49600219727,97.00599670410,87.37480163574,74.43289947510,56.47969818115,42.42449951172,31.59140014648,17.20470046997,9.30008029938,5.10763978958,3.04815006256,2.04891991615,1.08689999580,0.61785101891,0.36436098814,0.22051100433,0.13618299365,0.06826630235,0.03541839868,0.01889340021,0.01027499977,0.00381591008,0.00143320998,0.00053467299,0.00019533301,0.00007083110,0.00003879160,0.00000000000
  268. atmoTempAlts = 0.00000000000,45.00000000000,65.00000000000,80.00000000000,100.00000000000,140.00000000000,200.00000000000,300.00000000000,400.00000000000,500.00000000000,600.00000000000
  269. atmoTempTemps = 95.00000000000,70.00000000000,82.00000000000,119.00000000000,141.00000000000,157.50000000000,170.00000000000,178.00000000000,171.00000000000,155.00000000000,150.00000000000
  270. atmoTempSunMultAlts = 0.00000000000,125.00000000000,175.00000000000,275.00000000000,400.00000000000,600.00000000000
  271. atmoTempSunMults = 1.00000000000,0.00000000000,-1.50000000000,3.00000000000,1.50000000000,0.00000000000
  272. latTempBiasLats = 0.00000000000,1.57079632679
  273. latTempBiases = 0.75000000000,-2.00000000000
  274. latTempSunMultLats = 0.00000000000,1.57079632679
  275. latTempSunMults = 1.00000000000,0.00000000000
  276. atmoMolarMass = 0.027550000
  277. rotperiod = 1377904.347786575
  278. rotini = 0.000000000
  279. bodycolor = gray
  280. canBeCentral = 0
  281. canBeArriveDepart = 1
  282. parent = Saturn
  283. parentID = 14
  284. name = Titan
  285. id = 6
  286.  
  287. [Phobos]
  288. epoch = -31542641.784000002
  289. sma = 9378.492209088
  290. ecc = 0.015399382
  291. inc = 36.324334105
  292. raan = 46.482125535
  293. arg = 357.775924302
  294. mean = 7.185120836
  295. gm = 0.000715453
  296. radius = 7.250000000
  297. atmoHgt = 0.000000000
  298. atmoPressAlts = 0.00000000000
  299. atmoPressPresses = 0.00000000000
  300. atmoTempAlts = 0.00000000000
  301. atmoTempTemps = 0.00000000000
  302. atmoTempSunMultAlts = 0.00000000000
  303. atmoTempSunMults = 0.00000000000
  304. latTempBiasLats = 0.00000000000
  305. latTempBiases = 0.00000000000
  306. latTempSunMultLats = 0.00000000000
  307. latTempSunMults = 0.00000000000
  308. atmoMolarMass = 0.028964400
  309. rotperiod = 27574.898906122
  310. rotini = 0.000000000
  311. bodycolor = gray
  312. canBeCentral = 0
  313. canBeArriveDepart = 1
  314. parent = Mars
  315. parentID = 11
  316. name = Phobos
  317. id = 7
  318.  
  319. [Io]
  320. epoch = -31542641.784000002
  321. sma = 422018.294523695
  322. ecc = 0.003545858
  323. inc = 25.464095387
  324. raan = 358.046643168
  325. arg = 231.270346098
  326. mean = 195.327408986
  327. gm = 5961.150060000
  328. radius = 1811.300000000
  329. atmoHgt = 0.000000000
  330. atmoPressAlts = 0.00000000000
  331. atmoPressPresses = 0.00000000000
  332. atmoTempAlts = 0.00000000000
  333. atmoTempTemps = 0.00000000000
  334. atmoTempSunMultAlts = 0.00000000000
  335. atmoTempSunMults = 0.00000000000
  336. latTempBiasLats = 0.00000000000
  337. latTempBiases = 0.00000000000
  338. latTempSunMultLats = 0.00000000000
  339. latTempSunMults = 0.00000000000
  340. atmoMolarMass = 0.028964400
  341. rotperiod = 153038.725669701
  342. rotini = 190.000000000
  343. bodycolor = gray
  344. canBeCentral = 0
  345. canBeArriveDepart = 1
  346. parent = Jupiter
  347. parentID = 5
  348. name = Io
  349. id = 8
  350.  
  351. [Europa]
  352. epoch = -31542641.784000002
  353. sma = 671253.637541717
  354. ecc = 0.009511727
  355. inc = 25.703642765
  356. raan = 358.936008185
  357. arg = 53.132107375
  358. mean = 276.265203828
  359. gm = 3203.386520000
  360. radius = 1550.800000000
  361. atmoHgt = 0.000000000
  362. atmoPressAlts = 0.00000000000
  363. atmoPressPresses = 0.00000000000
  364. atmoTempAlts = 0.00000000000
  365. atmoTempTemps = 0.00000000000
  366. atmoTempSunMultAlts = 0.00000000000
  367. atmoTempSunMults = 0.00000000000
  368. latTempBiasLats = 0.00000000000
  369. latTempBiases = 0.00000000000
  370. latTempSunMultLats = 0.00000000000
  371. latTempSunMults = 0.00000000000
  372. atmoMolarMass = 0.028964400
  373. rotperiod = 307000.532419460
  374. rotini = 230.000000000
  375. bodycolor = gray
  376. canBeCentral = 0
  377. canBeArriveDepart = 1
  378. parent = Jupiter
  379. parentID = 5
  380. name = Europa
  381. id = 9
  382.  
  383. [Moon]
  384. epoch = -31542641.784000002
  385. sma = 384308.437770707
  386. ecc = 0.053281494
  387. inc = 28.362677908
  388. raan = 0.000000000
  389. arg = 199.764093016
  390. mean = 222.701235093
  391. gm = 4903.837020266
  392. radius = 1737.100000000
  393. atmoHgt = 0.000000000
  394. atmoPressAlts = 0.00000000000
  395. atmoPressPresses = 0.00000000000
  396. atmoTempAlts = 0.00000000000
  397. atmoTempTemps = 0.00000000000
  398. atmoTempSunMultAlts = 0.00000000000
  399. atmoTempSunMults = 0.00000000000
  400. latTempBiasLats = 0.00000000000
  401. latTempBiases = 0.00000000000
  402. latTempSunMultLats = 0.00000000000
  403. latTempSunMults = 0.00000000000
  404. atmoMolarMass = 0.028964400
  405. rotperiod = 2356544.666451661
  406. rotini = 25.000000000
  407. bodycolor = gray
  408. canBeCentral = 0
  409. canBeArriveDepart = 0
  410. parent = Earth
  411. parentID = 1
  412. name = Moon
  413. id = 10
  414.  
  415. [Mars]
  416. epoch = -31542641.784000002
  417. sma = 227949699.961976290
  418. ecc = 0.093261103
  419. inc = 24.692724269
  420. raan = 3.351911063
  421. arg = 332.102265530
  422. mean = 169.391312794
  423. gm = 42828.310000000
  424. radius = 3375.800000000
  425. atmoHgt = 125.000000000
  426. atmoPressAlts = 0.00000000000,1.00000000000,2.50000000000,4.00000000000,5.50000000000,7.15200000000,8.50000000000,10.00000000000,12.00000000000,14.00000000000,16.00000000000,18.00000000000,20.00000000000,22.00000000000,24.00000000000,26.00000000000,28.00000000000,30.00000000000,35.00000000000,40.00000000000,45.00000000000,50.00000000000,55.00000000000,60.00000000000,65.00000000000,70.00000000000,75.00000000000,80.00000000000,85.00000000000,90.00000000000,95.00000000000,100.00000000000,105.00000000000,113.00000000000,125.00000000000
  427. atmoPressPresses = 1.14497005939,1.05023002625,0.92174899578,0.80806797743,0.70759099722,0.61049997807,0.54065597057,0.47173500061,0.39252200723,0.32582300901,0.26977300644,0.22277100384,0.18344900012,0.15063199401,0.12331800163,0.10064800084,0.08188779652,0.06641159952,0.03878010064,0.02219690010,0.01248379983,0.00693851989,0.00382772996,0.00209900993,0.00114502001,0.00061980402,0.00033288001,0.00018108400,0.00009842960,0.00005285560,0.00002801030,0.00001463420,0.00000752905,0.00000250968,0.00000000000
  428. atmoTempAlts = 0.00000000000,7.15200000000,14.25000000000,22.00000000000,40.00000000000,53.00000000000,66.50000000000,71.00000000000,78.60000000000,85.00000000000,95.00000000000,108.00000000000,115.00000000000,125.00000000000
  429. atmoTempTemps = 194.75000000000,193.60000610352,197.89999389648,189.60000610352,165.60000610352,157.89999389648,156.50000000000,154.60000610352,159.00000000000,153.89999389648,145.00000000000,137.19999694824,127.59999847412,118.30000305176
  430. atmoTempSunMultAlts = 0.00000000000,7.15200000000,17.00000000000,62.00000000000,76.00000000000,93.00000000000,106.00000000000,125.00000000000
  431. atmoTempSunMults = 1.37000000477,1.00000000000,0.28999999166,0.00000000000,-0.18000000715,0.00000000000,-0.10000000149,0.25999999046
  432. latTempBiasLats = 0.00000000000,0.66322511576,1.57079632679
  433. latTempBiases = 2.00000000000,0.00000000000,-18.00000000000
  434. latTempSunMultLats = 0.00000000000,1.04719755120,1.57079632679
  435. latTempSunMults = 64.00000000000,34.00000000000,4.00000000000
  436. atmoMolarMass = 0.043480000
  437. rotperiod = 88642.684800000
  438. rotini = 25.000000000
  439. bodycolor = gray
  440. canBeCentral = 1
  441. canBeArriveDepart = 1
  442. parent = Sun
  443. parentID = 0
  444. name = Mars
  445. id = 11
  446.  
  447. [Deimos]
  448. epoch = -31542641.784000002
  449. sma = 23458.112017594
  450. ecc = 0.000329468
  451. inc = 38.277370138
  452. raan = 47.518935708
  453. arg = 263.896386878
  454. mean = 323.504033649
  455. gm = 0.000098775
  456. radius = 5.456000000
  457. atmoHgt = 0.000000000
  458. atmoPressAlts = 0.00000000000
  459. atmoPressPresses = 0.00000000000
  460. atmoTempAlts = 0.00000000000
  461. atmoTempTemps = 0.00000000000
  462. atmoTempSunMultAlts = 0.00000000000
  463. atmoTempSunMults = 0.00000000000
  464. latTempBiasLats = 0.00000000000
  465. latTempBiases = 0.00000000000
  466. latTempSunMultLats = 0.00000000000
  467. latTempSunMults = 0.00000000000
  468. atmoMolarMass = 0.028964400
  469. rotperiod = 109082.223728526
  470. rotini = 0.000000000
  471. bodycolor = gray
  472. canBeCentral = 0
  473. canBeArriveDepart = 1
  474. parent = Mars
  475. parentID = 11
  476. name = Deimos
  477. id = 12
  478.  
  479. [Ganymede]
  480. epoch = -31542641.784000002
  481. sma = 1070823.468894524
  482. ecc = 0.001190086
  483. inc = 25.270713670
  484. raan = 358.012521925
  485. arg = 139.299257134
  486. mean = 232.675322879
  487. gm = 9890.200600000
  488. radius = 2624.100000000
  489. atmoHgt = 0.000000000
  490. atmoPressAlts = 0.00000000000
  491. atmoPressPresses = 0.00000000000
  492. atmoTempAlts = 0.00000000000
  493. atmoTempTemps = 0.00000000000
  494. atmoTempSunMultAlts = 0.00000000000
  495. atmoTempSunMults = 0.00000000000
  496. latTempBiasLats = 0.00000000000
  497. latTempBiases = 0.00000000000
  498. latTempSunMultLats = 0.00000000000
  499. latTempSunMults = 0.00000000000
  500. atmoMolarMass = 0.028964400
  501. rotperiod = 618549.572135271
  502. rotini = 230.000000000
  503. bodycolor = gray
  504. canBeCentral = 0
  505. canBeArriveDepart = 1
  506. parent = Jupiter
  507. parentID = 5
  508. name = Ganymede
  509. id = 13
  510.  
  511. [Saturn]
  512. epoch = -31542641.784000002
  513. sma = 1424838758.613269100
  514. ecc = 0.053471665
  515. inc = 22.569922811
  516. raan = 5.970845344
  517. arg = 85.046612028
  518. mean = 67.468852265
  519. gm = 37931187.000000000
  520. radius = 59216.476988597
  521. atmoHgt = 2000.000000000
  522. atmoPressAlts = 0.00000000000,35.00000000000,70.00000000000,105.00000000000,140.00000000000,175.00000000000,210.00000000000,245.00000000000,280.00000000000,320.00000000000,360.00000000000,400.00000000000,440.00000000000,480.00000000000,520.00000000000,560.00000000000,600.00000000000,640.00000000000,680.00000000000,720.00000000000,760.00000000000,800.00000000000,840.00000000000,880.00000000000,920.00000000000,960.00000000000,1000.00000000000,1050.00000000000,1110.00000000000,1150.00000000000,1200.00000000000,1250.00000000000,1300.00000000000,1350.00000000000,1400.00000000000,1450.00000000000,1500.00000000000,1550.00000000000,1600.00000000000,1700.00000000000,1800.00000000000,1900.00000000000,2000.00000000000
  523. atmoPressPresses = 101325.00000000000,91151.29687500000,81715.89843750000,72984.60156250000,64924.39843750000,57503.19921875000,50690.39843750000,44456.19921875000,38771.89843750000,32913.39843750000,27697.40039062500,23085.40039062500,19040.50000000000,15526.70019531250,12508.70019531250,9951.20996093750,7814.81005859375,6048.66992187500,4603.68017578125,3435.47998046875,2504.16992187500,1773.95996093750,1212.89001464844,792.48297119141,487.52899169922,275.79400634766,137.97999572754,44.30270004272,9.47093963623,1.83530998230,0.48164701462,0.15547500551,0.05430300161,0.01944489963,0.00704535004,0.00256476994,0.00093548000,0.00034179501,0.00012509500,0.00001684280,0.00000259611,0.00000075639,0.00000000000
  524. atmoTempAlts = 0.00000000000,125.00000000000,250.00000000000,375.00000000000,500.00000000000,600.00000000000,700.00000000000,800.00000000000,900.00000000000,1000.00000000000,1075.00000000000,1111.50000000000,1150.00000000000,1200.00000000000,1250.00000000000,1300.00000000000,1350.00000000000,1440.00000000000,1692.00000000000,1750.00000000000,1800.00000000000,1850.00000000000,1900.00000000000,1950.00000000000,2000.00000000000
  525. atmoTempTemps = 1005.59997558594,889.00000000000,770.59997558594,653.29998779297,544.29998779297,471.60000610352,399.39999389648,322.39999389648,239.30000305176,149.69999694824,92.30000305176,85.00000000000,95.50000000000,119.00000000000,133.30000305176,138.00000000000,140.10000610352,141.00000000000,141.00000000000,147.19999694824,177.60000610352,231.30000305176,291.39999389648,332.39999389648,360.70001220703
  526. atmoTempSunMultAlts = 0.00000000000,1016.00000000000,1112.00000000000,1497.00000000000,2000.00000000000
  527. atmoTempSunMults = 0.00000000000,0.00000000000,1.00000000000,2.00000000000,3.00000000000
  528. latTempBiasLats = 0.00000000000,1.57079632679
  529. latTempBiases = 0.00000000000,-2.00000000000
  530. latTempSunMultLats = 0.00000000000,1.57079632679
  531. latTempSunMults = 2.00000000000,0.00000000000
  532. atmoMolarMass = 0.002147500
  533. rotperiod = 38052.000000000
  534. rotini = 0.000000000
  535. bodycolor = gray
  536. canBeCentral = 1
  537. canBeArriveDepart = 1
  538. parent = Sun
  539. parentID = 0
  540. name = Saturn
  541. id = 14
  542.  
  543. [Mimas]
  544. epoch = -31542641.784000002
  545. sma = 186009.285922049
  546. ecc = 0.017762752
  547. inc = 1.572000000
  548. raan = 139.760472249
  549. arg = 222.217278940
  550. mean = 125.590978166
  551. gm = 2.502282820
  552. radius = 198.200000000
  553. atmoHgt = 0.000000000
  554. atmoPressAlts = 0.00000000000
  555. atmoPressPresses = 0.00000000000
  556. atmoTempAlts = 0.00000000000
  557. atmoTempTemps = 0.00000000000
  558. atmoTempSunMultAlts = 0.00000000000
  559. atmoTempSunMults = 0.00000000000
  560. latTempBiasLats = 0.00000000000
  561. latTempBiases = 0.00000000000
  562. latTempSunMultLats = 0.00000000000
  563. latTempSunMults = 0.00000000000
  564. atmoMolarMass = 0.028964400
  565. rotperiod = 81843.383549028
  566. rotini = 0.000000000
  567. bodycolor = gray
  568. canBeCentral = 0
  569. canBeArriveDepart = 1
  570. parent = Saturn
  571. parentID = 14
  572. name = Mimas
  573. id = 15
  574.  
  575. [Enceladus]
  576. epoch = -31542641.784000002
  577. sma = 238413.699483873
  578. ecc = 0.006227898
  579. inc = 0.009000000
  580. raan = 128.424416160
  581. arg = 115.561588606
  582. mean = 346.630147657
  583. gm = 7.209388280
  584. radius = 252.100000000
  585. atmoHgt = 0.000000000
  586. atmoPressAlts = 0.00000000000
  587. atmoPressPresses = 0.00000000000
  588. atmoTempAlts = 0.00000000000
  589. atmoTempTemps = 0.00000000000
  590. atmoTempSunMultAlts = 0.00000000000
  591. atmoTempSunMults = 0.00000000000
  592. latTempBiasLats = 0.00000000000
  593. latTempBiases = 0.00000000000
  594. latTempSunMultLats = 0.00000000000
  595. latTempSunMults = 0.00000000000
  596. atmoMolarMass = 0.028964400
  597. rotperiod = 118762.250982581
  598. rotini = 0.000000000
  599. bodycolor = gray
  600. canBeCentral = 0
  601. canBeArriveDepart = 1
  602. parent = Saturn
  603. parentID = 14
  604. name = Enceladus
  605. id = 16
  606.  
  607. [Tethys]
  608. epoch = -31542641.784000002
  609. sma = 294973.462380442
  610. ecc = 0.001064869
  611. inc = 1.091000000
  612. raan = 119.251838833
  613. arg = 215.919689252
  614. mean = 349.823121722
  615. gm = 41.208546260
  616. radius = 531.100000000
  617. atmoHgt = 0.000000000
  618. atmoPressAlts = 0.00000000000
  619. atmoPressPresses = 0.00000000000
  620. atmoTempAlts = 0.00000000000
  621. atmoTempTemps = 0.00000000000
  622. atmoTempSunMultAlts = 0.00000000000
  623. atmoTempSunMults = 0.00000000000
  624. latTempBiasLats = 0.00000000000
  625. latTempBiases = 0.00000000000
  626. latTempSunMultLats = 0.00000000000
  627. latTempSunMults = 0.00000000000
  628. atmoMolarMass = 0.028964400
  629. rotperiod = 163439.052009687
  630. rotini = 0.000000000
  631. bodycolor = gray
  632. canBeCentral = 0
  633. canBeArriveDepart = 1
  634. parent = Saturn
  635. parentID = 14
  636. name = Tethys
  637. id = 17
  638.  
  639. [Dione]
  640. epoch = -31542641.784000002
  641. sma = 377650.651501709
  642. ecc = 0.001679231
  643. inc = 0.028000000
  644. raan = 128.560607113
  645. arg = 123.671715605
  646. mean = 167.927278483
  647. gm = 73.110466480
  648. radius = 561.400000000
  649. atmoHgt = 0.000000000
  650. atmoPressAlts = 0.00000000000
  651. atmoPressPresses = 0.00000000000
  652. atmoTempAlts = 0.00000000000
  653. atmoTempTemps = 0.00000000000
  654. atmoTempSunMultAlts = 0.00000000000
  655. atmoTempSunMults = 0.00000000000
  656. latTempBiasLats = 0.00000000000
  657. latTempBiases = 0.00000000000
  658. latTempSunMultLats = 0.00000000000
  659. latTempSunMults = 0.00000000000
  660. atmoMolarMass = 0.028964400
  661. rotperiod = 236764.502597327
  662. rotini = 0.000000000
  663. bodycolor = gray
  664. canBeCentral = 0
  665. canBeArriveDepart = 1
  666. parent = Saturn
  667. parentID = 14
  668. name = Dione
  669. id = 18
  670.  
  671. [Rhea]
  672. epoch = -31542641.784000002
  673. sma = 527212.645707199
  674. ecc = 0.001168270
  675. inc = 0.331000000
  676. raan = 130.367057482
  677. arg = 172.736708989
  678. mean = 13.488877190
  679. gm = 153.937011320
  680. radius = 763.800000000
  681. atmoHgt = 0.000000000
  682. atmoPressAlts = 0.00000000000
  683. atmoPressPresses = 0.00000000000
  684. atmoTempAlts = 0.00000000000
  685. atmoTempTemps = 0.00000000000
  686. atmoTempSunMultAlts = 0.00000000000
  687. atmoTempSunMults = 0.00000000000
  688. latTempBiasLats = 0.00000000000
  689. latTempBiases = 0.00000000000
  690. latTempSunMultLats = 0.00000000000
  691. latTempSunMults = 0.00000000000
  692. atmoMolarMass = 0.028964400
  693. rotperiod = 390534.583352572
  694. rotini = 0.000000000
  695. bodycolor = gray
  696. canBeCentral = 0
  697. canBeArriveDepart = 1
  698. parent = Saturn
  699. parentID = 14
  700. name = Rhea
  701. id = 19
  702.  
  703. [Iapetus]
  704. epoch = -31542641.784000002
  705. sma = 3560162.593022970
  706. ecc = 0.028802863
  707. inc = 7.489000000
  708. raan = 50.293928802
  709. arg = 314.381908137
  710. mean = 139.568332489
  711. gm = 120.465700000
  712. radius = 734.500000000
  713. atmoHgt = 0.000000000
  714. atmoPressAlts = 0.00000000000
  715. atmoPressPresses = 0.00000000000
  716. atmoTempAlts = 0.00000000000
  717. atmoTempTemps = 0.00000000000
  718. atmoTempSunMultAlts = 0.00000000000
  719. atmoTempSunMults = 0.00000000000
  720. latTempBiasLats = 0.00000000000
  721. latTempBiases = 0.00000000000
  722. latTempSunMultLats = 0.00000000000
  723. latTempSunMults = 0.00000000000
  724. atmoMolarMass = 0.028964400
  725. rotperiod = 6853078.570333908
  726. rotini = 0.000000000
  727. bodycolor = gray
  728. canBeCentral = 0
  729. canBeArriveDepart = 1
  730. parent = Saturn
  731. parentID = 14
  732. name = Iapetus
  733. id = 20
  734.  
  735. [Uranus]
  736. epoch = -31542641.784000002
  737. sma = 2866832853.163975200
  738. ecc = 0.046206532
  739. inc = 23.672569933
  740. raan = 1.846089669
  741. arg = 169.687679052
  742. mean = 286.826735994
  743. gm = 5793939.000000000
  744. radius = 24893.873432695
  745. atmoHgt = 1400.000000000
  746. atmoPressAlts = 0.00000000000,25.00000000000,50.00000000000,75.00000000000,100.00000000000,125.00000000000,150.00000000000,175.00000000000,200.00000000000,225.00000000000,250.00000000000,275.00000000000,300.00000000000,325.00000000000,350.00000000000,375.00000000000,400.00000000000,425.00000000000,450.00000000000,475.00000000000,500.00000000000,525.00000000000,550.00000000000,575.00000000000,600.00000000000,625.00000000000,650.00000000000,675.00000000000,700.00000000000,750.00000000000,800.00000000000,850.00000000000,900.00000000000,950.00000000000,1000.00000000000,1050.00000000000,1150.00000000000,1250.00000000000,1400.00000000000
  747. atmoPressPresses = 101325.00000000000,91221.50000000000,81802.79687500000,73041.79687500000,64912.50000000000,57389.69921875000,50449.30078125000,44068.30078125000,38224.60156250000,32897.39843750000,28066.69921875000,23713.90039062500,19821.19921875000,16372.20019531250,13350.59960937500,10740.40039062500,8522.94042968750,6663.20996093750,5119.41992187500,3853.06005859375,2828.77001953125,2014.21997070313,1379.90002441406,898.96502685547,547.02697753906,302.02301025391,143.95199584961,54.48720169067,15.42020034790,1.16307997704,0.13792200387,0.02901180089,0.00944111031,0.00317064999,0.00116400002,0.00050141098,0.00014901200,0.00006516150,0.00000000000
  748. atmoTempAlts = 0.00000000000,100.00000000000,200.00000000000,300.00000000000,400.00000000000,500.00000000000,570.00000000000,630.00000000000,680.00000000000,699.50000000000,721.00000000000,740.00000000000,761.25000000000,802.25000000000,820.00000000000,850.00000000000,867.00000000000,930.00000000000,1000.00000000000,1100.00000000000,1200.00000000000,1300.00000000000,1400.00000000000
  749. atmoTempTemps = 731.29998779297,621.20001220703,508.50000000000,398.00000000000,306.60000610352,224.30000305176,161.69999694824,104.50000000000,60.20000076294,53.00000000000,53.00000000000,58.40000152588,65.00000000000,70.00000000000,87.09999847412,120.19999694824,126.00000000000,128.80000305176,149.69999694824,230.69999694824,336.10000610352,417.00000000000,469.10000610352
  750. atmoTempSunMultAlts = 0.00000000000,660.00000000000,710.00000000000,1008.00000000000,1400.00000000000
  751. atmoTempSunMults = 0.00000000000,0.00000000000,1.00000000000,2.00000000000,3.00000000000
  752. latTempBiasLats = 0.00000000000,1.57079632679
  753. latTempBiases = 0.00000000000,-1.50000000000
  754. latTempSunMultLats = 0.00000000000,1.57079632679
  755. latTempSunMults = 1.50000000000,0.00000000000
  756. atmoMolarMass = 0.002643000
  757. rotperiod = 62063.712000000
  758. rotini = 0.000000000
  759. bodycolor = gray
  760. canBeCentral = 0
  761. canBeArriveDepart = 1
  762. parent = Sun
  763. parentID = 0
  764. name = Uranus
  765. id = 21
  766.  
  767. [Neptune]
  768. epoch = -31542641.784000002
  769. sma = 4497455832.811736100
  770. ecc = 0.008090398
  771. inc = 22.307359430
  772. raan = 3.512610712
  773. arg = 29.814854030
  774. mean = 162.099548189
  775. gm = 6836529.000000000
  776. radius = 24223.903013565
  777. atmoHgt = 1250.000000000
  778. atmoPressAlts = 0.00000000000,20.00000000000,40.00000000000,60.00000000000,80.00000000000,100.00000000000,120.00000000000,140.00000000000,160.00000000000,180.00000000000,200.00000000000,220.00000000000,240.00000000000,260.00000000000,280.00000000000,300.00000000000,320.00000000000,340.00000000000,360.00000000000,380.00000000000,400.00000000000,420.00000000000,440.00000000000,460.00000000000,480.00000000000,500.00000000000,520.00000000000,540.00000000000,560.00000000000,580.00000000000,600.00000000000,650.00000000000,700.00000000000,750.00000000000,800.00000000000,850.00000000000,900.00000000000,950.00000000000,1000.00000000000,1050.00000000000,1125.00000000000,1250.00000000000
  779. atmoPressPresses = 101325.00000000000,91247.10156250000,81841.39843750000,73083.29687500000,64948.80078125000,57415.10156250000,50460.19921875000,44063.19921875000,38204.10156250000,32864.00000000000,28025.19921875000,23670.69921875000,19784.59960937500,16351.50000000000,13356.00000000000,10781.40039062500,8606.58007812500,6790.00000000000,5282.70019531250,4041.82006835938,3029.97998046875,2214.62988281250,1567.53002929688,1064.26000976563,683.35998535156,403.84698486328,208.19900512695,85.06909942627,26.27790069580,7.28121995926,2.19930005074,0.26821100712,0.07218830287,0.02342819981,0.00814129971,0.00289401994,0.00103424001,0.00037134101,0.00013667801,0.00005337540,0.00001499300,0.00000000000
  780. atmoTempAlts = 0.00000000000,100.00000000000,200.00000000000,275.00000000000,350.00000000000,425.00000000000,500.00000000000,545.00000000000,568.00000000000,590.00000000000,610.00000000000,630.00000000000,670.00000000000,710.00000000000,750.00000000000,790.00000000000,834.50000000000,929.50000000000,1000.00000000000,1100.00000000000,1200.00000000000,1250.00000000000
  781. atmoTempTemps = 717.70001220703,580.50000000000,443.00000000000,351.39999389648,285.89999389648,211.89999389648,121.69999694824,63.20000076294,54.50000000000,58.70000076294,67.80000305176,93.19999694824,131.60000610352,150.60000610352,160.60000610352,165.50000000000,167.00000000000,167.00000000000,174.60000610352,204.00000000000,242.69999694824,262.29998779297
  782. atmoTempSunMultAlts = 0.00000000000,537.00000000000,568.00000000000,902.00000000000,1250.00000000000
  783. atmoTempSunMults = 0.00000000000,0.00000000000,1.00000000000,2.00000000000,2.75000000000
  784. latTempBiasLats = 0.00000000000,1.57079632679
  785. latTempBiases = 0.00000000000,-1.00000000000
  786. latTempSunMultLats = 0.00000000000,1.57079632679
  787. latTempSunMults = 1.00000000000,0.00000000000
  788. atmoMolarMass = 0.002604000
  789. rotperiod = 58000.320000000
  790. rotini = 0.000000000
  791. bodycolor = gray
  792. canBeCentral = 0
  793. canBeArriveDepart = 1
  794. parent = Sun
  795. parentID = 0
  796. name = Neptune
  797. id = 22
  798.  
  799. [Triton]
  800. epoch = -31542641.784000002
  801. sma = 354767.243540665
  802. ecc = 0.000168801
  803. inc = 156.834000000
  804. raan = 197.195323979
  805. arg = 220.452328690
  806. mean = 358.656187763
  807. gm = 1427.900000000
  808. radius = 1353.400000000
  809. atmoHgt = 110.000000000
  810. atmoPressAlts = 0.00000000000,2.00000000000,4.00000000000,6.00000000000,8.00000000000,10.00000000000,12.00000000000,15.00000000000,20.00000000000,25.00000000000,30.00000000000,40.00000000000,50.00000000000,60.00000000000,75.00000000000,90.00000000000,103.00000000000,110.00000000000
  811. atmoPressPresses = 0.01649999991,0.01438449975,0.01249700040,0.01083130017,0.00937740970,0.00812004972,0.00703469012,0.00567837013,0.00398652023,0.00281211990,0.00199468993,0.00102311000,0.00054032000,0.00029469599,0.00012652400,0.00005868250,0.00003202780,0.00000000000
  812. atmoTempAlts = 0.00000000000,8.00000000000,110.00000000000
  813. atmoTempTemps = 37.00000000000,36.00000000000,53.00000000000
  814. atmoTempSunMultAlts = 0.00000000000,8.00000000000,110.00000000000
  815. atmoTempSunMults = 1.00000000000,0.00000000000,0.00000000000
  816. latTempBiasLats = 0.00000000000,1.57079632679
  817. latTempBiases = 0.50000000000,-1.50000000000
  818. latTempSunMultLats = 0.00000000000,1.57079632679
  819. latTempSunMults = 4.00000000000,2.00000000000
  820. atmoMolarMass = 0.028010000
  821. rotperiod = -507728.987724390
  822. rotini = 0.000000000
  823. bodycolor = gray
  824. canBeCentral = 0
  825. canBeArriveDepart = 0
  826. parent = Neptune
  827. parentID = 22
  828. name = Triton
  829. id = 23
  830.  
  831. [Pluto]
  832. epoch = -31542641.784000002
  833. sma = 5845670624.078222300
  834. ecc = 0.246277249
  835. inc = 23.612364058
  836. raan = 44.360998370
  837. arg = 184.494535216
  838. mean = 300.129730481
  839. gm = 870.957000000
  840. radius = 1187.000000000
  841. atmoHgt = 110.000000000
  842. atmoPressAlts = 0.00000000000,2.00000000000,4.00000000000,6.00000000000,8.00000000000,10.00000000000,12.00000000000,15.00000000000,20.00000000000,25.00000000000,30.00000000000,40.00000000000,50.00000000000,60.00000000000,75.00000000000,90.00000000000,102.00000000000,110.00000000000
  843. atmoPressPresses = 0.00100000005,0.00090599398,0.00082311803,0.00075210101,0.00069223100,0.00064205303,0.00059990102,0.00054831500,0.00048359900,0.00043499999,0.00039513200,0.00032772199,0.00027236200,0.00022660400,0.00017205100,0.00013048900,0.00010442800,0.00000000000
  844. atmoTempAlts = 0.00000000000,30.00000000000,110.00000000000
  845. atmoTempTemps = 40.50000000000,105.00000000000,93.00000000000
  846. atmoTempSunMultAlts = 0.00000000000,10.00000000000,110.00000000000
  847. atmoTempSunMults = 1.00000000000,0.00000000000,0.00000000000
  848. latTempBiasLats = 0.00000000000,1.57079632679
  849. latTempBiases = 0.00000000000,0.00000000000
  850. latTempSunMultLats = 0.00000000000,1.57079632679
  851. latTempSunMults = 4.00000000000,0.00000000000
  852. atmoMolarMass = 0.027970000
  853. rotperiod = 552731.965365638
  854. rotini = 0.000000000
  855. bodycolor = gray
  856. canBeCentral = 0
  857. canBeArriveDepart = 1
  858. parent = Sun
  859. parentID = 0
  860. name = Pluto
  861. id = 24
  862.  
  863. [Charon]
  864. epoch = -31542641.784000002
  865. sma = 19596.193835404
  866. ecc = 0.000050822
  867. inc = 0.001000000
  868. raan = 222.405373557
  869. arg = 188.473864685
  870. mean = 30.899892401
  871. gm = 101.444800000
  872. radius = 603.500000000
  873. atmoHgt = 0.000000000
  874. atmoPressAlts = 0.00000000000
  875. atmoPressPresses = 0.00000000000
  876. atmoTempAlts = 0.00000000000
  877. atmoTempTemps = 0.00000000000
  878. atmoTempSunMultAlts = 0.00000000000
  879. atmoTempSunMults = 0.00000000000
  880. latTempBiasLats = 0.00000000000
  881. latTempBiases = 0.00000000000
  882. latTempSunMultLats = 0.00000000000
  883. latTempSunMults = 0.00000000000
  884. atmoMolarMass = 0.028964400
  885. rotperiod = 552731.965365638
  886. rotini = 0.000000000
  887. bodycolor = gray
  888. canBeCentral = 0
  889. canBeArriveDepart = 0
  890. parent = Pluto
  891. parentID = 24
  892. name = Charon
  893. id = 25
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement