AUX_COR_2_ version 0

AUX_COR_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 "SHC"
idfield namedefinition
0pre_comments
ascii array[dim_0]
dim_0: unboundindex(., byteoffset(.) >= filesize() or str(., 1) != "#")
ascii record
idfield namedefinition
0line
ascii string [line]
1newline
ascii string [line separator]

hidden: true
1block
ascii record
idfield namedefinition
0N_min
ascii uint32
1N_max
ascii uint32
2N_times
ascii uint32
3spline_order
ascii uint32
4N_step
ascii uint32
5Start_validity_time
ascii double

available: substr(bytesize(./N_step), 1, bytes(./N_step,bytesize(.) + 1)) == " "
6Stop_validity_time
ascii double

available: exists(./Start_validity_time) and substr(bytesize(./Start_validity_time), 1, bytes(./Start_validity_time,bytesize(.) + 1)) == " "
7newline_1
ascii string [line separator]

hidden: true
8t
ascii array[dim_0]
dim_0: int(../N_times)
ascii double
9whitespace_1
ascii string [white space]

hidden: true
10newline_2
ascii string [line separator]

hidden: true
11coefficients
ascii array[dim_0]
dim_0: int(../N_max) * (int(../N_max) + 2) - (int(../N_min) - 1) * (int(../N_min) + 1)
ascii record
idfield namedefinition
0degree
ascii uint32
1order
ascii int32
2gh
ascii array[dim_0]
dim_0: int(../../../N_times)
ascii double
3whitespace_2
ascii string [white space]

hidden: true
4newline
ascii string [line separator]

hidden: true
2post_comments
ascii array[dim_0]
dim_0: unboundindex(., byteoffset(.) >= filesize() or str(., 1) != "#")
ascii record
idfield namedefinition
0line
ascii string [line]
1newline
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_COR_2_"