MPH_L2

xml record "MPH_L2"
Level 2 Main Product Header

idfield namedefinition
0Product
xml string
Product file name (without extension)
1Product_Format
xml string
Format of the Product file: CDF, PDF or ASCII
2Proc_Stage_Code
xml string
character 9 - 18 in the file name. This can be: OPER = Routine operations, TEST = Test, RPRO = Reprocessing
3Ref_Doc
xml string
Reference document describing the product
4Proc_Center
xml string
Processing Centre ID code: BGS = British Geological Survey, DEOS = DEOS, DTU = DTU Space, ETH = Eidgenössische Technsiche Hochschule, GFZ = GeoForschungsZentrum Potsdam, IPGP = Institut de Physique du Globe de Paris, PDGS = Payload Data Ground Segment
5Proc_Time
xml time
Processing Time, UTC (Product Generation Time)

unit: "s since 2000-01-01"

value: if(length(.) == 0, nan, if(str(., 30) == "UTC=9999-99-99T99:99:99.999999", +inf, if(str(., 30) == "UTC=0000-00-00T00:00:00.000000", -inf, time(str(.), "'UTC='yyyy-MM-dd'T'HH:mm:ss.SSSSSS"))))
xml string
6Software_Version
xml string
Processor Name and software version number. Format: ProcesserName/VV.rr
7Product_Err
ascii uint8
Product Error Flag. Set to 0 if product is fully ok, non-zero if any problems or errors are present

mapping: "False" -> 0

mapping: "false" -> 0

mapping: "True" -> 1

mapping: "true" -> 1
8Tot_Size
ascii int64
Total size of product

attribute: unit
ascii stringsize: 5
fixed value: "bytes"

available: optional
9CRC
ascii int64
Cyclic Redundancy Code computed as overall value of all records of the Measurement Data Set. Will be set to "-0000000001" if not computed.

available: optional