Click or drag to resize

Sgp4PropagatorSgp4EstimationOutputFinalPositionResiduals Property

Gets an array of the final position errors between the input position and the estimated position. Note that if the data is unavailable, this value will be null.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Cartesian[] FinalPositionResiduals { get; }

Property Value

Type: Cartesian
See Also