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: 24.2.419.0 (24.2.419.0)
Syntax public 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