MDSR_L0

binary record "MDSR_L0"
idfield namedefinition
0isp_sensing_time
binary timesize: 12
ISP Sensing Time

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"
1blank_0
binary bytessize: 12
spare

hidden: true
2isp_length
binary uint16size: 2
Length of the ISP = length of the source packet - 1 bytes

unit: "bytes"
3blank_1
binary bytessize: 2
spare

hidden: true
4blank_2
binary bytessize: 2
spare

hidden: true
5spare_0
binary bytessize: 2
spare

hidden: true
6source_packet
binary bytes
Instrument source packet

bit size: 8 * (int(../isp_length) + 1)