Skip to content

Commit

Permalink
Add full stops (periods) to last sentences in paragraphs
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterC-DLS committed Jun 20, 2022
1 parent 1a289d5 commit 3ff7b55
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions contributed_definitions/NXregion.nxdl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<attribute name="region_type" optional="false">
<doc>
This is ``rectangular`` to describe the region as a hyper-rectangle in
the index space of its parent group's data field
the index space of its parent group's data field.
</doc>
<enumeration>
<item value="rectangular" />
Expand All @@ -105,14 +105,14 @@
<doc>
The name of an optional mask field in the parent group with rank :math:`\boldsymbol{R}` and
dimensions :math:`\boldsymbol{d}`. For example, this could be ``pixel_mask`` of an
:ref:`NXdetector`
:ref:`NXdetector`.
</doc>
</field>
<field name="start" type="NX_NUMBER" recommended="true">
<doc>
The starting position for region in detector data field array.
This is recommended as it also defines the region rank.
If omitted then defined as an array of zeros
If omitted then defined as an array of zeros.
</doc>
<dimensions rank="1">
<dim index="1" value="R"/>
Expand All @@ -122,7 +122,7 @@
<doc>
The number of blocks or items in the hyperslab selection.
If omitted then defined as an array of dimensions that take into account
the other hyperslab selection fields to span the parent data field's shape
the other hyperslab selection fields to span the parent data field's shape.
</doc>
<dimensions rank="1">
<dim index="1" value="R"/>
Expand All @@ -131,7 +131,7 @@
<field name="stride" type="NX_INT">
<doc>
An optional field to define striding used to downsample data.
If omitted then defined as an array of ones
If omitted then defined as an array of ones.
</doc>
<dimensions rank="1">
<dim index="1" value="R"/>
Expand All @@ -143,7 +143,7 @@
:math:`i`-th dimension, if :math:`\mathbf{block}[i] \lt \mathbf{stride}[i]`
then the downsampling blocks have gaps between them; when ``block`` matches ``stride``
then the blocks are contiguous; otherwise the blocks overlap.
If omitted then defined as an array of ones
If omitted then defined as an array of ones.
</doc>
<dimensions rank="1">
<dim index="1" value="R"/>
Expand All @@ -156,7 +156,7 @@
data type. In an image that is downsampled by summing 2x2 blocks, using
:math:`\mathrm{scale}=4` allows the result to fit in the same integer type dataset as
the parent dataset.
If omitted then no scaling occurs
If omitted then no scaling occurs.
</doc>
<dimensions rank="1">
<dim index="1" value="R"/>
Expand All @@ -178,7 +178,7 @@
:width: 60%

A selection with :math:`\mathbf{start}=2, \mathbf{count}=4, \mathbf{stride}=3, \mathbf{block}=2` from
a dataset with shape [13] will result in the ``reduce`` dataset of shape [4] and a ``copy`` dataset of shape [8]
a dataset with shape [13] will result in the ``reduce`` dataset of shape [4] and a ``copy`` dataset of shape [8].

</doc>
</group>
Expand Down

0 comments on commit 3ff7b55

Please sign in to comment.