BEAT-II Record: GOMOS_TRA_L1_satu

Fields

The table below gives an overview of possible fields that can be returned from an ingestion of GOMOS_TRA_L1_satu data. The 'default' column indicates whether the specified data item is included in the ingestion by default or not. You can change which data items are ingested by making use of the include and exclude filter options (see below).

field nametypedimensionsdefaultdescription
typestring includedreference to the type of data in this record
elements_per_profileint32[profile]includedList of number of ingested points per profile. There will always be one profile per product
timedouble[main]includedThe time of the measurement (in seconds since 2000-01-01 00:00:00)
satu_xdouble[main]includedX value of the star tracker data
satu_ydouble[main]includedY value of the star tracker data
instrument_latitudedouble[main]includedLatitude of the satellite position
instrument_longitudedouble[main]includedLongitude of the satellite position
instrument_altitudedouble[main]includedAltitude of the satellite in km
illumination_condition_per_profilestring[profile]includedThe ilumination condition for each profile: 'dark', 'bright', 'twilight', 'straylight', or 'twilight/straylight'

Ingestion filter options

Ingestion filter options are passed as a ',' or ';' separated string to the ingestion function. Each filter option needs to be formulated as option_name=value[ value value] (some options accept more than one value). For example, if a product has filter options 'altitude_min' and 'time_min' you can provide a filter option string "latitude_min=30,time_min=2003-01-01" to get all measurements at or above 30km and on or after January 1st 2003.

option nametypedescription
product_versionintegerIf multiple product format versions for this product type exist, you can use this filter option to select from which ones data should be ingested (i.e. you can provide a space-separated list of allowed product format version numbers). The list of available version numbers for this product type can be found in the CODA Product Format Definitions documentation.
datastringSince this record type is not the default type of data that will be ingested for a GOMOS_TRA_L1 product, you will have to provide a filter option data=satu to get this type of record.
includestringProvide a space-separated list of field names to ingest additional data items (i.e. fields that are not ingested by default). You can use the special case include=* to indicate that you want to ingest all available data items.
excludestringProvide a space-separated list of field names that you don't want ingested. Mind that the exclude filter is processed after the include filter.
time_mintime*Only include elements for which the value is greater than or equal to the provided filter option value
time_maxtime*Only include elements for which the value is less than or equal to the provided filter option value
timetime*Only include elements that match the list of given filter option values
satu_x_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
satu_x_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
satu_xdoubleOnly include elements that match the list of given filter option values
satu_y_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
satu_y_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
satu_ydoubleOnly include elements that match the list of given filter option values
instrument_latitude_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
instrument_latitude_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
instrument_latitudedoubleOnly include elements that match the list of given filter option values
instrument_longitude_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
instrument_longitude_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
instrument_longitudedoubleOnly include elements that match the list of given filter option values
instrument_altitude_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
instrument_altitude_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
instrument_altitudedoubleOnly include elements that match the list of given filter option values
illumination_condition_per_profilestringOnly include elements that match the list of given filter option values

* Time values can be passed as either 'yyyy-mm-dd', 'yyyy-mm-ddThh:mm:ss', 'yyyy-mm-ddThh:mm:ss.uuuuuu' or a floating point value indicating the amount of seconds since 2000-01-01 00:00:00.

Mapping description

Below a description is provided on how each data item in the ingested record was retrieved from the product.

field namemapping description
time path/tra_transmission[]/dsr_time
descriptionThe time for each of the 50 SATU measurements in a DSR is: dsr_time + i * 0.001, i = 0..49
satu_x conditionproduct version 0
path/tra_satu_and_sfa_data[]/satu_out_x[]
descriptionEach value 'x' is calibrated by applying x = 1000000 * (tra_occultation_data[0].satu_offset + tra_occultation_data[0].satu_gain * x)
 
conditionproduct version 1 or higher
path/tra_satu_and_sfa_data[]/satu_mispointing_angle_x[]
satu_y conditionproduct version 0
path/tra_satu_and_sfa_data[]/satu_out_y[]
descriptionEach value 'y' is calibrated by applying y = 1000000 * (tra_occultation_data[0].satu_offset + tra_occultation_data[0].satu_gain * y)
 
conditionproduct version 1 or higher
path/tra_satu_and_sfa_data[]/satu_mispointing_angle_y[]
instrument_latitude path/tra_geolocation[]/lat[1]
descriptionThe latitude at half-measurement. The value is duplicated for each of the 50 SATU measurements per DSR
instrument_longitude path/tra_geolocation[]/longit[1]
descriptionThe longitude at half-measurement. The value is duplicated for each of the 50 SATU measurements per DSR
instrument_altitude path/tra_geolocation[]/alt[1]
descriptionThe altitude at half-measurement. The value is duplicated for each of the 50 SATU measurements per DSR
illumination_condition_per_profile conditionproduct version 0
path/tra_summary_quality[0]/limb_flag
descriptionOld products only provide dark limb and bright limb information; no straylight and twilight
 
conditionproduct version 1 and higher
path/tra_summary_quality[0]/obs_illum_cond