Click or drag to resize
XDL

XSatelliteCalcPointingDirection Method

위성의 위치와 속도가 주어질 때, 자세값과 자세의 옵셋값을 통하여 위성 기준으로 가르키는 방향을, 위성의 위치를 기준 좌표계로하는 방향 벡터로 계산한다. 위성의 위치와 속도가 ECEF 좌표계이면, 계산하는 기준좌표계는 ECEF 좌표계이다. 위성의 위치와 속도가 ECI 좌표계이면, 계산하는 기준좌표계는 ECI 좌표계이다.

Namespace: Pixoneer.NXDL.NSAR
Assembly: NXDLsar (in NXDLsar.dll) Version: 3.0.0.3
Syntax
C#
public static XVertex3d CalcPointingDirection(
	XVertex3d pos,
	XVertex3d vel,
	XVertex3d rpy,
	double azimuthSteering,
	double rangeSteering,
	double beamElevation,
	eSatRotationSequence seq,
	eSatSensorFrame localframe,
	XVertex3d localDir
)

Parameters

pos  XVertex3d
위성의 위치
vel  XVertex3d
위성의 속도
rpy  XVertex3d
위성의 자세(Roll, Pitch, Yaw)
azimuthSteering  Double
Azimuth Steering 회전 값
rangeSteering  Double
Range Steering 회전 값
beamElevation  Double
빔의 고각방향 추가 회전 값
seq  eSatRotationSequence
위성의 자세에 대한 회전 순서 정의
localframe  eSatSensorFrame
위성의 위치와 속도에 의해서 정의 되는 좌표계
localDir  XVertex3d
localframe에서 정의 되는 좌표계를 기준으로 하는 방향 벡터

Return Value

XVertex3d
위성의 위치를 나타내는 기준좌표계로 표현하는 방향 벡터
See Also