Click or drag to resize

Sgp4Propagator.ReferenceFrame Property

Gets True Equator, Mean Equinox (TEME) reference frame, the coordinate system in which SGP4 produces ephemeris.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public ReferenceFrame ReferenceFrame { get; }

Property Value

Type: ReferenceFrame
Remarks
The TEME frame is obtained from the TrueEquatorMeanEquinoxFrame property of the EarthCentralBody that is stored in the CentralBodiesFacet instance in the CalculationContext.
See Also