Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public static SatelliteGlobalUserRangeError Compute(
	Matrix3By3 satelliteOrientation,
	PerformanceAssessmentField performanceAssessmentField
)

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: SatelliteGlobalUserRangeError
The computed global user range error for the satellite.
See Also