Skip to content
Snippets Groups Projects
Commit fb949631 authored by Nick Draper's avatar Nick Draper
Browse files

re #9653 improve math formatting

parent 1ffee04f
No related branches found
No related tags found
No related merge requests found
...@@ -29,10 +29,11 @@ The crystal orientation matrix, UB, from the PeaksWorkspace should ...@@ -29,10 +29,11 @@ The crystal orientation matrix, UB, from the PeaksWorkspace should
index all the runs "very well". Otherwise iterations that slowly build a index all the runs "very well". Otherwise iterations that slowly build a
UB with corrected sample orientations may be needed. UB with corrected sample orientations may be needed.
The parameters for the tilt are GonRotx, GonRoty, and GonRotz in The parameters for the tilt are GRotx, GRoty, and GRotz in
degrees. The usage for this information is as follows: degrees. The usage for this information is as follows:
:math:`rotate('x',GonRotx)*rotate('y',GonRoty)*rotate('z',GonRotz)* SampleOrientation( i.e. omegaRot*chiRot*phiRot)).` :math:`rotate(x,GRotx)*rotate(y,GRoty)*rotate(z,GRotz)* SampleOrientation`
:math:`( i.e. omegaRot*chiRot*phiRot)).`
Note: To optimize by the tilt in the goniometer and then by the angles Note: To optimize by the tilt in the goniometer and then by the angles
or by the sample position, it is possible to run with one optimization, or by the sample position, it is possible to run with one optimization,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment