Changeset 4320 for trunk/GSASIIobj.py
- Timestamp:
- Feb 17, 2020 2:26:20 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIobj.py
r4318 r4320 20 20 .. only:: html 21 21 22 html:math:`\\require{mediawiki-texvc}`22 :math:`\\require{mediawiki-texvc}` 23 23 24 24 .. _Constraints_table: … … 173 173 \ BondRadii (list of floats) Default radius for each atom used to compute 174 174 interatomic distances 175 \ Cell (list with 8 items) cell refinement flag (bool) 176 a, b, c, (:math:`\\AA`, float) 177 alpha, beta & gamma (degrees, float) 178 volume (:math:`\AA^3`, float) 175 \ Cell (list with 8 items, all float, except first 176 item is bool) cell refinement flag 177 a, b, c, (:math:`\\AA`) 178 alpha, beta & gamma (degrees) 179 volume (:math:`\AA^3`) 179 180 \ Color (list of (r,b,g) triplets) Colors for atoms 180 181 \ Compare (dict) Polygon comparison parameters … … 206 207 \ Pawley dmax (float) minimum Q (as d-space) to use for Pawley extraction 207 208 \ Pawley neg wt (float) Restraint value for negative Pawley intensities 208 \ SGData (object <SGData_table>`) Space group details as a209 \ SGData (object) Space group details as a 209 210 :ref:`space group (SGData) <SGData_table>` 210 as defined in :func:`GSASIIspc.SpcGroup`.211 object, as defined in :func:`GSASIIspc.SpcGroup`. 211 212 \ SH Texture (dict) Spherical harmonic preferred orientation parameters 212 213 \ Super (int) dimension of super group (0,1 only)
Note: See TracChangeset
for help on using the changeset viewer.