Click or drag to resize

SatelliteGlobalUserRangeError Constructor (Double, Double, Double, Double, Double, Double)

Creates a Satellite Global User Range Error structure, containing URE related data for a specific satellite, integrated over the globe and represented in the satellite's reference frame.

Namespace:  AGI.Foundation.Navigation
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public SatelliteGlobalUserRangeError(
	double radialError,
	double alongTrackError,
	double crossTrackError,
	double clockPhaseError,
	double globalUserRangeError,
	double globalEphemerisError
)

Parameters

radialError
Type: SystemDouble
The radial component of the satellite's user range error.
alongTrackError
Type: SystemDouble
The along track component of the satellite's user range error.
crossTrackError
Type: SystemDouble
The cross track component of the satellite's user range error.
clockPhaseError
Type: SystemDouble
The clock phase error component of the satellite's user range error.
globalUserRangeError
Type: SystemDouble
The global user range error for this satellite.
globalEphemerisError
Type: SystemDouble
The global ephemeris error for this satellite
See Also