Skip to content

Commit

Permalink
Maybe fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
phyy-nx committed Aug 20, 2024
1 parent 3986074 commit 80577e5
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions manual/source/datarules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -234,19 +234,19 @@ the following table lists the suffixes reserved by NeXus.
reserved suffixes; scaling_factor
reserved suffixes; offset

================== ========================================= =================================
suffix reference meaning
================== ========================================= =================================
``_end`` :ref:`NXtransformations` end points of the motions that start with ``DATASET``
``_errors`` :ref:`NXdata` uncertainties (a.k.a., errors)
``_increment_set`` :ref:`NXtransformations` intended average range through which the corresponding axis moves during the exposure of a frame
``_indices`` :ref:`NXdata` Integer array that defines the indices of the signal field which need to be used in the ``DATASET`` in order to reference the corresponding axis value
``_mask`` .. Field containing a signal mask, where 0 means the pixel is not masked. If required, bit masks are defined in :ref:`NXdetector` ``pixel_mask``.
``_set`` :ref:`target values <target_value>` Target value of ``DATASET``
``_weights`` .. divide ``DATASET`` by these weights [#]_
``_scaling_factor`` :ref:`NXdata` Multiply ``DATASET`` by this factor [#]_
``_offset`` :ref:`NXdata` Add this factor to ``DATASET`` [#]_
================== ========================================= =================================
=================== ========================================= =================================
suffix reference meaning
=================== ========================================= =================================
``_end`` :ref:`NXtransformations` end points of the motions that start with ``DATASET``
``_errors`` :ref:`NXdata` uncertainties (a.k.a., errors)
``_increment_set`` :ref:`NXtransformations` intended average range through which the corresponding axis moves during the exposure of a frame
``_indices`` :ref:`NXdata` Integer array that defines the indices of the signal field which need to be used in the ``DATASET`` in order to reference the corresponding axis value
``_mask`` .. Field containing a signal mask, where 0 means the pixel is not masked. If required, bit masks are defined in :ref:`NXdetector` ``pixel_mask``.
``_set`` :ref:`target values <target_value>` Target value of ``DATASET``
``_weights`` .. divide ``DATASET`` by these weights [#]_
``_scaling_factor`` :ref:`NXdata` Multiply ``DATASET`` by this factor [#]_
``_offset`` :ref:`NXdata` Add this factor to ``DATASET`` [#]_
=================== ========================================= =================================

.. [#] If ``DATASET_weights`` exists and has the same shape as the field,
you are supposed to divide ``DATASET`` by the weights. Similarly, if `DATASET_scaling_factor` and/or
Expand Down

0 comments on commit 80577e5

Please sign in to comment.