Click or drag to resize

Sgp4PropagatorReferenceFrame 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: 24.1.418.0 (24.1.418.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