Click or drag to resize
XDL

XIrfProfile Class

SAR 영상의 IRF 측정후 결과 값을 저장한는 컨터이너이다.
Inheritance Hierarchy
SystemObject
  Pixoneer.NXDL.NSARXIrfProfile

Namespace: Pixoneer.NXDL.NSAR
Assembly: NXDLsar (in NXDLsar.dll) Version: 3.0.0.0
Syntax
C#
public class XIrfProfile : IDisposable

The XIrfProfile type exposes the following members.

Constructors
 NameDescription
Public methodXIrfProfileInitializes a new instance of the XIrfProfile class
Public methodXIrfProfile(Profile*)Initializes a new instance of the XIrfProfile class
Top
Properties
 NameDescription
Public propertyAzimuthDataDB Azimuth 방향 데이터의 크기를 DB값으로 가지는 배열.
Public propertyAzimuthDataMag Azimuth 방향 데이터를 크기값으로 가지는 배열.
Public propertyAzimuthIRW Azimuth 방향의 해상도(Impulse Response Width) [m].
Public propertyAzimuthIRWo 오버샘플링된 Azimuth 방향의 해상도(Impulse Response Width) [Pixel].
Public propertyAzimuthIRWp Azimuth 방향의 해상도(Impulse Response Width) [Pixel].
Public propertyAzimuthISLR Azimuth ISLR(Integrated Sidelobe Ratio).
Public propertyAzimuthLeftPSLR Azimuth 왼쪽 방향의 PSLR(Left Peak Sidelobe Ratio).
Public propertyAzimuthRightPSLR Azimuth 오른쪽 방향의 PSLR(Right Peak Sidelobe Ratio).
Public propertyMaxAzimuthIdx Azimuth 방향 데이터 크기의 최대값을 가지는 인덱스 위치.
Public propertyMaxAzimuthVal Azimuth 방향 데이터 크기의 최대값.
Public propertyMaxRangeIdx Range 방향 데이터 크기의 최대값을 가지는 인덱스 위치.
Public propertyMaxRangeVal Range 방향 데이터 크기의 최대값.
Public propertyMinAzimuthIdx Azimuth 방향 데이터 크기의 최소값을 가지는 인덱스 위치.
Public propertyMinAzimuthVal Azimuth 방향 데이터 크기의 최소값.
Public propertyMinRangeIdx Range 방향 데이터 크기의 최소값을 가지는 인덱스 위치.
Public propertyMinRangeVal Range 방향 데이터 크기의 최소값.
Public propertyRangeDataDB Range 방향 데이터의 크기를 DB값으로 가지는 배열.
Public propertyRangeDataMag Range 방향 데이터를 크기값으로 가지는 배열.
Public propertyRangeIRWg Ground Range 방향의 해상도(Impulse Response Width) [m].
Public propertyRangeIRWo 오버샘플링된 Range 방향의 해상도(Impulse Response Width) [Pixel].
Public propertyRangeIRWp Range 방향의 해상도(Impulse Response Width) [Pixel].
Public propertyRangeIRWs Slant Range 방향의 해상도(Impulse Response Width) [m].
Public propertyRangeISLR Range ISLR(Integrated Sidelobe Ratio).
Public propertyRangeLeftPSLR Range 왼쪽 방향의 PSLR(Left Peak Sidelobe Ratio).
Public propertyRangeRightPSLR Range 오른쪽 방향의 PSLR(Right Peak Sidelobe Ratio).
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the XIrfProfile
Top
See Also