RadiationVectorType Enumeration |
Defines the type of vector to use between the target and the illuminating body in context of scalar occultation.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic enum RadiationVectorType
Public Enumeration RadiationVectorType
public enum class RadiationVectorType
Members
| Member name | Description |
---|
| TruePosition |
The vectors to and from the target point, eclipsing bodies, and illuminating body
are found using true position.
|
| CorrectForLightTimeDelayAndAberration |
The vectors to and from the target point, eclipsing bodies, and illuminating body
are found using apparent position, which corrects for light time delay and aberration.
|
See Also