Click or drag to resize
XDL

XIrfReCalcPSLR Method

PSLR 재계산을 수행한다.(파라메터 변경시)

Namespace: Pixoneer.NXDL.NSAR
Assembly: NXDLsar (in NXDLsar.dll) Version: 3.0.0.0
Syntax
C#
public void ReCalcPSLR(
	out double AzLeft,
	out double RaLeft,
	out double AzRight,
	out double RaRight,
	bool bSquint
)

Parameters

AzLeft  Double
[Out] 왼쪽 Azimuth PSLR
RaLeft  Double
[Out] 왼쪽 Range PSLR
AzRight  Double
[Out] 오른쪽 Azimuth PSLR
RaRight  Double
[Out] 오른쪽 Range PSLR
bSquint  Boolean
Squint 각도가 적용된 PSLR 계산 여부
See Also