Click or drag to resize
XDL

XSarParametersSetRawGainImbalance Method

각 Burst의 RAW Statistics Block에 대한 Raw Gain Imbalance 값을 저장한다.

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntax
C#
public void SetRawGainImbalance(
	ref double[,] gain,
	int burstID
)

Parameters

gain  Double
[In] 각 블럭의 Raw Gain Imbalance 값 (NumRawStatisticsBlock[0] x NumRawStatisticsBlock[1]).
burstID  Int32
[In] 설정하고자 하는 Burst 인덱스[0 ~ (BurstsPerSubswath - 1)].
See Also