Skip to content

Commit

Permalink
Merge pull request #1417 from FAIRmat-NFDI/fairmat-2024-nxmonochromator
Browse files Browse the repository at this point in the history
Fairmat 2024: additional fields in NXmonochromator
  • Loading branch information
lukaspie authored Oct 18, 2024
2 parents ee1078b + 5542cd2 commit a12a91b
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion base_classes/NXmonochromator.nxdl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,26 @@
<field name="energy_errors" type="NX_FLOAT" units="NX_ENERGY">
<doc>energy standard deviation</doc>
</field>
<field name="energy_dispersion" type="NX_FLOAT" units="eV/mm">
<doc>
Energy dispersion at the exit slit.
</doc>
</field>
<field name="wavelength_dispersion" type="NX_FLOAT" units="nm/mm">
<doc>
Wavelength dispersion at the exit slit.
</doc>
</field>
<group name="entrance_slit" type="NXaperture">
<doc>
Size, position and shape of the entrance slit of the monochromator.
</doc>
</group>
<group name="exit_slit" type="NXaperture">
<doc>
Size, position and shape of the exit slit of the monochromator.
</doc>
</group>
<group type="NXdata" name="distribution"/>
<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"/>
<group type="NXoff_geometry" minOccurs="0">
Expand Down Expand Up @@ -105,4 +125,3 @@
</doc>
</group>
</definition>

0 comments on commit a12a91b

Please sign in to comment.