binary record | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
This product definition is applicable if a product matches the following rule:
bytes(/,0,8) == "PRODUCT=" and bytes(/,9,10) == "SCI_NLC_1P" or bytes(/,0,8) == "PRODUCT=" and bytes(/,9,10) == "SCI_NLC_1C" |
name | size | initialisation |
---|---|---|
num_dsd | $num_dsd = int(/mph/num_dsd) | |
num_ds | $num_ds = 30 | |
ds_to_dsd_index | [$num_ds] | $ds_to_dsd_index[0] = index(/dsd, str(./ds_name) == "SUMMARY_QUALITY "); $ds_to_dsd_index[1] = index(/dsd, str(./ds_name) == "GEOLOCATION "); $ds_to_dsd_index[2] = index(/dsd, str(./ds_name) == "INSTRUMENT_PARAMS "); $ds_to_dsd_index[3] = index(/dsd, str(./ds_name) == "LEAKAGE_CONSTANT "); $ds_to_dsd_index[4] = index(/dsd, str(./ds_name) == "LEAKAGE_VARIABLE "); $ds_to_dsd_index[5] = index(/dsd, str(./ds_name) == "PPG_ETALON "); $ds_to_dsd_index[6] = index(/dsd, str(./ds_name) == "SPECTRAL_BASE "); $ds_to_dsd_index[7] = index(/dsd, str(./ds_name) == "SPECTRAL_CALIBRATION "); $ds_to_dsd_index[8] = index(/dsd, str(./ds_name) == "SUN_REFERENCE "); $ds_to_dsd_index[9] = index(/dsd, str(./ds_name) == "POL_SENS_NADIR "); $ds_to_dsd_index[10] = index(/dsd, str(./ds_name) == "POL_SENS_LIMB "); $ds_to_dsd_index[11] = index(/dsd, str(./ds_name) == "POL_SENS_OCC "); $ds_to_dsd_index[12] = index(/dsd, str(./ds_name) == "RAD_SENS_NADIR "); $ds_to_dsd_index[13] = index(/dsd, str(./ds_name) == "RAD_SENS_LIMB "); $ds_to_dsd_index[14] = index(/dsd, str(./ds_name) == "RAD_SENS_OCC "); $ds_to_dsd_index[15] = index(/dsd, str(./ds_name) == "ERRORS_ON_KEY_DATA "); $ds_to_dsd_index[16] = index(/dsd, str(./ds_name) == "SLIT_FUNCTION "); $ds_to_dsd_index[17] = index(/dsd, str(./ds_name) == "SMALL_AP_SLIT_FUNCTION "); $ds_to_dsd_index[18] = index(/dsd, str(./ds_name) == "STATES "); $ds_to_dsd_index[19] = index(/dsd, str(./ds_name) == "CAL_OPTIONS "); $ds_to_dsd_index[20] = index(/dsd, str(./ds_name) == "NADIR_PMD "); $ds_to_dsd_index[21] = index(/dsd, str(./ds_name) == "LIMB_PMD "); $ds_to_dsd_index[22] = index(/dsd, str(./ds_name) == "OCCULTATION_PMD "); $ds_to_dsd_index[23] = index(/dsd, str(./ds_name) == "NADIR_FRAC_POL "); $ds_to_dsd_index[24] = index(/dsd, str(./ds_name) == "LIMB_FRAC_POL "); $ds_to_dsd_index[25] = index(/dsd, str(./ds_name) == "OCCULTATION_FRAC_POL "); $ds_to_dsd_index[26] = index(/dsd, str(./ds_name) == "NADIR "); $ds_to_dsd_index[27] = index(/dsd, str(./ds_name) == "LIMB "); $ds_to_dsd_index[28] = index(/dsd, str(./ds_name) == "OCCULTATION "); $ds_to_dsd_index[29] = index(/dsd, str(./ds_name) == "MONITORING ") |
ds_available | [$num_ds] | for i = 0 to $num_ds - 1 do $ds_available[i] = if($ds_to_dsd_index[i] != -1 and int(/dsd[$ds_to_dsd_index[i]]/ds_size) != 0, 1, 0) |
ds_offset | [$num_ds] | for i = 0 to $num_ds - 1 do $ds_offset[i] = 8 * int(/dsd[$ds_to_dsd_index[i]]/ds_offset) |
num_dsr | [$num_ds] | for i = 0 to $num_ds - 1 do $num_dsr[i] = int(/dsd[$ds_to_dsd_index[i]]/num_dsr) |