Changeset 1709 for trunk/GSASIIspc.py
- Timestamp:
- Mar 14, 2015 5:35:03 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIspc.py
r1699 r1709 42 42 :param SGSymbol: space group symbol (string) with spaces between axial fields 43 43 :returns: (SGError,SGData) 44 44 45 * SGError = 0 for no errors; >0 for errors (see SGErrors below for details) 45 46 * SGData - is a dict (see :ref:`Space Group object<SGData_table>`) with entries: … … 55 56 * 'SGSys': one of 'triclinic', 'monoclinic', 'orthorhombic', 56 57 'tetragonal', 'rhombohedral', 'trigonal', 'hexagonal', 'cubic' 57 * 'SGPolax': one of ' ', 'x', 'y', 'x y', 'z', 'x z', 'y z',58 * 'SGPolax': one of ' ', 'x', 'y', 'x y', 'z', 'x z', 'y z', 58 59 'xyz', '111' for arbitrary axes 59 * 'SGPtGrp': one of 32 point group symbols (with some permutations) 60 - filled by SGPtGroup -is external (KE) part of supersymmetry point group60 * 'SGPtGrp': one of 32 point group symbols (with some permutations), which 61 is filled by SGPtGroup, is external (KE) part of supersymmetry point group 61 62 * 'SSGKl': default internal (Kl) part of supersymmetry point group; modified 62 in supersymmetry stuff depending on chosen modulation vector for Mono & Ortho63 in supersymmetry stuff depending on chosen modulation vector for Mono & Ortho 63 64 64 65 """ … … 175 176 176 177 :param SGData: from :func SpcGroup 177 returnsSSGPtGrp & SSGKl (only defaults for Mono & Ortho)178 :returns: SSGPtGrp & SSGKl (only defaults for Mono & Ortho) 178 179 ''' 179 180 Flds = SGData['SpGrp'].split() … … 425 426 :param SSymbol: superspace group symbol extension (string) defining modulation direction & generator info. 426 427 :returns: (SSGError,SSGData) 428 427 429 * SGError = 0 for no errors; >0 for errors (see SGErrors below for details) 428 430 * SSGData - is a dict (see :ref:`Superspace Group object<SSGData_table>`) with entries:
Note: See TracChangeset
for help on using the changeset viewer.