Click or drag to resize

NavigationAccuracyAssessed Constructor (Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, IList<SatelliteUserRangeError>)

Initializes a new instance from the specified position error and satellite user range errors.

Namespace:  AGI.Foundation.Navigation
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public NavigationAccuracyAssessed(
	double xSignalInSpace,
	double ySignalInSpace,
	double zSignalInSpace,
	double xySignalInSpace,
	double positionSignalInSpace,
	double timeSignalInSpace,
	double xSignalInSpaceOneSigma,
	double ySignalInSpaceOneSigma,
	double zSignalInSpaceOneSigma,
	double xySignalInSpaceOneSigma,
	double positionSignalInSpaceOneSigma,
	double timeSignalInSpaceOneSigma,
	double xTotal,
	double yTotal,
	double zTotal,
	double xyTotal,
	double positionTotal,
	double timeTotal,
	IList<SatelliteUserRangeError> userRangeErrors
)

Parameters

xSignalInSpace
Type: System.Double
The signal-in-space error in the X direction.
ySignalInSpace
Type: System.Double
The signal-in-space error in the Y direction.
zSignalInSpace
Type: System.Double
The signal-in-space error in the Z direction.
xySignalInSpace
Type: System.Double
The horizontal signal-in-space error.
positionSignalInSpace
Type: System.Double
The position signal-in-space error.
timeSignalInSpace
Type: System.Double
The time signal-in-space error.
xSignalInSpaceOneSigma
Type: System.Double
The one-sigma error of the signal-in-space navigation error in the X direction
ySignalInSpaceOneSigma
Type: System.Double
The one-sigma error of the signal-in-space navigation error in the Y direction
zSignalInSpaceOneSigma
Type: System.Double
The one-sigma error of the signal-in-space navigation error in the Z direction
xySignalInSpaceOneSigma
Type: System.Double
The one-sigma error of the signal-in-space horizontal navigation error
positionSignalInSpaceOneSigma
Type: System.Double
The one-sigma error of the signal-in-space position navigation error
timeSignalInSpaceOneSigma
Type: System.Double
The one-sigma error of the signal-in-space time error
xTotal
Type: System.Double
The total navigation error in the X direction
yTotal
Type: System.Double
The total navigation error in the Y direction
zTotal
Type: System.Double
The total navigation error in the Z direction
xyTotal
Type: System.Double
The total horizontal navigation error
positionTotal
Type: System.Double
The total position navigation error
timeTotal
Type: System.Double
The total time error
userRangeErrors
Type: System.Collections.Generic.IList<SatelliteUserRangeError>
The list of user range errors used in determining the navigation error
See Also