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, IListSatelliteUserRangeError)

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: 24.1.418.0 (24.1.418.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: SystemDouble
The signal-in-space error in the X direction.
ySignalInSpace
Type: SystemDouble
The signal-in-space error in the Y direction.
zSignalInSpace
Type: SystemDouble
The signal-in-space error in the Z direction.
xySignalInSpace
Type: SystemDouble
The horizontal signal-in-space error.
positionSignalInSpace
Type: SystemDouble
The position signal-in-space error.
timeSignalInSpace
Type: SystemDouble
The time signal-in-space error.
xSignalInSpaceOneSigma
Type: SystemDouble
The one-sigma error of the signal-in-space navigation error in the X direction
ySignalInSpaceOneSigma
Type: SystemDouble
The one-sigma error of the signal-in-space navigation error in the Y direction
zSignalInSpaceOneSigma
Type: SystemDouble
The one-sigma error of the signal-in-space navigation error in the Z direction
xySignalInSpaceOneSigma
Type: SystemDouble
The one-sigma error of the signal-in-space horizontal navigation error
positionSignalInSpaceOneSigma
Type: SystemDouble
The one-sigma error of the signal-in-space position navigation error
timeSignalInSpaceOneSigma
Type: SystemDouble
The one-sigma error of the signal-in-space time error
xTotal
Type: SystemDouble
The total navigation error in the X direction
yTotal
Type: SystemDouble
The total navigation error in the Y direction
zTotal
Type: SystemDouble
The total navigation error in the Z direction
xyTotal
Type: SystemDouble
The total horizontal navigation error
positionTotal
Type: SystemDouble
The total position navigation error
timeTotal
Type: SystemDouble
The total time error
userRangeErrors
Type: System.Collections.GenericIListSatelliteUserRangeError
The list of user range errors used in determining the navigation error
See Also