From 8dbd526712b8279a69c63ea66bbcea94cc54381b Mon Sep 17 00:00:00 2001 From: Loic Huder Date: Mon, 6 Jan 2025 15:51:58 +0100 Subject: [PATCH] Fix typos in doc --- doc/source/usage/tutorial/Ellipse/ellipse.ipynb | 6 +++--- doc/source/usage/tutorial/FiberGrazingIncidence.ipynb | 2 +- doc/source/usage/tutorial/Flatfield.ipynb | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/source/usage/tutorial/Ellipse/ellipse.ipynb b/doc/source/usage/tutorial/Ellipse/ellipse.ipynb index a84f4e278..46ee2fcfe 100644 --- a/doc/source/usage/tutorial/Ellipse/ellipse.ipynb +++ b/doc/source/usage/tutorial/Ellipse/ellipse.ipynb @@ -4,16 +4,16 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Extracting ellipse parmeters from rings\n", + "# Extracting ellipse parameters from rings\n", "\n", - "During a powder diffraction experiment, the scattering occures along concentric cones, originating from the sample position and named after 2 famous scientists: Debye and Scherrer. \n", + "During a powder diffraction experiment, the scattering occurs along concentric cones, originating from the sample position and named after 2 famous scientists: Debye and Scherrer. \n", "\n", "![Debye-Scherrer rings](Debye-Scherrer_rings.png)\n", "\n", "Those cones are intersected by the detector and all the calibration step in pyFAI comes down is fitting the \"ring\" seen on the detector into a meaningful experimental geometry.\n", "\n", "In the most common case, a flat detector is mounted orthogonal to the incident beam and all pixel have the same size. \n", - "The diffraction patern is then a set of concentric circles.\n", + "The diffraction pattern is then a set of concentric circles.\n", "When the detector is still flat and all the pixels are the same but the mounting may be a bit *off*, or maybe for other technical reason one gets a set of concentric ellipses. \n", "This procedures explains how to extract the center coordinates, axis lengths and orientation. \n", "\n", diff --git a/doc/source/usage/tutorial/FiberGrazingIncidence.ipynb b/doc/source/usage/tutorial/FiberGrazingIncidence.ipynb index 796b5bbca..5b1ab531f 100644 --- a/doc/source/usage/tutorial/FiberGrazingIncidence.ipynb +++ b/doc/source/usage/tutorial/FiberGrazingIncidence.ipynb @@ -1030,7 +1030,7 @@ "id": "9cfdf301-68d9-42d3-9f86-41ecdfc607ed", "metadata": {}, "source": [ - "# Conclusions\n", + "## Conclusions\n", "\n", "Now, PyFAI provides the units to represent a data array as a function of in-plane and out-of-plane components of vector q. This is a standard way of represent GIWAXS/GISAXS or fiber diffraction patterns. FiberUnits can be retrieved with a special method and the incident angle, tilt angle and sample orientation parameters can be defined and updated at the moment. Moreover, the methods integrate_fiber and integrate_grazing_incidence allow to get straight slices from the Qip-Qoop patterns." ] diff --git a/doc/source/usage/tutorial/Flatfield.ipynb b/doc/source/usage/tutorial/Flatfield.ipynb index b8931d6a3..696fea897 100644 --- a/doc/source/usage/tutorial/Flatfield.ipynb +++ b/doc/source/usage/tutorial/Flatfield.ipynb @@ -5,7 +5,7 @@ "id": "90f7c67e-95bb-4e6d-bade-808fe8ed1dd9", "metadata": {}, "source": [ - "# Flatfied calibration\n", + "# Flatfield calibration\n", "\n", "Inspiration from: https://scripts.iucr.org/cgi-bin/paper?S1600577523001157\n", "\n", @@ -308,7 +308,7 @@ "metadata": {}, "outputs": [ { - "name": "stdin", + "name": "stdout", "output_type": "stream", "text": [ "Please perform the calibration in the previous cell before going on ... use the right-click \n"