Click or drag to resize

StkAttitudeFileAttitudeTimeQuaternionsConvertFromStkAttitudeConvention Method

Converts raw attitude data from the STK Desktop convention used by AttitudeData to use the DME Component Libraries convention for representing attitude, 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> ConvertFromStkAttitudeConvention(
	DateMotionCollection<UnitQuaternion, Cartesian> data
)

Parameters

data
Type: AGI.FoundationDateMotionCollectionUnitQuaternion, Cartesian
The attitude data in the STK Desktop convention.

Return Value

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