|
XSarParametersGetRawBias Method
|
각 Burst의 RAW Statistics Block에 대한 Raw Bias 값을 가져온다.
Namespace: Pixoneer.NXDL.NRSAssembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntaxpublic void GetRawBias(
out double[,,] rawBias,
int burstID
)
Parameters
- rawBias Double
- [Out] 각 블럭의 Raw Bias 값 (NumRawStatisticsBlock[0] x NumRawStatisticsBlock[1] x 2).
- burstID Int32
- [In] 값을 가져올 Burst 인덱스[0 ~ (BurstsPerSubswath - 1)]. -1 일 때 모든 Burst의 값을 가져옴.
See Also