AUX_CALSIT version 0

AUX_CALSIT

This definition is based on version 1.2 of the QCSS Calibration Sites Format Specification ST-ESA-S1QC-PFS-003

root type

xml record
idfield namedefinition
0Earth_Explorer_File
xml record
idfield namedefinition
0Earth_Explorer_Header
xml record
Earth Explorer Header File

idfield namedefinition
0Fixed_Header
xml record "Fixed_Header"
1Variable_Header
xml record
1Data_Block
xml record
attribute: type
xml stringsize: 3
fixed value: "xml"


idfield namedefinition
0List_of_Transponders
xml record
attribute: count
xml string


idfield namedefinition
0Transponder
xml array[dim_0]
dim_0: determined automatically from xml file
xml record
idfield namedefinition
0Identifier
xml string
Identifier of the site
1Description
xml string
Short description of the site
2Latitude
ascii float
Floating point value of the WGS84 latitude of the site (in degrees north)

unit: "degrees_north"
3Longitude
ascii float
Floating point value of the WGS84 longitude of the site (in degrees east)

unit: "degrees_east"
4Altitude
ascii float
Vertical position of the transponder in meters relative to the WGS84 ellipsoid

unit: "m"
5List_of_Calibration_Modes
xml record
attribute: count
xml string


idfield namedefinition
0Calibration_Mode
xml array[dim_0]
dim_0: determined automatically from xml file
xml record
idfield namedefinition
0Applicability_Start_Date
ascii timesize: 23
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 stringsize: 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".
1Applicability_Stop_Date
ascii timesize: 23
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 stringsize: 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".
2Mode
xml string
Calibration Mode for the transponder for the applicable time range: "T/R", "Receiver", "Constant RCS"

detection rule

This product definition is applicable if a product matches the following rule:

exists(/Earth_Explorer_File/Earth_Explorer_Header/Fixed_Header/File_Type) and
at(/Earth_Explorer_File/Earth_Explorer_Header/Fixed_Header/File_Type,
str(.) == "AUX_CALSIT")