Click or drag to resize

Covariance6By6TwoBodyBlender Constructor (DateMotionCollectionCartesian, DateMotionCollectionMatrix)

Initializes a new instance. By default, the OrbitStatesFrame and InertialPropagationFrame are set to the inertial frame of the instance of EarthCentralBody in the CentralBodiesFacet of the CalculationContext. Similarly, the CovarianceAxes are set to the Axes of that inertial frame. The GravitationalParameter is set to that of the WorldGeodeticSystem1984. to the

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,
	DateMotionCollection<Matrix> covarianceData
)

Parameters

orbitStates
Type: AGI.FoundationDateMotionCollectionCartesian
The position and velocity vectors of the spacecraft at the same times as the covarianceData.
covarianceData
Type: AGI.FoundationDateMotionCollectionMatrix
The covariance data that is used for blending.
See Also