Changeset 4311


Ignore:
Timestamp:
Feb 16, 2020 1:28:19 PM (4 years ago)
Author:
toby
Message:

Fix LaTeX Angstrom symbol for MathJaX

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIobj.py

    r4310 r4311  
    1515This module defines and/or documents the data structures used in GSAS-II, as well
    1616as provides misc. support routines.
     17
     18.. math::
     19
     20   \\require{mediawiki-texvc}
    1721
    1822.. _Constraints_table:
     
    169173                                interatomic distances (list of floats)
    170174  \         Cell                List with 8 items: cell refinement flag (bool)
    171                                 a, b, c, (Angstrom, float)
     175                                a, b, c, (:math:`\AA`, float)
    172176                                alpha, beta & gamma (degrees, float)
    173                                 volume (:math:`A^3`, float)
     177                                volume (:math:`\AA^3`, float)
    174178  \         Color               Colors for atoms (list of (r,b,g) triplets)
    175179  \         Compare             dict of polygon comparison parameters
     
    228232\           Plane               list Controls for contour density plane display
    229233\           Quaternion          Viewing quaternion (4 element np.array)
    230 \           Zclip               clipping distance in A (float)
     234\           Zclip               clipping distance in :math:`\AA` (float)
    231235\           Zstep               Step to de/increase Z-clip (float)
    232236\           atomPtrs            positions of x, type, site sym, ADP flag in Draw Atoms (list)
     
    236240\           ballScale           Size of spheres in ball-and-stick display (float)
    237241\           bondList            dict with bonds
    238 \           bondRadius          Size of binds in A (float)
    239 \           cameraPos           Viewing position in A for plot (float)
    240 \           contourLevel        map contour level in :math:`e/A^3` (float)
     242\           bondRadius          Size of bonds in :math:`\AA` (float)
     243\           cameraPos           Viewing position in :math:`\AA` for plot (float)
     244\           contourLevel        map contour level in :math:`e/\AA^3` (float)
    241245\           contourMax          float map contour maximum
    242246\           depthFog            True if use depthFog on plot - set currently as False (bool)
     
    336340\           AtInfo              Drad, Color: atom drawing radius & color for each atom type (dict)
    337341\           RBname              Name assigned by user to rigid body (str)
    338 \           VectMag             vector magnitudes in A (list)
     342\           VectMag             vector magnitudes in :math:`\AA` (list)
    339343\           rbXYZ               Cartesian coordinates for Vector rigid body (list of 3 float)
    340344\           rbRef               3 assigned reference atom nos. in rigid body for origin
     
    655659                          * 'PNC' for constant wavelength neutron
    656660Bank                     Data set number in a multidata file (usually 1)
    657 Lam                      Specifies a wavelength in Angstrom
     661Lam                      Specifies a wavelength in :math:`\AA`
    658662Lam1                     Specifies the primary wavelength in
    659                          Angstrom, used in place of Lam
     663                         :math:`\AA`, used in place of Lam
    660664                         when an :math:`\\alpha_1, \\alpha_2`
    661665                         source is used.
    662666Lam2                     Specifies the secondary wavelength in
    663                          Angstrom, used with Lam1
     667                         :math:`\AA`, used with Lam1
    664668I(L2)/I(L1)              Ratio of Lam2 to Lam1, used with Lam1
    665669Zero                     Two-theta zero correction in *degrees*
     
    735739 0,1,2          h,k,l (float)
    736740 3              multiplicity
    737  4              d-space, Angstrom
     741 4              d-space, :math:`\AA`
    738742 5              pos, two-theta
    739743 6              sig, Gaussian width
     
    786790                                            The first and second
    787791                                            values are floats unless otherwise noted.
    788 \                         Lam               Specifies a wavelength in Angstrom
     792\                         Lam               Specifies a wavelength in :math:`\AA`
    789793                                            (two floats)
    790794\                           Type            Histogram type (two str values):
     
    826830 0,1,2          h,k,l (float)
    827831 3              multiplicity
    828  4              d-space, Angstrom
     832 4              d-space, :math:`\AA`
    829833 5              :math:`F_{obs}^2`
    830834 6              :math:`\sigma(F_{obs}^2)`
     
    931935\                           type                (str) One of 'PWDR', 'SASD' or 'REFL' for powder, small angle or reflectometry data, respectively.
    932936\                           tilt                (float) The angle the detector normal makes with the incident beam; range -90 to 90.
    933 \                           wavelength          (float) The radiation wavelength (Angstrom) as entered by the user
     937\                           wavelength          (float) The radiation wavelength (:math:`\AA`) as entered by the user
    934938                                                (or someday obtained from the image header).
    935939Masks                       Arcs                (list: lists) Each entry [2-theta,[azimuth[0],azimuth[1]],thickness] describes an arc mask
     
    23642368
    23652369         * 'pixelSize': size of each pixel in microns (such as ``[200.,200.]``.
    2366          * 'wavelength': wavelength in Angstrom.
     2370         * 'wavelength': wavelength in :math:`\AA`.
    23672371         * 'distance': distance of detector from sample in cm.
    23682372         * 'center': uncalibrated center of beam on detector (such as ``[204.8,204.8]``.
Note: See TracChangeset for help on using the changeset viewer.