Changeset 1880 for trunk/GSASIIstrMath.py
- Timestamp:
- Jun 5, 2015 2:21:06 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/GSASIIstrMath.py ΒΆ
r1879 r1880 875 875 fas = np.sum(np.sum(fa,axis=2),axis=2) #real sum over atoms & unique hkl 876 876 fb = np.array([((FF+FP).T-Bab).T*sinp*Tcorr,Flack*FPP*cosp*Tcorr]) 877 fb = np.reshape(fb,(2,len(refl),len(SGT),len(Mdata))) #imag -B,+a 877 fb = np.reshape(fb,(2,len(refl),len(SGT),len(Mdata))) #imag -B,+a 878 878 fbs = np.sum(np.sum(fb,axis=2),axis=2) #imag sum over atoms & uniq hkl 879 879 if SGData['SGInv']: #centrosymmetric; B=0
Note: See TracChangeset
for help on using the changeset viewer.