BEAT-II Record: MIPAS_L1

Fields

The table below gives an overview of possible fields that can be returned from an ingestion of MIPAS_L1 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
elements_per_fileint32[file]includedList of number of ingested points per file
timedouble[main]includedThe time of the measurement (in seconds since 2000-01-01 00:00:00)
latitudedouble[main]includedTangent latitude of the measurement
longitudedouble[main]includedTangent longitude of the measurement
altitudedouble[main]includedTangent altitude of the measurement in km
spectral_radiancedouble[main, spectra]includedThe measured spectral radiance
spectral_radiance_unitstring includedW/cm^2.sr.cm^-1
wavenumber_per_filedouble[file, spectra]includedThe nominal wavenumber assignment for each of the detector pixels
wavenumber_per_file_unitstring includedcm^-1
nesrdouble[main, spectra]excludedThe Noise Equivalent Spectral Radiance
nesr_unitstring excludedW/cm^2.sr.cm^-1
fringe_count_leftint32[main]excludedCommanded left fringe count
fringe_count_rightint32[main]excludedCommanded right fringe count
fringe_count_errorint32[main]excludedNumber of detected/corrected fringe counter errors (relative fringe count error wrt the gain; i.e., the number of fringe counts (to left (-) or right(+)) the IGM is shifted to match the gain)

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.
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
latitude_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
latitude_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
latitudedoubleOnly include elements that match the list of given filter option values
longitude_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
longitude_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
longitudedoubleOnly include elements that match the list of given filter option values
altitude_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
altitude_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
altitudedoubleOnly include elements that match the list of given filter option values
fringe_count_left_minintegerOnly include elements for which the value is greater than or equal to the provided filter option value
fringe_count_left_maxintegerOnly include elements for which the value is less than or equal to the provided filter option value
fringe_count_leftintegerOnly include elements that match the list of given filter option values
fringe_count_right_minintegerOnly include elements for which the value is greater than or equal to the provided filter option value
fringe_count_right_maxintegerOnly include elements for which the value is less than or equal to the provided filter option value
fringe_count_rightintegerOnly include elements that match the list of given filter option values
fringe_count_error_minintegerOnly include elements for which the value is greater than or equal to the provided filter option value
fringe_count_error_maxintegerOnly include elements for which the value is less than or equal to the provided filter option value
fringe_count_errorintegerOnly include elements that match the list of given filter option values
wavenumber_mindoubleOnly include data where the wavenumber is greater then or equal to the value provided (in cm^-1)
wavenumber_maxdoubleOnly include data where the wavenumber is less than or equal to the value provided (in cm^-1)
bandstringOnly include data from the specified bands ('A', 'AB', 'B', 'C', and/or 'D')

* 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/mipas_level_1b_mds[]/dsr_time
latitude path/mipas_level_1b_mds[]/loc_2.latitude
longitude path/mipas_level_1b_mds[]/loc_2.longitude
altitude path/mipas_level_1b_mds[]/loc_1[0]
spectral_radiance path/mipas_level_1b_mds[]/band[][]
spectral_radiance_unit descriptionWill be set to "W/(cm^2.sr.cm^-1)"
wavenumber_per_file path/sph/first_wavenum[], /sph/last_wavenum[], /sph/num_points_per_band[]
descriptionA concatenation of the wavenumbers for each of the 5 bands. The wavenumbers for each of the bands are retrieved via linear interpolation
wavenumber_per_file_unit descriptionWill be set to "cm^-1"
nesr path/scan_information_ads[]/nesr_data[][], /sph/nesr_first_wavenum, /sph/nesr_last_wavenum
descriptionThe NESR data is interpolated between the first and last wavenumber as indicated in the SPH. Data outside the NESR wavenumber range (but within the wavenumber range of the bands) will not be extrapolated, but will be set to 0
nesr_unit descriptionWill be set to "W/(cm^2.sr.cm^-1)"
fringe_count_left path/mipas_level_1b_mds[]/fringe_count[0]
fringe_count_right path/mipas_level_1b_mds[]/fringe_count[1]
fringe_count_error path/mipas_level_1b_mds[]/num_errs