Click or drag to resize

Sgp4PropagatorSgp4EstimationInputConvergenceTolerance Property

Gets or sets the convergence tolerance to use when solving. By default, the value is 1e-4. This is used to determine when the normalized root mean square error of the residuals has converged.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public double ConvergenceTolerance { get; set; }

Property Value

Type: Double
See Also