Skip to content

Commit

Permalink
Merge pull request #2373 from silx-kit/doc-typo
Browse files Browse the repository at this point in the history
Fix typos in doc
  • Loading branch information
kif authored Jan 7, 2025
2 parents b1446d5 + 8dbd526 commit d079e15
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions doc/source/usage/tutorial/Ellipse/ellipse.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion doc/source/usage/tutorial/FiberGrazingIncidence.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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."
]
Expand Down
4 changes: 2 additions & 2 deletions doc/source/usage/tutorial/Flatfield.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit d079e15

Please sign in to comment.