From cc6e5156ca35b42838ad820315822f4f8b4b28e8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lo=C3=AFc=20Le=20Guyader?= <loic.le.guyader@xfel.eu>
Date: Thu, 10 Feb 2022 16:31:22 +0100
Subject: [PATCH] Small fixes

---
 doc/Azimuthal integration of DSSC with pyFAI.ipynb | 2 +-
 doc/howtos.rst                                     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/Azimuthal integration of DSSC with pyFAI.ipynb b/doc/Azimuthal integration of DSSC with pyFAI.ipynb
index d5654a7..297124f 100644
--- a/doc/Azimuthal integration of DSSC with pyFAI.ipynb	
+++ b/doc/Azimuthal integration of DSSC with pyFAI.ipynb	
@@ -76,7 +76,7 @@
     "import pyFAI.azimuthalIntegrator\n",
     "import pyFAI.detectors\n",
     "\n",
-    "dssc = pyFAI.detectors.Detector(236e-6, 204e-6)\n",
+    "dssc = pyFAI.detectors.Detector(204e-6, 236e-6)\n",
     "dssc.aliases = [\"DSSC1M\"]\n",
     "dssc.shape = (16*128, 512)\n",
     "dssc.mask = np.zeros((16*128, 512))\n",
diff --git a/doc/howtos.rst b/doc/howtos.rst
index b4abf66..e157a9d 100644
--- a/doc/howtos.rst
+++ b/doc/howtos.rst
@@ -74,7 +74,7 @@ DSSC azimuthal integration
 ##########################
 
 Azimuthal integration can be performed with pyFAI_ which can utilize the
-hexagonal pixel shape information from the DSSC geometry to correctly split
+hexagonal pixel shape information from the DSSC geometry to split
 the intensity in a pixel in the bins covered by it. An example notebook
 :doc:`Azimuthal integration of DSSC with pyFAI <Azimuthal integration of DSSC with pyFAI>` is available.
 
-- 
GitLab