ISP_annotation_header

binary record "ISP_annotation_header"size: 40
ISP Annotation header

idfield namedefinition
0sensing_time
binary timesize: 12
unit: "s since 2000-01-01"

value: float(./days) * 86400 + float(./seconds) + float(./microseconds) / 1000000
binary recordsize: 12
Source packet acquisition time (UTC)

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

unit: "days since 2000-01-01"

bit offset: 0
1seconds
binary uint32size: 4
seconds since start of day

unit: "s"

bit offset: 32
2microseconds
binary uint32size: 4
microseconds since start of second

unit: "1e-6 s"

bit offset: 64
1downlink_time
binary timesize: 12
unit: "s since 2000-01-01"

value: float(./days) * 86400 + float(./seconds) + float(./microseconds) / 1000000
binary recordsize: 12
Source packet downlink time (G/S time)

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

unit: "days since 2000-01-01"

bit offset: 0
1seconds
binary uint32size: 4
seconds since start of day

unit: "s"

bit offset: 32
2microseconds
binary uint32size: 4
microseconds since start of second

unit: "1e-6 s"

bit offset: 64
2packet_length
binary uint16size: 2
ISP length (minus one)
3number_of_VCDUs
binary uint16size: 2
Number of VCDUs containing the current ISP
4number_of_corrected_VCDUs
binary uint16size: 2
Number of VCDUs containing the current ISP that were corrected with Reed-Solomon
5number_of_incorrigible_VCDUs
binary uint16size: 2
Number of VCDUs containing the current ISP that were incorrigible with Reed-Solomon
6number_of_missing_VCDUs
binary uint16size: 2
Number of missing VCDUs containing the current ISP
7number_of_corrected_symbols_CADU
binary uint16size: 2
Number of symbols corrected by Reed-Solomon in CADUs containing the current ISP
8CRC_error_flag
binary int8size: 1
CRC error flag
9spare
binary bytessize: 3

hidden: true