Click or drag to resize

DilutionOfPrecisionCompute Method

Computes the Dilution of Precision (DOP).

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 DilutionOfPrecision Compute(
	Matrix3By3 receiverOrientation,
	IEnumerable<Cartesian> satelliteRelativePositions
)

Parameters

receiverOrientation
Type: AGI.Foundation.CoordinatesMatrix3By3
The orientation of the receiver relative to the axes in which the satelliteRelativePositions are defined.
satelliteRelativePositions
Type: System.Collections.GenericIEnumerableCartesian
The relative position of each of the satellites to consider, expressed as a line-of-sight vector from the satellite to the receiver at the time of reception by the receiver. The satellite positions should already account for apparent position due to light-time delay and other effects (if required).

Return Value

Type: DilutionOfPrecision
The Dilution of Precision (DOP) values for the configuration.
Remarks
This method assumes that all satellites in satelliteRelativePositions are visible to the receiver and should be included in the DOP calculation.
See Also