MDSR_WV_Cross_Spectrum

binary record "MDSR_WV_Cross_Spectrum"
idfield namedefinition
0zero_doppler_time
binary timesize: 12
Zero Doppler Time (MJD format)

unit: "s since 2000-01-01"

value: float(./days) * 86400 + float(./seconds) + float(./microseconds) / 1000000
binary recordsize: 12
ENVISAT binary datetime

idfield namedefinition
0days
binary int32size: 4
days since January 1st, 2000 (may be negative)

unit: "days since 2000-01-01"
1seconds
binary uint32size: 4
seconds since start of day

unit: "s"
2microseconds
binary uint32size: 4
microseconds since start of second

unit: "1e-6 s"
1quality_flag
binary int8size: 1
Quality Indicator (-1 for blank MDSR, 0 otherwise)
2range_spectral_res
binary floatsize: 4
Range spectral resolution of the cartesian cross spectrum
3az_spectral_res
binary floatsize: 4
Azimuth spectral resolution of the cartesian cross spectrum
4az_resample_factor
binary floatsize: 4
Azimuth re-sampling factor in look extraction(Swath specific)
5spec_tot_energy
binary floatsize: 4
Spectrum Total Energy
6spec_max_energy
binary floatsize: 4
Spectrum Max Energy
7spec_max_dir
binary floatsize: 4
Direction of Spectrum Max (deg) on higher resolution grid

unit: "degrees"
8spec_max_wl
binary floatsize: 4
Wavelength of Spectrum Max (m) on higher resolution grid

unit: "m"
9clutter_noise
binary floatsize: 4
Clutter Noise
10az_cutoff
binary floatsize: 4
Azimuthal Clutter Cut-off length (m)

unit: "m"
11num_iterations
binary floatsize: 4
Number of iterations to compute Azimuthal Clutter Cut-off
12range_offset
binary floatsize: 4
Range offset of peak of cross covariance function (m)

unit: "m"
13ax_offset
binary floatsize: 4
Azimuth offset of peak of cross covariance function (m)

unit: "m"
14cc_range_res
binary floatsize: 4
Range resolution of cross co-variance spectrum (rad/m)

unit: "rad/m"
15cc_azimuth_res
binary floatsize: 4
Azimuth resolution of cross co-variance spectrum (rad/m)

unit: "rad/m"
16sublook_means
binary array[2]size: 8
1st and last Sub-look Image Means
binary floatsize: 4
17sublook_variance
binary array[2]size: 8
1st and last Sub-look Image Variance
binary floatsize: 4
18sublook_skewness
binary array[2]size: 8
1st and last Sub-look Image skewness
binary floatsize: 4
19sublook_kurtosis
binary array[2]size: 8
1st and last Sub-look Image kurtosis
binary floatsize: 4
20range_sublook_detrend_coeff
binary array[2]size: 8
1st and last Sub-look de-trend coefficient in range
binary floatsize: 4
21az_sublook_detrend_coeff
binary array[2]size: 8
1st and last Sub-look de-trend coefficient in azimuth
binary floatsize: 4
22min_imag
binary floatsize: 4
Min value of Imaginary part of cross spectrum
23max_imag
binary floatsize: 4
Max value of Imaginary part of cross spectrum
24min_real
binary floatsize: 4
Min value of Real part of cross spectrum
25max_real
binary floatsize: 4
Max value of Real part of cross spectrum
26spare_1
binary bytessize: 64
Spare

hidden: true
27real_spectra
binary array[dim_0, dim_1]
Real part of cross spectra polar grid. Number of bins nominally 36 by 24. However, only 0 to 180 degree of the spectrum are supplied (18 by 24). Arranged as: 24 wavelength values for [-5,5] deg, 24 for [5,15] deg, etc. The 24 values for each sector are given in order from longest to shortest wavelength.

dim_0: $num_dir_bins / 2

dim_1: $num_wl_bins
binary uint8size: 1
28imag_spectra
binary array[dim_0, dim_1]
Complex part of cross spectra polar grid. Number of bins nominally 36 by 24. However, only 0 to 180 degree of the spectrum are supplied (18 by 24). Arranged as: 24 wavelength values for [-5,5] deg, 24 for [5,15] deg, etc. The 24 values for each sector are given in order from longest to shortest wavelength.

dim_0: $num_dir_bins / 2

dim_1: $num_wl_bins
binary uint8size: 1