Skip to content

Commit a12a91b

Browse files
authored
Merge pull request #1417 from FAIRmat-NFDI/fairmat-2024-nxmonochromator
Fairmat 2024: additional fields in NXmonochromator
2 parents ee1078b + 5542cd2 commit a12a91b

1 file changed

Lines changed: 20 additions & 1 deletion

File tree

base_classes/NXmonochromator.nxdl.xml

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,26 @@
6060
<field name="energy_errors" type="NX_FLOAT" units="NX_ENERGY">
6161
<doc>energy standard deviation</doc>
6262
</field>
63+
<field name="energy_dispersion" type="NX_FLOAT" units="eV/mm">
64+
<doc>
65+
Energy dispersion at the exit slit.
66+
</doc>
67+
</field>
68+
<field name="wavelength_dispersion" type="NX_FLOAT" units="nm/mm">
69+
<doc>
70+
Wavelength dispersion at the exit slit.
71+
</doc>
72+
</field>
73+
<group name="entrance_slit" type="NXaperture">
74+
<doc>
75+
Size, position and shape of the entrance slit of the monochromator.
76+
</doc>
77+
</group>
78+
<group name="exit_slit" type="NXaperture">
79+
<doc>
80+
Size, position and shape of the exit slit of the monochromator.
81+
</doc>
82+
</group>
6383
<group type="NXdata" name="distribution"/>
6484
<group type="NXgeometry" name="geometry" deprecated="Use the field `depends_on` and :ref:`NXtransformations` to position the monochromator and NXoff_geometry to describe its shape instead"/>
6585
<group type="NXoff_geometry" minOccurs="0">
@@ -105,4 +125,3 @@
105125
</doc>
106126
</group>
107127
</definition>
108-

0 commit comments

Comments
 (0)