Changeset 4643


Ignore:
Timestamp:
Nov 3, 2020 9:31:06 AM (3 years ago)
Author:
vondreele
Message:

fix last few escape sequences in G2obj

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIobj.py

    r4638 r4643  
    137137\\              Nobs             (int) Number of observed data points
    138138\\              Rwp              (float) overall weighted profile R-factor (%)
    139 \\              chisq            (float) :math:`\sum w*(I_{obs}-I_{calc})^2`                               
     139\\              chisq            (float) :math:`\\sum w*(I_{obs}-I_{calc})^2`                               
    140140                                for all data.
    141                                 Note: this is not the reduced :math:`\chi^2`.
     141                                Note: this is not the reduced :math:`\\chi^2`.
    142142\\              lamMax           (float) Marquardt value applied to Hessian diagonal
    143143\\              GOF              (float) The goodness-of-fit, aka square root of
     
    410410            Asymmetric unit coordinates [X is (x,y,z)]
    411411            are transformed using
    412             :math:`X^\prime = M_n*X+T_n`
     412            :math:`X^\\prime = M_n*X+T_n`
    413413SGPolax     (str) Axes for space group polarity. Will be one of
    414414            '', 'x', 'y', 'x y', 'z', 'x z', 'y z',
     
    840840 4              (float) d-space, :math:`\\AA`
    841841 5              (float) :math:`F_{obs}^2`
    842  6              (float) :math:`\sigma(F_{obs}^2)`
     842 6              (float) :math:`\\sigma(F_{obs}^2)`
    843843 7              (float) :math:`F_{calc}^2`
    844844 8              (float) :math:`F_{obs}^2T`
Note: See TracChangeset for help on using the changeset viewer.