id | field name | definition |
0 | First_Start_of_Observation_Time |
ascii time | size: 23 |
Start of observation time of the first BRC
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".
|
|
|
1 | Last_Start_of_Observation_Time |
ascii time | size: 23 |
Start of observation time of the last BRC
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".
|
|
|
2 | List_of_IAT_Results |
xml record |
List of IAT Results
id | field name | definition |
0 | IAT_Result |
xml array[dim_0] |
dim_0: determined automatically from xml file
xml record |
IAT Result
id | field name | definition |
0 | Mie_Valid |
ascii uint8 |
TRUE if Mie data is available to compute the ISR result. FALSE only when ALL mie pulses were eliminated due to corruption or laser frequency is unlocked for ALL Mie pulses
mapping: "False" -> 0
mapping: "false" -> 0
mapping: "True" -> 1
mapping: "true" -> 1
|
|
1 | Rayleigh_Valid |
ascii uint8 |
TRUE if Rayleigh data is available to compute the ISR result. FALSE only when ALL mie pulses were eliminated due to corruption or laser frequency is unlocked for ALL Rayleigh pulses
mapping: "False" -> 0
mapping: "false" -> 0
mapping: "True" -> 1
mapping: "true" -> 1
|
|
2 | Freq_In_Centre_Subrange |
ascii uint8 |
TRUE if the frequency is between -0.75 GigaHertz and 0.75 GigaHertz. For frequencies outside the range, this value is set to FALSE
mapping: "False" -> 0
mapping: "false" -> 0
mapping: "True" -> 1
mapping: "true" -> 1
|
|
3 | Laser_Freq_Offset |
ascii double |
Laser frequency offset
unit: "GHz"
attribute: unit |
ascii string | size: 3 |
fixed value: "GHz"
|
available: optional
|
|
|
4 | Mie_FWHM |
ascii double |
Mie Channel FWHM
unit: "pixel"
attribute: unit |
ascii string | size: 10 |
fixed value: "PixelIndex"
|
available: optional
|
|
|
5 | Mie_Response |
ascii double |
Mie channel spectral response
unit: "pixel"
attribute: unit |
ascii string | size: 10 |
fixed value: "PixelIndex"
|
available: optional
|
|
|
6 | Rayleigh_A_Transmission |
ascii double |
Rayleigh Channel A Spectral Transmission
unit: "AU"
attribute: unit |
ascii string | size: 2 |
fixed value: "AU"
|
available: optional
|
|
|
7 | Rayleigh_B_Transmission |
ascii double |
Rayleigh Channel B Spectral Transmission
unit: "AU"
attribute: unit |
ascii string | size: 2 |
fixed value: "AU"
|
available: optional
|
|
|
8 | Data_Stat |
xml record |
Input data statistics.
id | field name | definition |
0 | Num_Raw_Data |
ascii int32 |
Number of raw reference pulses in input for each Mie and Rayleigh
|
|
1 | Num_Laser_Freq_Unlocked |
ascii int32 |
Number of pulses with laser transmitter frequency unlocked status
|
|
2 | Num_Mie_Used |
ascii int32 |
Number of Mie reference pulses used
|
|
3 | Num_Rayleigh_Used |
ascii int32 |
Number of Rayleigh reference pulses used
|
|
4 | Num_Corrupt_Mie |
ascii int32 |
Number of corrupt Mie reference pulses
|
|
5 | Num_Corrupt_Rayleigh |
ascii int32 |
Number of corrupt Rayleigh reference pulses
|
|
|
|
|
|
|
|
|
3 | Rayleigh_A_FWHM |
ascii double |
Rayleigh Channel A FWHM
unit: "GHz"
attribute: unit |
ascii string | size: 3 |
fixed value: "GHz"
|
available: optional
|
|
|
4 | Rayleigh_B_FWHM |
ascii double |
Rayleigh Channel B FWHM
unit: "GHz"
attribute: unit |
ascii string | size: 3 |
fixed value: "GHz"
|
available: optional
|
|
|
5 | Rayleigh_Channel_Separation |
ascii double |
Rayleigh Channel Separation
unit: "GHz"
attribute: unit |
ascii string | size: 3 |
fixed value: "GHz"
|
available: optional
|
|
|
6 | Mean_Slope_of_Mie_Response |
ascii double |
Mean Slope of Mie Channel Response calculated using the valid Freq_In_Centre_Subrange = TRUE results
unit: "GHz / pixel"
attribute: unit |
ascii string | size: 16 |
fixed value: "GHz / PixelIndex"
|
available: optional
|
|
|
7 | Num_of_Valid_Mie_Results |
ascii int32 |
Number of valid Mie IAT results
|
|
8 | Num_of_Valid_Rayleigh_Results |
ascii int32 |
Number of valid Rayleigh IAT results
|
|
9 | Num_of_Valid_Results_in_Centre_Subrange |
ascii int32 |
Number of valid frequency steps available to compute Mie channel response
|
|
10 | Mie_Rms_Error |
ascii double |
Mie rms fit error
|
|
11 | Mie_Std_Error |
ascii double |
Mie standard deviation of the fit error
|
|
12 | Ray_A_Rms_Error |
ascii double |
Rayleigh channel A rms fit error
|
|
13 | Ray_B_Rms_Error |
ascii double |
Rayleigh channel B rms fit error
|
|