Skip to content

Commit

Permalink
re #9653 improve math formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
NickDraper committed Jun 20, 2014
1 parent 1ffee04 commit fb94963
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -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
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:

: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
or by the sample position, it is possible to run with one optimization,
Expand Down

0 comments on commit fb94963

Please sign in to comment.