Click or drag to resize

Sgp4PropagatorSgp4EstimationInputBStarDragValue Property

Gets or sets the value for the BSTAR drag value to use for the Sgp4Elements. If SolveForDrag is false, this value of BSTAR will not be modified when solving for the resulting elements. This is useful in cases where trying to solve for BSTAR may cause instability in the least squares iterations. By default, this value is zero.

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 BStarDragValue { get; set; }

Property Value

Type: Double
See Also