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