Fixed_Header_EOFFS_version

xml record "Fixed_Header_EOFFS_version"
idfield namedefinition
0File_Name
xml string
1File_Description
xml string
2Notes
xml string
3Mission
xml string
4File_Class
xml string
5File_Type
xml string
6Validity_Period
xml record
idfield namedefinition
0Validity_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")))
xml string
1Validity_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")))
xml string
7File_Version
ascii uint16size: 4
8EOFFS_Version
xml string
9Source
xml record
idfield namedefinition
0System
xml string
1Creator
xml string
2Creator_Version
xml string
3Creation_Date
xml time
unit: "s since 2000-01-01"

value: time(str(.), "'UTC='yyyy-MM-dd'T'HH:mm:ss")
xml string