Skip to content

Commit

Permalink
Merge pull request #2008 from zxs-un/patch-1
Browse files Browse the repository at this point in the history
fix typo in doc/source/usage/tutorial/Ellipse/ellipse.ipynb
  • Loading branch information
kif authored Dec 1, 2023
2 parents 6fe4ec8 + 8e2b509 commit e6778ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/usage/tutorial/Ellipse/ellipse.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"source": [
"# Extracting ellipse parmeters from rings\n",
"\n",
"During a powder diffraction experiment, the scattering occures along cconcentric cones, originating from the sample position and named after 2 famous scientists: Debye and Scherrer. \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",
"\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 cercles.\n",
"The diffraction patern 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

0 comments on commit e6778ff

Please sign in to comment.