// Filename: SomeNewExoPlanets.sc // JackDole 2017.10.16 15:28:59 // Put in 'addons\catalogs\planets' //------------------------------------------------------------------------------ // https://en.wikipedia.org/wiki/FL_Lyrae Star "FL Lyr A" { ParentBody "FL Lyr" Class "F8" RadSol 1.283 MassSol 1.218 Lum 2.17 AbsMagn 3.84 Teff 6363 FeH -0.34 Age 2.29 Orbit { Period 0.011927177421067 Inclination 89.0 // Estimated Eccentricity 0.0 // n/a MeanAnomaly 0.0 // n/a AscendingNode 0.0 // n/a ArgOfPericen 0.0 // n/a RefPlane "Extrasolar" } } Star "FL Lyr B" { ParentBody "FL Lyr" Class "G8" RadSol 0.958 MassSol 0.963 Lum 0.65 AbsMagn 5.30 Teff 5239 Orbit { Period 0.011927177421067 Inclination 89.0 // Estimated Eccentricity 0.0 // n/a MeanAnomaly 0.0 // n/a AscendingNode 0.0 // n/a ArgOfPericen 180 // n/a RefPlane "Extrasolar" } } Planet "FL Lyr b" { ParentBody "FL Lyr" Mass 2862.59542 Msini 2862.59542 DiscMethod "Pulsar" DiscDate "2015" Updated "2017.10.11" Orbit { Period 12.046801 Inclination 89.0 // Estimated } } // http://exoplanet.eu/catalog/ogle-2017-blg-0173/ Planet "OGLE-2017-BLG-0173 b" { ParentBody "OGLE-2017-BLG-0173" Mass 2888.040712 // ( -5.7 +10.85 MJ ) DiscMethod "MicroLens" DiscDate "2017" Updated "2017.09.26" Orbit { SemiMajorAxis 3.75 // (+- 1.67) } } // http://exoplanet.eu/catalog/gj_3942_b/ Planet "GJ 3942 b" { ParentBody "GJ 3942" Mass 7.15648855 Msini 7.15648855 Radius 15728.240 DiscMethod "RadVel" DiscDate "2017" Updated "2017.09.21" Orbit { SemiMajorAxis 0.0608 Period 0.01890526 Eccentricity 0.121 ArgOfPericen 112.7 } } // http://exoplanet.eu/catalog/gj_9827_b/ Planet "GJ 9827 b" { ParentBody "GJ 9827" Mass 4.2620865 Radius 10437.832 DiscMethod "Transit" DiscDate "2017" Updated "2017.09.08" Orbit { SemiMajorAxis 0.02 Period 0.00331 Inclination 85.8 } } // http://exoplanet.eu/catalog/gj_9827_c/ Planet "GJ 9827 c" { ParentBody "GJ 9827" Mass 2.63040712 Radius 8221.580 DiscMethod "Transit" DiscDate "2017" Updated "2017.09.08" Orbit { SemiMajorAxis 0.042 Period 0.00998795 Inclination 87.8 } } // http://exoplanet.eu/catalog/gj_9827_d/ Planet "GJ 9827 d" { ParentBody "GJ 9827" Mass 5.31170483 Radius 13297.512 DiscMethod "Transit" DiscDate "2017" Updated "2017.09.08" Orbit { SemiMajorAxis 0.06 Period 0.016979 Inclination 87.39 } } // http://exoplanet.eu/catalog/lp_358-499_b/ // https://arxiv.org/pdf/1709.01025.pdf Planet "LP 358-499 b" { ParentBody "LP 358-499" Mass 1.86068702 Radius 8791.98 DiscMethod "Transit" DiscDate "2017" Updated "2017.09.05" Orbit { SemiMajorAxis 0.0333 Period 0.00840949 Inclination 87.36 } } // http://exoplanet.eu/catalog/lp_358-499_c/ // https://arxiv.org/pdf/1709.01025.pdf Planet "LP 358-499 c" { ParentBody "LP 358-499" Radius 9938.76 DiscMethod "Transit" DiscDate "2017" Updated "2017.09.05" Orbit { SemiMajorAxis 0.0452 Period 0.01332787 Inclination 88.44 } } // http://exoplanet.eu/catalog/lp_358-499_d/ // https://arxiv.org/pdf/1709.01025.pdf Planet "LP 358-499 d" { ParentBody "LP 358-499" Radius 13506.52 DiscMethod "Transit" DiscDate "2017" Updated "2017.09.05" Orbit { SemiMajorAxis 0.078 Period 0.03018381 Inclination 89.36 } } //------------------------------------------------------------------------------