AUXIL\
polsar__define.pro
Class description for POLSAR
Properties
Properties in POLSAR
- c33 get
- endian init
- c11 get
- samples get
- lines get
- bands get
- map_info get
- c22 get
- planes get
- span get
- d get
Fields
Fields in POLSAR
- C33 ptr_new()
- C11 ptr_new()
- C12 ptr_new()
- C13 ptr_new()
- SAMPLES 0L
- LINES 0L
- BANDS 0L
- MAP_INFO ptr_new()
- C22 ptr_new()
- C23 ptr_new()
- PLANES 0L
- D 0L
Routines
result = POLSAR::Init(fname, endian=endian)
Object class to store fully polarized SAR data in multilook covariance matrix form.
POLSAR::getProperty, lines=lines, samples=samples, bands=bands, d=d, planes=planes, span=span, c11=c11, c22=c22, c33=c33, map_info=map_info
POLSAR::ToENVI, fid=fid
POLSAR::CleanUp
POLSAR::times, n
result = POLSAR::Band(band)
POLSAR__Define
Routine details
top POLSAR::Init
result = POLSAR::Init(fname, endian=endian)
Object class to store fully polarized SAR data in multilook covariance matrix form. Property PLANES (sum of real and complex planes) identifies polarization type: 9: full polarimetry (upper diagonal part of 3x3 matrix: 3 real bands, 3 complex bands) 5: full polarimetry, azimuthal symmetry 3: full polarimetry, diagonal only 4: dual polarimetry 2: dual polarimetry, diagonal only 1: one-channel data
Parameters
- fname in required
ENVI-style file header with samples, lines, bands, data type, interleave (BSQ)
Keywords
- endian
Author information
- Author:
Mort Canty (2013)
Other attributes
- Uses:
ENVI
top POLSAR::getProperty
POLSAR::getProperty, lines=lines, samples=samples, bands=bands, d=d, planes=planes, span=span, c11=c11, c22=c22, c33=c33, map_info=map_info
Keywords
- lines
- samples
- bands
- d
- planes
- span
- c11
- c22
- c33
- map_info
top POLSAR::CleanUp
POLSAR::CleanUp
top POLSAR__Define
POLSAR__Define
File attributes
Modification date: | Sat Nov 02 15:41:26 2013 |
Lines: | 226 |
Docformat: | rst rst |