Click or drag to resize
XDL

eSatRotationSequence Enumeration

위성 자세에 대한 회전순서를 나타내는 열거형이다. Roll(X축 기준 회전), Pitch(Y축 기준 회전), Yaw(Z축 기준 회전) 위성의 경우 Body Frame(몸체 고정 좌표계)을 기준으로 할때는 Intrinsic 방식을 많이 사용한다.

Namespace: Pixoneer.NXDL.NSAR
Assembly: NXDLsar (in NXDLsar.dll) Version: 3.0.0.3
Syntax
C#
public enum eSatRotationSequence
Members
Member nameValueDescription
IntrinsicXYZ0 Intrinsic Rotation X-Y'-Z" (X축 Roll 회전 => Y'(바뀐 Y축)으로 Pitch 회전 => Z"(바뀐 Z축)으로 Yaw 회전) Extrinsic Rotation Z-Y-X (Z축 Yaw 회전 => Y축 Pitch 회전 => X축 Roll 회전)
IntrinsicZYX1 Intrinsic Rotation Z-Y'-X" (Z축 Roll 회전 => Y'(바뀐 Y축)으로 Pitch 회전 => X"(바뀐 Z축)으로 Yaw 회전) Extrinsic Rotation X-Y-Z (X축 Roll 회전 => Y축 Pitch 회전 => Z축 Yaw 회전)
IntrinsicYXZ2 Intrinsic Rotation Y-X'-Z" (Y축 Pitch 회전 => X'(바뀐 X축)으로 Roll 회전 => Z"(바뀐 Z축)으로 Yaw 회전) Extrinsic Rotation Z-X-Y (Z축 Yaw 회전 => X축 Roll 회전 => Y축 Pitch 회전)
IntrinsicZXY3 Intrinsic Rotation Z-X'-Y" (Z축 Yaw 회전 => X'(바뀐 X축)으로 Roll 회전 => Y"(바뀐 Y축)으로 Pitch 회전) Extrinsic Rotation Y-X-Z (Y축 Pitch 회전 => X축 Roll 회전 => Z축 Yaw 회전)
See Also