Changeset 4312
- Timestamp:
- Feb 16, 2020 1:48:53 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIobj.py
r4311 r4312 173 173 interatomic distances (list of floats) 174 174 \ Cell List with 8 items: cell refinement flag (bool) 175 a, b, c, (:math:`\ AA`, float)175 a, b, c, (:math:`\\AA`, float) 176 176 alpha, beta & gamma (degrees, float) 177 volume (:math:`\ AA^3`, float)177 volume (:math:`\\AA^3`, float) 178 178 \ Color Colors for atoms (list of (r,b,g) triplets) 179 179 \ Compare dict of polygon comparison parameters … … 232 232 \ Plane list Controls for contour density plane display 233 233 \ Quaternion Viewing quaternion (4 element np.array) 234 \ Zclip clipping distance in :math:`\ AA` (float)234 \ Zclip clipping distance in :math:`\\AA` (float) 235 235 \ Zstep Step to de/increase Z-clip (float) 236 236 \ atomPtrs positions of x, type, site sym, ADP flag in Draw Atoms (list) … … 240 240 \ ballScale Size of spheres in ball-and-stick display (float) 241 241 \ bondList dict with bonds 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)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) 245 245 \ contourMax float map contour maximum 246 246 \ depthFog True if use depthFog on plot - set currently as False (bool) … … 340 340 \ AtInfo Drad, Color: atom drawing radius & color for each atom type (dict) 341 341 \ RBname Name assigned by user to rigid body (str) 342 \ VectMag vector magnitudes in :math:`\ AA` (list)342 \ VectMag vector magnitudes in :math:`\\AA` (list) 343 343 \ rbXYZ Cartesian coordinates for Vector rigid body (list of 3 float) 344 344 \ rbRef 3 assigned reference atom nos. in rigid body for origin … … 659 659 * 'PNC' for constant wavelength neutron 660 660 Bank Data set number in a multidata file (usually 1) 661 Lam Specifies a wavelength in :math:`\ AA`661 Lam Specifies a wavelength in :math:`\\AA` 662 662 Lam1 Specifies the primary wavelength in 663 :math:`\ AA`, used in place of Lam663 :math:`\\AA`, used in place of Lam 664 664 when an :math:`\\alpha_1, \\alpha_2` 665 665 source is used. 666 666 Lam2 Specifies the secondary wavelength in 667 :math:`\ AA`, used with Lam1667 :math:`\\AA`, used with Lam1 668 668 I(L2)/I(L1) Ratio of Lam2 to Lam1, used with Lam1 669 669 Zero Two-theta zero correction in *degrees* … … 739 739 0,1,2 h,k,l (float) 740 740 3 multiplicity 741 4 d-space, :math:`\ AA`741 4 d-space, :math:`\\AA` 742 742 5 pos, two-theta 743 743 6 sig, Gaussian width … … 790 790 The first and second 791 791 values are floats unless otherwise noted. 792 \ Lam Specifies a wavelength in :math:`\ AA`792 \ Lam Specifies a wavelength in :math:`\\AA` 793 793 (two floats) 794 794 \ Type Histogram type (two str values): … … 830 830 0,1,2 h,k,l (float) 831 831 3 multiplicity 832 4 d-space, :math:`\ AA`832 4 d-space, :math:`\\AA` 833 833 5 :math:`F_{obs}^2` 834 834 6 :math:`\sigma(F_{obs}^2)` … … 935 935 \ type (str) One of 'PWDR', 'SASD' or 'REFL' for powder, small angle or reflectometry data, respectively. 936 936 \ tilt (float) The angle the detector normal makes with the incident beam; range -90 to 90. 937 \ wavelength (float) The radiation wavelength (:math:`\ AA`) as entered by the user937 \ wavelength (float) The radiation wavelength (:math:`\\AA`) as entered by the user 938 938 (or someday obtained from the image header). 939 939 Masks Arcs (list: lists) Each entry [2-theta,[azimuth[0],azimuth[1]],thickness] describes an arc mask … … 2368 2368 2369 2369 * 'pixelSize': size of each pixel in microns (such as ``[200.,200.]``. 2370 * 'wavelength': wavelength in :math:`\ AA`.2370 * 'wavelength': wavelength in :math:`\\AA`. 2371 2371 * 'distance': distance of detector from sample in cm. 2372 2372 * 'center': uncalibrated center of beam on detector (such as ``[204.8,204.8]``.
Note: See TracChangeset
for help on using the changeset viewer.