Changeset 4659 for trunk/imports/G2phase_CIF.py
- Timestamp:
- Nov 21, 2020 2:15:49 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/imports/G2phase_CIF.py
r4635 r4659 250 250 SGData = G2obj.P1SGData # P 1 251 251 self.Phase['General']['SGData'] = SGData 252 # save symmetry operators, if specified (use to check for origin 1 in GSASIIdataGUI OnImportPhase) 253 ops = blk.get("_symmetry_equiv_pos_as_xyz") # try older name 1st 254 if ops: 255 self.SymOps['xyz'] = ops 256 elif blk.get("_space_group_symop_operation_xyz"): 257 self.SymOps['xyz'] = blk.get("_space_group_symop_operation_xyz") 258 else: 259 if 'xyz' in self.SymOps: del self.SymOps['xyz'] 252 260 if Super: 253 261 E,SSGData = G2spc.SSpcGroup(SGData,SuperSg)
Note: See TracChangeset
for help on using the changeset viewer.