Generic quality control summary definition
id | field name | definition |
0 | Source_File_Name |
xml string |
Name of the file for which has been checked
|
|
1 | Result |
ascii uint8 |
True, if quality control check succeeded
mapping: "FALSE" -> 0
mapping: "False" -> 0
mapping: "false" -> 0
mapping: "TRUE" -> 1
mapping: "True" -> 1
mapping: "true" -> 1
|
|
2 | Result_Reliability |
xml string |
True, if quality control check can be considered reliable
|
|
3 | Anomaly_Summary |
xml string |
Summary text of anomalies (if any)
|
|
4 | Report_File_Name |
xml string |
Name of the generated report file containing detailed information
|
|
5 | Output_File_Generation_Time |
ascii time | size: 23 |
Time at which the quality report file has been generated
unit: "s since 2000-01-01"
value: if(str(., 23) == "UTC=9999-99-99T99:99:99", +inf, if(str(., 23) == "UTC=0000-00-00T00:00:00", -inf, time(str(.), "'UTC='yyyy-MM-dd'T'HH:mm:ss|'TAI='yyyy-MM-dd'T'HH:mm:ss|'GPS='yyyy-MM-dd'T'HH:mm:ss|'UT1='yyyy-MM-dd'T'HH:mm:ss")))
ascii string | size: 23 |
CCSDS ASCII datetime with time reference "RRR=YYYY-MM-DDThh:mm:ss". The reference RRR can be any of "UT1", "UTC", "TAI", or "GPS".
|
|
|
6 | Last_Dissemination_Time |
ascii time | size: 23 |
Time at which the output file has been transferred to the last of the intended receivers. Field is empty if not all receivers have acquired the output file
unit: "s since 2000-01-01"
value: if(str(., 23) == "UTC=9999-99-99T99:99:99", +inf, if(str(., 23) == "UTC=0000-00-00T00:00:00", -inf, time(str(.), "'UTC='yyyy-MM-dd'T'HH:mm:ss|'TAI='yyyy-MM-dd'T'HH:mm:ss|'GPS='yyyy-MM-dd'T'HH:mm:ss|'UT1='yyyy-MM-dd'T'HH:mm:ss")))
ascii string | size: 23 |
CCSDS ASCII datetime with time reference "RRR=YYYY-MM-DDThh:mm:ss". The reference RRR can be any of "UT1", "UTC", "TAI", or "GPS".
|
|
|
|