id | field name | definition |
0 | File_Name |
|
1 | File_Description |
|
2 | Notes |
|
3 | Mission |
|
4 | File_Class |
|
5 | File_Type |
|
6 | Validity_Period |
xml record |
id | field name | definition |
0 | Validity_Start |
xml time |
This is the UTC Validity Start Time, coherent with the Validity Start Time in the File Name, but in CCSDS ASCII format with time reference. Note that this can have the special value indicating "beginning of mission" (without an absolute time specified)
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")))
|
|
1 | Validity_Stop |
xml time |
This is the UTC Validity Stop Time, coherent with the Validity Stop Time in the File Name, but in CCSDS ASCII format with time reference. Note that this can have the special value indicating "end of mission" (without an absolute time specified)
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")))
|
|
|
|
7 | File_Version |
|
8 | Source |
xml record |
id | field name | definition |
0 | System |
|
1 | Creator |
|
2 | Creator_Version |
|
3 | Creation_Date |
xml time |
unit: "s since 2000-01-01"
value: time(str(.), "'UTC='yyyy-MM-dd'T'HH:mm:ss")
|
|
|
|
|