| id | field name | definition |
| 0 | Product |
| xml string |
|
Product file name (without extension)
|
|
| 1 | Product_Format |
| xml string |
|
Format of the Product file: CDF, PDF or ASCII
|
|
| 2 | Proc_Stage_Code |
| xml string |
|
character 9 - 18 in the file name. This can be: OPER = Routine operations, TEST = Test, RPRO = Reprocessing
|
|
| 3 | Ref_Doc |
| xml string |
|
Reference document describing the product
|
|
| 4 | Proc_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
|
|
| 5 | Proc_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"))))
|
|
| 6 | Software_Version |
| xml string |
|
Processor Name and software version number. Format: ProcesserName/VV.rr
|
|
| 7 | Product_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
|
|
| 8 | Tot_Size |
| ascii int64 |
Total size of product
| attribute: unit |
| ascii string | size: 5 |
|
fixed value: "bytes"
|
available: optional
|
|
|
| 9 | CRC |
| 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
|