List_of_DSDs

xml record "List_of_DSDs"
List of Data Set Descriptors

attribute: count
xml string


idfield namedefinition
0DSD
xml array[dim_0]
dim_0: determined automatically from xml file
xml record
Data Set Descriptor

idfield namedefinition
0Data_Set_Name
xml string
Name describing the Data Set
1Data_Set_Type
xml string
Type of the Data Set. It can be one of: M = Measurement, R = Reference
2File_Name
xml string
Name of the Reference File. It is used if Data_Set_Type is set to R, otherwise it is empty
3Data_Set_Offset
ascii int64size: 21
Offset in bytes between start byte of product files and start byte of first record of DS

attribute: unit
ascii stringsize: 5
fixed value: "bytes"

available: optional
4Data_Set_Size
ascii int64size: 21
Size in bytes of the Attached Data Set Used if Data_Set_Type is set to M. If not used set to 0

attribute: unit
ascii stringsize: 5
fixed value: "bytes"

available: optional
5Num_of_Records
ascii int64size: 11
Number of Data Set Records in the Attached Data Set
6Record_Size
ascii int64size: 11
Size of the Data Set Record in the Attached Data Set. If variable set to -0000000001. If not used set to +0000000000

attribute: unit
ascii stringsize: 5
fixed value: "bytes"

available: optional
7Byte_Order
xml string
Byte ordering information. It describes the endianness of the data set. 3210 -> Big-endian. 0123 -> Little-endian. For Reference DSDs, this field is empty or 0000.