@@ -20,27 +20,27 @@ contents of the XDI file along with a few particularly important items
20
20
21
21
| attribute | type | explanation |
22
22
| --------------- | ------------------ | ----------- |
23
+ | filename | char* | the name of the XDI file |
23
24
| nmetadata | long | number of metadata fields |
25
+ | meta\_ families | array of char* | array of family names found among the metadata, indexed to nmetadata |
26
+ | meta\_ keywords | array of char* | array of keyword names found among the metadata, indexed to nmetadata |
27
+ | meta\_ values | array of char* | array of values found among the metadata, indexed to nmetadata |
24
28
| narrays | long | number of arrays in data table |
25
29
| npts | long | number of rows in data table |
30
+ | array | of array of double | the data table |
26
31
| narray\_ labels | long | number of array labels |
27
- | error\_ lineno | long | the line number of a line returning an error |
28
- | dspacing | double | the Mono.d-spacing value |
32
+ | array\_ labels | array of char* | array of labels for arrays in the data table |
33
+ | array\_ units | array of char* | array of units for arrays in the data table |
34
+ | comments | char* | the user supplied comments from the XDI file |
29
35
| xdi\_ libversion | char* | the ` libxdifile ` version number |
30
36
| xdi\_ version | char* | the XDI file specification version number from the file |
31
37
| extra\_ version | char* | versioning information for extension fields |
32
- | filename | char * | the name of the XDI file |
33
- | element | char* | the 1, 2, or 3 letter symbol of the element |
34
- | edge | char* | the 1 or 2 letter symbol of the edge |
35
- | comments | char * | the user supplied comments from the XDI file |
38
+ | dspacing | double | the Mono.d-spacing value |
39
+ | element | char* | the Element.symbol value, the 1, 2, or 3 letter symbol of the element |
40
+ | edge | char* | the Element.edge value, the the 1 or 2 letter symbol of the edge |
41
+ | error \_ lineno | long | the line number of a line returning an error |
36
42
| error\_ line | char* | the line returning an error |
37
43
| error\_ message | char* | the error message |
38
- | array\_ labels | array of char* | array of labels for arrays in the data table |
39
- | array\_ units | array of char* | array of units for arrays in the data table |
40
- | meta\_ families | array of char* | array of family names found among the metadata, indexed to nmetadata |
41
- | meta\_ keywords | array of char* | array of keyword names found among the metadata, indexed to nmetadata |
42
- | meta\_ values | array of char* | array of values found among the metadata, indexed to nmetadata |
43
- | array | of array of double | the data table |
44
44
| nouter | long | |
45
45
| outer\_ label | array char* | |
46
46
| outer\_ array | array of double | |
0 commit comments