// Add this to the ExoPlanetsSuns.sc stars catalog StarBarycenter "Kepler-37 system" { RA 18 56 14.289 Dec 44 31 05.57 Dist 65 Class "G9 V" AppMagn 9.705 } // Add this to the ExoPlanets.sc planets catalog // Note: if you want to put the star in a more approptiate place // you can add it to any other planets catalog, eg. Stars.sc. Star "Kepler-37" { ParentBody "Kepler-37 system" AppMagn 9.705 Class "G9 V" Mass 0.802 Radius 535900 Age 6.0 Teff 5417 FeH 0.32 Orbit { Type "static" } } Planet "Kepler-37 b" { ParentBody "Kepler-37" Radius 1933 Orbit { Period 0.036597694729637 SemiMajorAxis 0.1003 Inclination 88.63 } } Planet "Kepler-37 c" { ParentBody "Kepler-37" Radius 4732 Orbit { Period 0.05832138535249829 SemiMajorAxis 0.1368 Inclination 89.07 } } Planet "Kepler-37 d" { ParentBody "Kepler-37" Radius 12692 Orbit { Period 0.10894507049965777 SemiMajorAxis 0.2076 Inclination 89.335 } }