MIP_CO1_AX_MDSR1_v0

binary record "MIP_CO1_AX_MDSR1_v0"
idfield namedefinition
0zpd_time
binary timesize: 12
ZPD time of first deep space sweep used to generate current offset data

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 (PCD). 0 = non-corrupted, -1 = corrupted, default values filled in
2sweep_dir
ascii stringsize: 1
Sweep direction, 'F' = forward and 'R' = reverse
3spare_1
binary bytessize: 50
Spare

hidden: true
4band
binary array[5]
band A, AB, B, C, D information
binary record
idfield namedefinition
0deci_fac_curr_band
binary uint16size: 2
Decimation factor for current band
1num_points
binary uint32size: 4
Number of points in band
2first_wavenum
binary doublesize: 8
Wavenumber of first point in band

unit: "1/cm"
3last_wavenum
binary doublesize: 8
Wavenumber of last point in band

unit: "1/cm"
4data_point
binary array[dim_0]
Complex data points

dim_0: int(../num_points)
binary complexsize: 8
binary recordsize: 8
idfield namedefinition
0real
binary floatsize: 4
1imaginary
binary floatsize: 4