Click or drag to resize

StkAttitudeFile.AttitudeTimeQuaternions.ConvertToStkAttitudeConvention 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.3.420.0 (24.3.420.0)
Syntax
public static DateMotionCollection<UnitQuaternion, Cartesian> ConvertToStkAttitudeConvention(
	DateMotionCollection<UnitQuaternion, Cartesian> data
)

Parameters

data
Type: AGI.Foundation.DateMotionCollection<UnitQuaternion, Cartesian>
The attitude data in the DME Component Libraries convention.

Return Value

Type: DateMotionCollection<UnitQuaternion, Cartesian>
The attitude data in the STK Desktop convention.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when data is null.
See Also