From 66ad4d871ce990e20555a4017a020c12c10715d8 Mon Sep 17 00:00:00 2001 From: Jonas Nyrup Date: Fri, 7 Aug 2026 16:34:04 +0200 Subject: [PATCH] Adjust the definition of AU https://github.com/dnwrnr/sgp4/pull/31 --- SGP.NET/Propagation/SgpConstants.cs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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)