Click or drag to resize

Covariance6By6TwoBodyBlender Constructor (DateMotionCollectionCartesian, IDateMotionCollectionMatrix6By6Symmetric, ReferenceFrame, Axes, ReferenceFrame, Double)

Initializes a new instance.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Covariance6By6TwoBodyBlender(
	DateMotionCollection<Cartesian> orbitStates,
	IDateMotionCollection<Matrix6By6Symmetric> covarianceData,
	ReferenceFrame orbitStatesFrame,
	Axes covarianceAxes,
	ReferenceFrame inertialPropagationFrame,
	double gravitationalParameter
)

Parameters

orbitStates
Type: AGI.FoundationDateMotionCollectionCartesian
The position and velocity vectors of the spacecraft at the same times as the covarianceData.
covarianceData
Type: AGI.FoundationIDateMotionCollectionMatrix6By6Symmetric
The covariance data that is used for blending.
orbitStatesFrame
Type: AGI.Foundation.GeometryReferenceFrame
The native reference frame of the orbitStates.
covarianceAxes
Type: AGI.Foundation.GeometryAxes
The native axes of the covarianceData.
inertialPropagationFrame
Type: AGI.Foundation.GeometryReferenceFrame
The inertial propagation frame that is used to propagate the orbitStates and the covarianceData.
gravitationalParameter
Type: SystemDouble
The gravitational parameter of the central body that the spacecraft is orbiting.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when covarianceData is .
See Also