Click or drag to resize

StkEphemerisFileCovarianceTimePosVelCreateBlender Method (StkEphemerisFileEphemerisTimePosVel, ReferenceFrame, NullableDouble)

Creates a two-body covariance blender from the orbit states ephemeris and the covariance data. Also, sets the Blender property to the created value.

Namespace:  AGI.Foundation.Stk
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Covariance6By6TwoBodyBlender CreateBlender(
	StkEphemerisFileEphemerisTimePosVel orbitStates,
	ReferenceFrame inertialPropagationFrame,
	double? gravitationalParameter
)

Parameters

orbitStates
Type: AGI.Foundation.StkStkEphemerisFileEphemerisTimePosVel
The orbit states that are used for blending. These must be consistent with a spacecraft in a two-body orbital regime for the results to be correct.
inertialPropagationFrame
Type: AGI.Foundation.GeometryReferenceFrame
The inertial propagation frame that is used to propagate the orbitStates and the CovarianceData.
gravitationalParameter
Type: SystemNullableDouble
The gravitational parameter of the central body that the spacecraft described by orbitStates is orbiting.

Return Value

Type: Covariance6By6TwoBodyBlender
The created two-body covariance blender.
See Also