Changeset 3803
- Timestamp:
- Jan 28, 2019 7:51:33 AM (4 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIstrIO.py
r3792 r3803 2501 2501 for it,twin in enumerate(Twins): 2502 2502 if 'bool' in str(type(twin[0])): 2503 pFile.write(' Nonmerohedral twin fr.: %5.3f Inv? %s Refine? \n'%2504 (hapDict[pfx+'TwinFr:'+str(it)],str(controlDict[pfx+'TwinInv'][it]) ),Twins[0][1][1])2503 pFile.write(' Nonmerohedral twin fr.: %5.3f Inv? %s Refine? %s\n'% 2504 (hapDict[pfx+'TwinFr:'+str(it)],str(controlDict[pfx+'TwinInv'][it]),str(Twins[0][1][1]))) 2505 2505 else: 2506 2506 pFile.write(' Twin law: %s Twin fr.: %5.3f Refine? %s\n'% 2507 (str(twin[0]).replace('\n',','),hapDict[pfx+'TwinFr:'+str(it)], Twins[0][1][1]))2507 (str(twin[0]).replace('\n',','),hapDict[pfx+'TwinFr:'+str(it)],str(Twins[0][1][1]))) 2508 2508 2509 2509 Histogram['Reflection Lists'] = phase -
trunk/GSASIIstrMath.py
r3802 r3803 864 864 ast = np.sqrt(np.diag(G)) 865 865 Mast = twopisq*np.multiply.outer(ast,ast) 866 SGMT = np.array([ops[0] .Tfor ops in SGData['SGOps']])866 SGMT = np.array([ops[0] for ops in SGData['SGOps']]) 867 867 SGT = np.array([ops[1] for ops in SGData['SGOps']]) 868 868 FFtables = calcControls['FFtables']
Note: See TracChangeset
for help on using the changeset viewer.