Changeset 1622 for trunk/GSASIIstrMath.py
- Timestamp:
- Jan 5, 2015 1:02:33 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIstrMath.py
r1618 r1622 697 697 FF = refDict['FF']['FF'][iref][Tindx] 698 698 Uniq = np.inner(H[:3],SGMT) 699 SSUniq = np.inner(H,SSGMT) 699 700 Phi = np.inner(H[:3],SGT) 701 SSPhi = np.inner(H,SSGT) 702 700 703 phase = twopi*(np.inner(Uniq,(dXdata.T+Xdata.T))+Phi[:,np.newaxis]) 701 704 sinp = np.sin(phase) … … 711 714 fb = np.array([(FF+FP-Bab)*sinp*Tcorr,FPP*cosp*Tcorr]) 712 715 fbs = np.sum(np.sum(fb,axis=1),axis=1) 716 713 717 fasq = fas**2 714 718 fbsq = fbs**2 #imaginary
Note: See TracChangeset
for help on using the changeset viewer.