Closed hippke closed 3 years ago
Yes, using the stellar radius as a base unit makes sense. Or otherwise, uncertainties in the stellar radius would propagate into all the other parameters that depend on the stellar radius.
Problems with fractional units:
per_planet / pi * arcsin(sqrt((r_planet / 2 + R_star) ** 2) / a_planet)
which includes r_planet
and R_star
as well as a_planet
in units of [km]
in order to get a time axis in [days]
which we need to compare to the original data.(2 * pi * sqrt((a_moon * 1000.0) ** 3 / (G * (M_planet + M_moon)))) / 60 / 60 / 24
which includes a_moon
, M_planet
, M_moon
in physical units.I see no elegant way out of this. Let's go through the code together during our Hackathlon?
Done:
Currently many units in [km]. Change to RP/R{\odot}?