Contents of objects ================== **Convention**: nbnoch = number of fields to read '. FID_NOM ': S V K16 --------------------- This object contains the names of the fields to be read. For :math:`i\mathrm{=}1`, nbnoch → v (i): name of the th field to read ex: 'DEPL', 'VITE',..., 'SIEF_ELNO' '. FID_NUM ': S V I ------------------ This object contains for each of the fields to be read the number of the associated dataset. For :math:`i\mathrm{=}1`, nbnoch → v (i): number of the dataset associated with the th field to be read ex: 55, 57, 2414 '. FID_PAR ': S V I ------------------ For each of the fields to be read, this object contains the characteristics of the header of the dataset you are looking for. This header is composed of a maximum of 20 "records" consisting of 40 "fields" each. .. csv-table:: "V (1)", "1erfield of record 1 of field 1" " ... ", "" "V (48)", "8th field of record 2 of field 1" " ... ", "" "V (800)", "40th field of the record 20 of field 1 " ... ", "" "V (6401)", "1erfield of record 1 of field 9" " ... ", "" "V (7200)", "40th field of the record 20 of field 9 " ... ", "" "v ((ich-1) *800+ (irec-1)*40+ifield)", "value associated with the ich field located at the irec record and for the ifield field" '. FID_LOC ': S V I ------------------ This object contains for each field, 5 pairs of integer values allowing to locate, within the dataset, the order number, the moment, the frequency... The first value indicates the number of the record where the information is stored and the second value indicates its position. .. csv-table:: "v (1) v (2)", "= Record number = Position", "Order number", "" "v (3) v (4)", "= Record number = Position", "Instant", "Field No. 1" "v (5) v (6)", "= Record number = Position", "Frequency", "" "v (7) v (8)", "= Record ID = Position", "Nume_mode", "" "v (9) v (10)", "= Record number = Position", "Mass_gene", "" "v (11) v (13)", "= Record number = Position", "Order number", "" "v (13) v (14)", "= Record No. = Position", "Instant", "Field No. 2" " ... ", "", "", "" '. FID_CMP ': S V M8 ------------------- This object contains for each field the components of the quantity to be read. .. csv-table:: "v (1)", "DX", "" "v (2)", "DY", "" "v (3)", "DZ", "Field No. 1" "v (4)", "DRX ", "" "v (5)", "DRY ", "" "v (6)", "DRZ ", "" "v (1001)", "EPXX ", "" "v (1002)", "EPYY ", "" "v (1003)", "EPZZ ", "Field No. 2" "v (1004)", "EPXY ", "" "v (1005)", "EPXZ ", "" "v (1006)", "EPYZ ", "" " ... ", "", "" " ... ", "", "" '. FID_NBC ': S V I ------------------ This object contains for each field the number of components to be read.