Changeset 4310
- Timestamp:
- Feb 16, 2020 12:55:19 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIobj.py
r4309 r4310 169 169 interatomic distances (list of floats) 170 170 \ Cell List with 8 items: cell refinement flag (bool) 171 a, b, c, ( :math:`\\unicode{x212B}`, float)171 a, b, c, (Angstrom, float) 172 172 alpha, beta & gamma (degrees, float) 173 volume (:math:` \\unicode{x212B}^3`, float)173 volume (:math:`A^3`, float) 174 174 \ Color Colors for atoms (list of (r,b,g) triplets) 175 175 \ Compare dict of polygon comparison parameters … … 238 238 \ bondRadius Size of binds in A (float) 239 239 \ cameraPos Viewing position in A for plot (float) 240 \ contourLevel map contour level in :math:`e/ \\unicode{x212B}^3` (float)240 \ contourLevel map contour level in :math:`e/A^3` (float) 241 241 \ contourMax float map contour maximum 242 242 \ depthFog True if use depthFog on plot - set currently as False (bool) … … 655 655 * 'PNC' for constant wavelength neutron 656 656 Bank Data set number in a multidata file (usually 1) 657 Lam Specifies a wavelength in :math:`\\unicode{x212B}`657 Lam Specifies a wavelength in Angstrom 658 658 Lam1 Specifies the primary wavelength in 659 :math:`\\unicode{x212B}`, used in place of Lam659 Angstrom, used in place of Lam 660 660 when an :math:`\\alpha_1, \\alpha_2` 661 661 source is used. 662 662 Lam2 Specifies the secondary wavelength in 663 :math:`\\unicode{x212B}`, used with Lam1663 Angstrom, used with Lam1 664 664 I(L2)/I(L1) Ratio of Lam2 to Lam1, used with Lam1 665 665 Zero Two-theta zero correction in *degrees* … … 735 735 0,1,2 h,k,l (float) 736 736 3 multiplicity 737 4 d-space, :math:`\\unicode{x212B}`737 4 d-space, Angstrom 738 738 5 pos, two-theta 739 739 6 sig, Gaussian width … … 786 786 The first and second 787 787 values are floats unless otherwise noted. 788 \ Lam Specifies a wavelength in :math:`\\unicode{x212B}`788 \ Lam Specifies a wavelength in Angstrom 789 789 (two floats) 790 790 \ Type Histogram type (two str values): … … 826 826 0,1,2 h,k,l (float) 827 827 3 multiplicity 828 4 d-space, :math:`\\unicode{x212B}`828 4 d-space, Angstrom 829 829 5 :math:`F_{obs}^2` 830 830 6 :math:`\sigma(F_{obs}^2)` … … 931 931 \ type (str) One of 'PWDR', 'SASD' or 'REFL' for powder, small angle or reflectometry data, respectively. 932 932 \ tilt (float) The angle the detector normal makes with the incident beam; range -90 to 90. 933 \ wavelength (float) The radiation wavelength ( :math:`\\unicode{x212B}`) as entered by the user933 \ wavelength (float) The radiation wavelength (Angstrom) as entered by the user 934 934 (or someday obtained from the image header). 935 935 Masks Arcs (list: lists) Each entry [2-theta,[azimuth[0],azimuth[1]],thickness] describes an arc mask … … 2364 2364 2365 2365 * 'pixelSize': size of each pixel in microns (such as ``[200.,200.]``. 2366 * 'wavelength': wavelength in :math:`\\unicode{x212B}`.2366 * 'wavelength': wavelength in Angstrom. 2367 2367 * 'distance': distance of detector from sample in cm. 2368 2368 * 'center': uncalibrated center of beam on detector (such as ``[204.8,204.8]``.
Note: See TracChangeset
for help on using the changeset viewer.