@@ -134,7 +134,7 @@ translation of a table of error messages into another language.
134
134
### XDI_readfile error codes
135
135
136
136
| code | message |
137
- | ------ | -------------------------------------------------------------- |
137
+ | ---- | ------------------------------------------------------------ |
138
138
| -1 | not an XDI file, no XDI versioning information in first line |
139
139
| -2 | <word > -- invalid family name in metadata |
140
140
| -4 | <word > -- invalid keyword name in metadata |
@@ -147,7 +147,7 @@ Here `<word>` will be the the text that triggered the error.
147
147
### XDI_readfile warning codes
148
148
149
149
| code | message |
150
- | ------- | -------------------------------------------------------------- |
150
+ | ----- | ------------------------------------------------------------ |
151
151
| 1 | no mono.d_spacing given with angle array |
152
152
| 2 | no line of minus signs '#-----' separating header from data |
153
153
| 4 | contains unrecognized header lines |
@@ -168,7 +168,7 @@ bitwise. That is, a return code of 7 means that all three required
168
168
metadata fields were missing.
169
169
170
170
| code | message |
171
- | ------ | ------------------------------------- |
171
+ | ---- | ----------------------------------- |
172
172
| 1 | Element.symbol missing or not valid |
173
173
| 2 | Element.edge missing or not valid |
174
174
| 4 | Mono.d\_ spacing missing |
@@ -181,7 +181,7 @@ bitwise. That is, a return code of 7 means that the first three
181
181
recommendation metadata fields were missing.
182
182
183
183
| code | message |
184
- | ------ | ----------------------------------------------------- |
184
+ | ---- | --------------------------------------------------- |
185
185
| 1 | Missing recommended metadata field: Facility.name |
186
186
| 2 | Missing recommended metadata field: Facility.source |
187
187
| 4 | Missing recommended metadata field: Beamline.name |
0 commit comments