/* Solar system barycentric velocity and position * state of Mercury, Venus, EMB, ..., Pluto, MOON, Sun * in the order dx/dt, x, dy/dt, y, dz/dt, z for each object. * * EMB is the arithmetic average of Earth and Moon, weighted by * their masses. The coordinates of the Moon variable are the * the solar system barycentric coordinates of the Moon * minus those of the Earth. */ /* Note, these particular numbers are derived from the heliocentric * planet states and barycentric Sun state given in the * documentation for the DE118. */ /* Mercury */ 3.7085069798210382186e-003 3.6030663368975339466e-001 2.4854958767430945324e-002 -9.4812876741771684223e-002 1.2929109014677844626e-002 -8.7466840117233140436e-002 /* Venus */ 1.1156645711264016669e-002 6.0786466491731583464e-001 1.5494075513638794325e-002 -3.5518362463675619232e-001 6.2773904546696609267e-003 -1.9824142909855515515e-001 /* EMB */ 1.6833251020051496668e-002 1.0820747754938311664e-001 1.5602036176919105255e-003 -9.2711110739430602933e-001 6.7646174015847273137e-004 -4.0209347855944090112e-001 /* Mars */ 1.4481919298277924969e-002 -1.2796408611369531836e-001 8.0528538390447499843e-005 -1.3262618005333617013e+000 -3.5188931029397090065e-004 -6.0530808652523961512e-001 /* Jupiter */ 1.0053452569924098185e-003 -5.3896824544609061333e+000 -6.5298425191689416643e-003 -7.7026549518616593034e-001 -2.8258787532429609536e-003 -1.9866431165907522014e-001 /* Saturn */ -3.1594662504012930114e-003 7.9527768530257360864e+000 4.3714634278372622354e-003 4.5078822184006553686e+000 1.9441395169137103763e-003 1.5201955253183338898e+000 /* Uranus */ 1.7108310564806817248e-004 -1.8278236586353147533e+001 -3.7646704682815900043e-003 -9.5764572881482056433e-001 -1.6519678610257000136e-003 -1.6132190397271035415e-001 /* Neptune */ 2.6225242764289213785e-003 -1.6367191358770888335e+001 -1.5277473123858904045e-003 -2.3760896725373076342e+001 -6.9183197562182804864e-004 -9.3213866179497290101e+000 /* Pluto */ 2.8177758090360373050e-004 -3.0447680255169362534e+001 -3.1469590804946202045e-003 -5.3177934960261367037e-001 -1.0794238049289112837e-003 9.0596584886274922101e+000 /* MOON */ 5.98752118417335956e-4 -8.35703164195952601e-4 -1.74153713527242722e-4 -1.98543915768166071e-3 -8.84771962437116281e-5 -1.08326877048661754e-3 /* Sun */ -2.8369446340813151639e-007 4.5144118714356666407e-003 5.1811944086463255444e-006 7.2282841152065867346e-004 2.2306588340621263489e-006 2.4659100492567986271e-004 /* Speed of light. 173.144632720536344565 /* Gaussian gravitational constant */ 0.01720209895 /* GM's of the solar system bodies * These are scaled such that GMsun = k^2 * (k = Gaussian gravitational constant). */ 4.91254745145081175785E-11 /* Mercury */ 7.24345620963276523095E-10 /* Venus */ 8.88769273403302327042E-10 /* Earth */ 8.99701165855730774179E-10 /* EMB */ 9.54952894222405763492E-11 /* Mars */ 2.82534210344592625472E-7 /* Jupiter */ 8.45946850483065929285E-8 /* Saturn */ 1.28881623813803488851E-8 /* Uranus */ 1.53211248128427618918E-8 /* Neptune */ 2.27624775186369921644E-12 /* Pluto */ 1.09318924524284471369E-11 /* MOON */ 2.95912208285591102582E-4 /* Sun */ /* Astronomical unit */ 1.4959787066e11