Sgp4Propagator.Sgp4EstimationOutput.FinalPositionResiduals 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic Cartesian[] FinalPositionResiduals { get; }
Public ReadOnly Property FinalPositionResiduals As Cartesian()
Get
public:
property array<Cartesian>^ FinalPositionResiduals {
array<Cartesian>^ get ();
}
member FinalPositionResiduals : Cartesian[] with get
Property Value
Type:
Cartesian[]
See Also