Click or drag to resize

PerformanceAssessmentFileGetSatelliteGlobalUserRangeErrorEvaluator Method (IServiceProvider, EvaluatorGroup)

Returns an evaluator which can compute the SatelliteGlobalUserRangeError for this Performance Assessment File at a given time.

Namespace:  AGI.Foundation.Navigation.DataReaders
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Evaluator<SatelliteGlobalUserRangeError> GetSatelliteGlobalUserRangeErrorEvaluator(
	IServiceProvider satellite,
	EvaluatorGroup group
)

Parameters

satellite
Type: SystemIServiceProvider
The GPS satellite for which to obtain the global user range error. The satellite instance must provide IGpsPrnService and IOrientationAxesService.
group
Type: AGI.FoundationEvaluatorGroup
The group with which to associate the new evaluator. By grouping evaluators that are often evaluated at the same Julian dates, common computations can be performed only once for the entire group instead of multiple times for each evaluator.

Return Value

Type: EvaluatorSatelliteGlobalUserRangeError
An evaluator that will return the global user range errors at a specified time.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when satellite or group is .
See Also