Click or drag to resize

SatelliteUserRangeErrorCompute Method

Computes the 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 SatelliteUserRangeError Compute(
	Cartesian lineOfSightVector,
	PerformanceAssessmentField performanceAssessmentField
)

Parameters

lineOfSightVector
Type: AGI.Foundation.CoordinatesCartesian
The relative position of the satellite for which to express the user range error, expressed as a line-of-sight vector from the satellite to the receiver at the time of reception by the receiver. The satellite position should already account for apparent position due to light-time delay and other effects (if required).
performanceAssessmentField
Type: AGI.Foundation.Navigation.DataReadersPerformanceAssessmentField
The performance assessment data for the satellite.

Return Value

Type: SatelliteUserRangeError
The computed user range error for the satellite.
See Also