Click or drag to resize
XDL

XSarParametersGetAzimuthTime Method

각 Burst의 Echo 신호에 대한 시작과 종료 시점에서의 Azimuth 시간 값을 가져온다.

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntax
C#
public void GetAzimuthTime(
	out double[] azFirstTime,
	out double[] azLastTime
)

Parameters

azFirstTime  Double
[Out] Azimuth First Time 값(시작 시점), 각 Burst당 1개의 정보.
azLastTime  Double
[Out] Azimuth Last Time 값(종료 시점), 각 Burst당 1개의 정보.
See Also