Click or drag to resize

StkAttitudeFileAttitudeTimeQuaternionsConvertToStkAttitudeConvention Method

Converts raw attitude data from the DME Component Libraries convention to use the STK Desktop convention used by AttitudeData, which expresses the derivatives in the body frame instead of the frame in which the body is defined.

Namespace:  AGI.Foundation.Stk
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static DateMotionCollection<UnitQuaternion, Cartesian> ConvertToStkAttitudeConvention(
	DateMotionCollection<UnitQuaternion, Cartesian> data
)

Parameters

data
Type: AGI.FoundationDateMotionCollectionUnitQuaternion, Cartesian
The attitude data in the DME Component Libraries convention.

Return Value

Type: DateMotionCollectionUnitQuaternion, Cartesian
The attitude data in the STK Desktop convention.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when data is .
See Also