-
Notifications
You must be signed in to change notification settings - Fork 1
/
test.nxdl.xml
44 lines (44 loc) · 1.48 KB
/
test.nxdl.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<group type="NXentry" name="entry">
<field type="string" name="string_scalar"/>
<field type="float64" name="double_scalar"/>
<group type="NXlog" name="string">
<field type="string" name="value">
<dimensions rank="1"/>
</field>
<field type="uint64" name="time"/>
</group>
<group type="NXlog" name="double">
<field type="float64" name="value">
<chunk rank="1">
<dim value="1024" index="0"/>
</chunk>
</field>
<field type="uint64" name="time"/>
</group>
<group type="NXlog" name="float">
<field type="float32" name="value"/>
<field type="uint64" name="time"/>
</group>
<group type="NXlog" name="long">
<field type="int64" name="value"/>
<field type="uint64" name="time"/>
</group>
<group type="NXlog" name="int">
<field type="int32" name="value"/>
<field type="uint64" name="time"/>
</group>
<group type="NXinstrument" name="instrument">
<group type="NXdetector" name="detector">
<field type="int16" name="data">
<dimensions rank="3">
<dim value="0" index="1"/>
<dim value="8" index="2"/>
<dim value="4" index="3"/>
</dimensions>
</field>
</group>
</group>
<group type="NXdata" name="data">
<link target="/entry/instrument/detector/data" name="data"/>
</group>
</group>