Click or drag to resize

ScalarAtmosphericDensityVectorToSun Property

Gets or sets the vector to the sun to use for modeling the effects of solar radiation on the atmosphere. By default, this is set to represent the apparent displacement from the Earth to the Sun based on light time delay and aberration from the relative motion of the celestial bodies. Setting this to use the true displacement will be slightly less accurate but take less time to compute. However, not all density models will use the Sun's position.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Vector VectorToSun { get; set; }

Property Value

Type: Vector
See Also