diff --git a/SGP.NET/Propagation/SgpConstants.cs b/SGP.NET/Propagation/SgpConstants.cs index 435c4c0..28e0d85 100644 --- a/SGP.NET/Propagation/SgpConstants.cs +++ b/SGP.NET/Propagation/SgpConstants.cs @@ -105,9 +105,13 @@ public class SgpConstants public const double EarthRotationPerMinRad = 4.37526908801129966e-3; /// - /// Also called Au + /// 1 AU, here given in km, per the IAU 2012 Resolution B2 + /// and the BIPM published "The International System of Units (SI), 9th ed.", + /// Table 8 of "Non-SI units accepted for use with the SI units". + /// + /// /// - public const double KmPerAu = 1.49597870691e8; + public const double KmPerAu = 1.49597870700e8; /// /// Also called KmPer (WGS84 datum)