You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/data_format.rst
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -195,11 +195,15 @@ Format versions
195
195
**Warning:** This flips the meaning compared to earlier versions with ``0`` indicating a *safe* train and a positive number for unreliable timing.
196
196
* ``METADATA/dataSources`` contains a static virtual source ``Karabo_TimeServer`` with an empty entry in ``METADATA/dataSources/root``.
197
197
198
+
The EuXFEL DAQ software used this format version only briefly around July 2021.
199
+
198
200
1.0
199
201
~~~
200
202
201
203
* ``INDEX`` group contains only the top-level datasets ``trainId``, ``timestamp``, ``flag``.
202
204
205
+
The EuXFEL DAQ software used this format version between February 2020 and July 2021.
206
+
203
207
0.5
204
208
~~~
205
209
@@ -209,17 +213,19 @@ Format versions
209
213
* ``METADATA`` group is identical to ``METADATA/dataSources`` in later versions,
210
214
i.e. directly contains the datasets ``root``, ``deviceId`` and ``dataSourceId``.
211
215
216
+
The EuXFEL DAQ software used this format version between February 2018 and February 2020.
217
+
212
218
0.1
213
219
~~~
214
220
215
221
**Warning:** This file format version is lacking the ``METADATA/dataFormatVersion`` dataset and can thus only be inferred from its structure.
216
222
217
-
**Warning:** This file format version is **not** supported by EXtra-data.
218
-
219
223
Same as 0.5 in addition to:
220
224
221
225
* ``INDEX/{deviceId}`` group specifies the mapping from trains to data rows of each source via ``first``/``last`` datasets with ``last = first + count - 1`` denoting the last row index belonging to a particular train.
222
226
227
+
The EuXFEL DAQ software used this format version until February 2018.
0 commit comments