Changeset 3675
- Timestamp:
- Oct 15, 2018 12:00:08 PM (5 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIImath.py
r3603 r3675 1712 1712 scof.append(sadp[0][:6]) 1713 1713 ccof.append(sadp[0][6:]) 1714 uwave += np.sum(posFourier(tauT,np.array(scof),np.array(ccof)),axis=1) 1714 ures = posFourier(tauT,np.array(scof),np.array(ccof)) 1715 if np.any(ures): 1716 uwave += np.sum(ures,axis=1) 1715 1717 if atom[cia] == 'A': 1716 1718 X,U = G2spc.ApplyStringOps(opr,SGData,atxyz+wave,atuij+uwave) -
trunk/exports/G2export_CIF.py
r3564 r3675 1538 1538 dmax = max(dmax,ref[4]) 1539 1539 dmin = min(dmin,ref[4]) 1540 s += PutInCol(G2mth.ValEsd(ref[4],-0.00 9),8)1540 s += PutInCol(G2mth.ValEsd(ref[4],-0.00009),8) 1541 1541 if Imax > 0: 1542 1542 s += PutInCol(G2mth.ValEsd(100.*I100[j]/Imax,-0.09),6)
Note: See TracChangeset
for help on using the changeset viewer.