Skip to content

Commit

Permalink
Change NXmx sensor_material and sensor_thickness to required
Browse files Browse the repository at this point in the history
  • Loading branch information
yayahjb committed Nov 21, 2019
1 parent f9ae29c commit 2d90812
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions applications/NXmx.nxdl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@

The axis on which the sample position depends may be stored
anywhere, but is normally stored in the NXtransformations
NXtransformations group within the NXsample group.
group within the NXsample group.

If there is no goniometer, e.g. with a jet, depends_on
should be set to "."
Expand Down Expand Up @@ -610,7 +610,7 @@
</doc>
</field>

<field name="sensor_material" type="NX_CHAR" recommended="true">
<field name="sensor_material" type="NX_CHAR" minOccurs="1">
<doc>
At times, radiation is not directly sensed by the detector.
Rather, the detector might sense the output from some
Expand All @@ -620,7 +620,7 @@
</field>

<field name="sensor_thickness" type="NX_FLOAT" units="NX_LENGTH"
minOccurs="0">
minOccurs="1">
<doc>
At times, radiation is not directly sensed by the detector.
Rather, the detector might sense the output from some
Expand Down

0 comments on commit 2d90812

Please sign in to comment.