From 19660e68fc56bf9f1bc420e6bb16a8beae271f1b Mon Sep 17 00:00:00 2001 From: Ray Osborn Date: Wed, 20 Dec 2023 10:52:21 -0600 Subject: [PATCH] Fix note formatting --- docs/source/introduction.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/source/introduction.rst b/docs/source/introduction.rst index e026e23..4f9f070 100644 --- a/docs/source/introduction.rst +++ b/docs/source/introduction.rst @@ -84,13 +84,13 @@ usually vertical. The two coordinate systems are then related by: | +X\ :sub:`det` = -Y\ :sub:`lab`, +Y\ :sub:`det` = -Z\ :sub:`lab`, and +Z\ :sub:`det` = -X\ :sub:`lab` -..note:: This orientation matrix to convert between these two coordinate - systems is defined by a setting describing the conversion as a string. - In the above example, the setting is "-y +z -x". +.. note:: This orientation matrix to convert between these two coordinate + systems is defined by a setting describing the conversion as a string. + In the above example, the setting is "-y +z -x". -..warning:: Many detectors store images as TIFF or CBF files, with the origin - at the top-left corner. In those case, the y-axis is inverted, so - the appropriate setting should be "-y -z +x". +.. warning:: Many detectors store images as TIFF or CBF files, with the origin + at the top-left corner. In those case, the y-axis is inverted, so + the appropriate setting should be "-y -z +x". Sample Orientation ------------------