Specific Product Header for SWARM Level 2 products
id | field name | definition |
0 | SPH_Descriptor |
|
1 | Original_Filename |
xml string |
Name of original files, e.g, "*.SP3" for GPS orbit files
|
|
2 | Sensing_Time_Interval |
xml record |
id | field name | definition |
0 | Sensing_Start |
xml time |
Start time in UTC of sensing data
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"))))
|
|
1 | Sensing_Stop |
xml time |
Stop time in UTC of sensing data
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"))))
|
|
|
|
3 | Product_Confidence_Data |
xml record |
id | field name | definition |
0 | Quality_Indicator |
ascii uint16 | size: 3 |
General product quality indicator, 000 if best quality is expected. A different number than 000, if problems occurred during processing.
|
|
|
|
4 | List_of_Input_File_Names |
xml record |
id | field name | definition |
0 | File_Name |
xml array[dim_0] |
dim_0: determined automatically from xml file
xml string |
Name of processor input file
|
|
|
|
|
5 | List_of_Output_File_Names |
xml record |
id | field name | definition |
0 | File_Name |
xml array[dim_0] |
dim_0: determined automatically from xml file
xml string |
Name of processor output file
|
|
|
|
|
|