Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
phyy-nx committed Aug 28, 2024
1 parent 314c763 commit e8326dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions applications/NXmx.nxdl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,14 +172,14 @@
or a per-image correction specified with an array whose slowest rank is nP (dimensions
(np, 1), (np, i, j) or (np, i, j, k)).

When ommited, the scaling factor is assumed to be 1.
When omitted, the scaling factor is assumed to be 1.
</doc>
</field>
<field name="data_offset" type="NX_NUMBER" optional="true">
<doc>
An optional offset to apply to the values in data.

When ommited, the offset is assumed to be 0.
When omitted, the offset is assumed to be 0.

See :ref:`data_scaling_factor &lt;/NXmx/ENTRY/DATA/data_scaling_factor-field&gt;` for more information.
</doc>
Expand Down
4 changes: 2 additions & 2 deletions base_classes/NXdata.nxdl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -465,14 +465,14 @@

This formula will derive the values to use in downstream applications, when necessary.

When ommited, the scaling factor is assumed to be 1.
When omitted, the scaling factor is assumed to be 1.
</doc>
</field>
<field name="FIELDNAME_offset" type="NX_NUMBER">
<doc>
An optional offset to apply to the values in FIELDNAME (usually the signal).

When ommited, the offset is assumed to be 0.
When omitted, the offset is assumed to be 0.

See :ref:`FIELDNAME_scaling_factor &lt;/NXdata/FIELDNAME_scaling_factor-field&gt;` for more information.
</doc>
Expand Down

0 comments on commit e8326dd

Please sign in to comment.