AUX_ATT_AX version 0

AUX_ATT_AX

root type

binary record
idfield namedefinition
0mph
ascii record "MPH"size: 1247
1sph
ascii record "Auxiliary_Data_SPH"size: 98
2dsd
ascii array[dim_0]
dim_0: $num_dsd
ascii record "DSD"size: 280
3attitude_aocs
binary array[dim_0]
AOCS Parameters GADS

dim_0: $num_dsr[0]
binary record "AUX_ATT_AX_GADS_aocs"size: 12

available: $ds_available[0] != 0

bit offset: $ds_offset[0]
4attitude_ra2
binary array[dim_0]
RA2 Attitude Perturbation GADS

dim_0: $num_dsr[1]
binary record "AUX_ATT_AX_GADS_att_per"size: 20

available: $ds_available[1] != 0

bit offset: $ds_offset[1]
5attitude_meris
binary array[dim_0]
MERIS Attitude Perturbation GADS

dim_0: $num_dsr[2]
binary record "AUX_ATT_AX_GADS_att_per"size: 20

available: $ds_available[2] != 0

bit offset: $ds_offset[2]
6attitude_aatsr
binary array[dim_0]
AATSR Attitude Perturbation GADS

dim_0: $num_dsr[3]
binary record "AUX_ATT_AX_GADS_att_per"size: 20

available: $ds_available[3] != 0

bit offset: $ds_offset[3]
7attitude_mipas
binary array[dim_0]
MIPAS Attitude Perturbation GADS

dim_0: $num_dsr[4]
binary record "AUX_ATT_AX_GADS_att_per"size: 20

available: $ds_available[4] != 0

bit offset: $ds_offset[4]
8attitude_scia
binary array[dim_0]
SCIAMACHY Attitude Perturbation GADS

dim_0: $num_dsr[5]
binary record "AUX_ATT_AX_GADS_att_per"size: 20

available: $ds_available[5] != 0

bit offset: $ds_offset[5]
9attitude_gomos
binary array[dim_0]
GOMOS Attitude Perturbation GADS

dim_0: $num_dsr[6]
binary record "AUX_ATT_AX_GADS_att_per"size: 20

available: $ds_available[6] != 0

bit offset: $ds_offset[6]
10attitude_asar
binary array[dim_0]
ASAR Attitude Perturbation GADS

dim_0: $num_dsr[7]
binary record "AUX_ATT_AX_GADS_att_per"size: 20

available: $ds_available[7] != 0

bit offset: $ds_offset[7]

detection rule

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

bytes(/,0,8) == "PRODUCT=" and
bytes(/,9,10) == "AUX_ATT_AX"

product variables

namesizeinitialisation
num_dsd$num_dsd = int(/mph/num_dsd)
num_ds$num_ds = 8
ds_to_dsd_index[$num_ds]$ds_to_dsd_index[0] = index(/dsd, str(./ds_name) == "ATTITUDE_AOCS               ");
$ds_to_dsd_index[1] = index(/dsd, str(./ds_name) == "ATTITUDE_RA2                ");
$ds_to_dsd_index[2] = index(/dsd, str(./ds_name) == "ATTITUDE_MERIS              ");
$ds_to_dsd_index[3] = index(/dsd, str(./ds_name) == "ATTITUDE_AATSR              ");
$ds_to_dsd_index[4] = index(/dsd, str(./ds_name) == "ATTITUDE_MIPAS              ");
$ds_to_dsd_index[5] = index(/dsd, str(./ds_name) == "ATTITUDE_SCIA               ");
$ds_to_dsd_index[6] = index(/dsd, str(./ds_name) == "ATTITUDE_GOMOS              ");
$ds_to_dsd_index[7] = index(/dsd, str(./ds_name) == "ATTITUDE_ASAR               ")
ds_available[$num_ds]for i = 0 to $num_ds - 1 do
$ds_available[i] = if($ds_to_dsd_index[i] != -1 and !(bytes(/dsd[$ds_to_dsd_index[i]]/filename,8) == "NOT USED"), 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)