SatelliteGlobalUserRangeErrorCompute Method |
Computes the global user range error for a satellite.
Namespace:
AGI.Foundation.Navigation
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static SatelliteGlobalUserRangeError Compute(
Matrix3By3 satelliteOrientation,
PerformanceAssessmentField performanceAssessmentField
)
Public Shared Function Compute (
satelliteOrientation As Matrix3By3,
performanceAssessmentField As PerformanceAssessmentField
) As SatelliteGlobalUserRangeError
public:
static SatelliteGlobalUserRangeError^ Compute(
Matrix3By3 satelliteOrientation,
PerformanceAssessmentField^ performanceAssessmentField
)
static member Compute :
satelliteOrientation : Matrix3By3 *
performanceAssessmentField : PerformanceAssessmentField -> SatelliteGlobalUserRangeError
Parameters
- satelliteOrientation
- Type: AGI.Foundation.CoordinatesMatrix3By3
The satellite's reference frame defined by it's orientation matrix.
- performanceAssessmentField
- Type: AGI.Foundation.Navigation.DataReadersPerformanceAssessmentField
The assessed navigation accuracy for the satellite
Return Value
Type:
SatelliteGlobalUserRangeErrorThe computed global user range error for the satellite.
See Also