Changeset 1917 for trunk/GSASIIspc.py
- Timestamp:
- Jul 1, 2015 3:36:09 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIspc.py
r1873 r1917 69 69 SysSym = ('triclinic','monoclinic','orthorhombic','tetragonal','rhombohedral','trigonal','hexagonal','cubic') 70 70 SGData = {} 71 SGSymbol = SGSymbol.replace(':',' ') #get rid of ':' in R space group symbols from some cif files 71 72 SGInfo = pyspg.sgforpy(SGSymbol) 72 73 SGData['SpGrp'] = SGSymbol.strip().lower().capitalize()
Note: See TracChangeset
for help on using the changeset viewer.