Skip to content

Commit

Permalink
use NXparameters where appropriate
Browse files Browse the repository at this point in the history
  • Loading branch information
woutdenolf committed May 15, 2024
1 parent 2f3744c commit 3afae1c
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions contributed_definitions/NXstress.nxdl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@
</enumeration>
</attribute>
</field>
<group name="gauge_volume" type="NXcollection" optional="true">
<group name="gauge_volume" type="NXparameters" optional="true">
<doc> The gauge volume can be described with the following parameters:
.. figure:: stress/GV2.jpg
:width: 70%
Expand Down Expand Up @@ -563,13 +563,10 @@
The name will be numbered to allow for ordering of steps.
</doc>
</group>
<group name="peak_parameters" type="NXdata" optional="false">
<group name="peak_parameters" type="NXparameters" optional="false">
<doc>
This group contains all diffraction peak fit parameters.
This information is not required for stress and strain calculations.
Note that as in any *NXdata* group, each field can have uncertainties
associated to them (e.g. *center_errors* would be the uncertainties
on the peak center).
</doc>
<field name="title" type="NX_CHAR" optional="false">
<doc>Diffraction peak profile.</doc>
Expand Down Expand Up @@ -721,10 +718,10 @@
</dimensions>
</field>
</group>
<group name="background_parameters" type="NXdata" optional="false">
<group name="background_parameters" type="NXparameters" optional="false">
<doc>
This group contains all background fit parameters.
This information is not required for stress and strain caluclations.
This information is not required for stress and strain calculations.
</doc>
<field name="title" type="NX_CHAR" optional="false">
<doc>
Expand Down

0 comments on commit 3afae1c

Please sign in to comment.