Skip to content

Commit

Permalink
fix NXsample transformations
Browse files Browse the repository at this point in the history
  • Loading branch information
woutdenolf committed Mar 1, 2024
1 parent fe9bee5 commit b41790a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions contributed_definitions/NXstress.nxdl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -456,13 +456,13 @@
group within the NXsample group.
</doc>
</field>
<group type="NXtransformations" minOccurs="0">
<doc>
This is the recommended location for sample goniometer
and other related axes.
</doc>
</group>
</group>
<group type="NXtransformations" minOccurs="0">
<doc>
This is the recommended location for sample goniometer
and other related axes.
</doc>
</group>
</group>

<group name="fit" type="NXprocess" minOccurs="1" maxOccurs="unbounded">
Expand Down Expand Up @@ -882,7 +882,7 @@
<field name="qx" type="NX_NUMBER" units="NX_DIMENSIONLESS">
<doc>
First component of the *normalized* scattering vector *Q* in the sample reference frame.
The sample reference frame is defined by the :ref:`sample transformations &lt;/NXstress/ENTRY/sample_description/gauge_volume/TRANSFORMATIONS-group&gt;`.
The sample reference frame is defined by the :ref:`sample transformations &lt;/NXstress/ENTRY/sample_description/TRANSFORMATIONS-group&gt;`.
</doc>
<dimensions rank="1">
<dim index="1" value="nPeaks" />
Expand All @@ -891,7 +891,7 @@
<field name="qy" type="NX_NUMBER" units="NX_DIMENSIONLESS">
<doc>
Second component of the *normalized* scattering vector *Q* in the sample reference frame.
The sample reference frame is defined by the :ref:`sample transformations &lt;/NXstress/ENTRY/sample_description/gauge_volume/TRANSFORMATIONS-group&gt;`.
The sample reference frame is defined by the :ref:`sample transformations &lt;/NXstress/ENTRY/sample_description/TRANSFORMATIONS-group&gt;`.
</doc>
<dimensions rank="1">
<dim index="1" value="nPeaks" />
Expand All @@ -900,7 +900,7 @@
<field name="qz" type="NX_NUMBER" units="NX_DIMENSIONLESS">
<doc>
Third component of the *normalized* scattering vector *Q* in the sample reference frame.
The sample reference frame is defined by the :ref:`sample transformations &lt;/NXstress/ENTRY/sample_description/gauge_volume/TRANSFORMATIONS-group&gt;`.
The sample reference frame is defined by the :ref:`sample transformations &lt;/NXstress/ENTRY/sample_description/TRANSFORMATIONS-group&gt;`.
</doc>
<dimensions rank="1">
<dim index="1" value="nPeaks" />
Expand Down Expand Up @@ -988,7 +988,7 @@
<field name="sx" type="NX_NUMBER" units="NX_LENGTH" optional="false">
<doc>
First component of the sample position in the sample reference frame.
The sample reference frame is defined by the :ref:`sample transformations &lt;/NXstress/ENTRY/sample_description/gauge_volume/TRANSFORMATIONS-group&gt;`.
The sample reference frame is defined by the :ref:`sample transformations &lt;/NXstress/ENTRY/sample_description/TRANSFORMATIONS-group&gt;`.
</doc>
<dimensions rank="1">
<dim index="1" value="nPeaks" />
Expand All @@ -998,7 +998,7 @@
<field name="sy" type="NX_NUMBER" units="NX_LENGTH" optional="false">
<doc>
First component of the sample position in the sample reference frame.
The sample reference frame is defined by the :ref:`sample transformations &lt;/NXstress/ENTRY/sample_description/gauge_volume/TRANSFORMATIONS-group&gt;`.
The sample reference frame is defined by the :ref:`sample transformations &lt;/NXstress/ENTRY/sample_description/TRANSFORMATIONS-group&gt;`.
</doc>
<dimensions rank="1">
<dim index="1" value="nPeaks" />
Expand All @@ -1007,7 +1007,7 @@
<field name="sz" type="NX_NUMBER" units="NX_LENGTH" optional="false">
<doc>
First component of the sample position in the sample reference frame.
The sample reference frame is defined by the :ref:`sample transformations &lt;/NXstress/ENTRY/sample_description/gauge_volume/TRANSFORMATIONS-group&gt;`.
The sample reference frame is defined by the :ref:`sample transformations &lt;/NXstress/ENTRY/sample_description/TRANSFORMATIONS-group&gt;`.
</doc>
<dimensions rank="1">
<dim index="1" value="nPeaks" />
Expand Down

0 comments on commit b41790a

Please sign in to comment.