AccessSignalModel Enumeration |
Indicates which effects are to be consider in modeling the signal path and observation.
Namespace:
AGI.Foundation.Access
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum AccessSignalModel
Public Enumeration AccessSignalModel
public enum class AccessSignalModel
Members
| Member name | Description |
---|
| TruePosition |
Model the true relative position of the objects.
|
| ApparentPositionWithLightTravelTime |
Model the apparent relative position of the objects accounting for light travel time.
|
| ApparentPositionWithLightTravelTimeAndAberration |
Model the apparent relative position of the objects accounting for light travel time and aberration.
|
See Also