diff --git a/manual/source/datarules.rst b/manual/source/datarules.rst index 7f4fde0d21..999ef6a9ef 100644 --- a/manual/source/datarules.rst +++ b/manual/source/datarules.rst @@ -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 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 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