diff --git a/doc/Azimuthal integration of DSSC with pyFAI.ipynb b/doc/Azimuthal integration of DSSC with pyFAI.ipynb index d5654a7bb8f0fb86543996fa4846af552ed95778..297124fc21c440a164d4db4ed2bb252d7152620e 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 b4abf663764bbbc58062a90f1ee21bb5d54c3361..e157a9d0205e2f61b5c9d325bd538abd3f58ab0e 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.