This definition is based on versions 6.2 - 8 of the IASI Level 2 Product Format Specification (PFS) document (EUM-MIS-SPE-980760) and versions 6.4 - 7D of the EPS Generic Product Format Specification (GPFS) document (EPS-GGS-SPE-096167).
binary record | ||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
This product definition is applicable if a product matches the following rule:
bytes(/,0,8) == "\001\000\000\002\000\000\f\353" and bytes(/,20,32) == "PRODUCT_NAME = " and bytes(/,552,4) == "IASI" and bytes(/,661,2) == "02" and bytes(/,1037,5) == " 3" and bytes(/,1075,5) == " 0" or bytes(/,0,8) == "\001\000\000\002\000\000\f\353" and bytes(/,20,32) == "PRODUCT_NAME = " and bytes(/,552,4) == "IASI" and bytes(/,661,2) == "02" and bytes(/,1037,5) == " 4" and bytes(/,1075,5) == " 0" or bytes(/,0,8) == "\001\000\000\002\000\000\f\353" and bytes(/,20,32) == "PRODUCT_NAME = " and bytes(/,552,4) == "IASI" and bytes(/,661,2) == "02" and bytes(/,1037,5) == " 10" and bytes(/,1075,5) == " 0" |
name | size | initialisation |
---|---|---|
num_ipr | $num_ipr = int(/MPHR/TOTAL_IPR) | |
num_geadr | $num_geadr = int(/MPHR/TOTAL_GEADR) | |
num_veadr | $num_veadr = int(/MPHR/TOTAL_VEADR) | |
num_mdr | $num_mdr = int(/MPHR/TOTAL_MDR) | |
NLT | $NLT = int(/GIADR/NUM_PRESSURE_LEVELS_TEMP) | |
NLQ | $NLQ = int(/GIADR/NUM_PRESSURE_LEVELS_HUMIDITY) | |
NLO | $NLO = int(/GIADR/NUM_PRESSURE_LEVELS_OZONE) | |
NEW | $NEW = int(/GIADR/NUM_SURFACE_EMISSIVITY_WAVELENGTHS) | |
mdr_bit_size | [$num_mdr] | for i = 0 to $num_mdr - 1 do $mdr_bit_size[i] = bitsize(/mdr[i]) |