AUX_KP__2_ version 0

AUX_KP__2_

This definition is based on version 2H of the Product Specification for L2 Products and Auxiliary Products SW-DS-DTU-GS-0001

root type

ascii record
idfield namedefinition
0header
ascii array[dim_0]
dim_0: $num_header_lines
ascii record
idfield namedefinition
0line
ascii string [line]
1newline
ascii string [line separator]

hidden: true
1column_header
ascii string [line]
2newline_1
ascii string [line separator]

hidden: true
3data
ascii array[dim_0]
dim_0: numelements(asciiline) - $num_header_lines - 1
ascii record
idfield namedefinition
0mjd2000
ascii doublesize: 11
1kp
ascii int16size: 3
2ap
ascii int16size: 4
3newline
ascii string [line separator]

hidden: true

detection rule

This product definition is applicable if a product matches the following rule:

substr(0, 3, filename()) == "SW_" and
substr(8, 10, filename()) == "AUX_KP__2_"

product variables

namesizeinitialisation
num_header_lines$num_header_lines = unboundindex(/header, byteoffset(.) >= filesize() or str(., 1) != "#")