Changeset 1877 for trunk/GSASIIstrMath.py
- Timestamp:
- Jun 2, 2015 3:24:09 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIstrMath.py
r1875 r1877 856 856 FPP = np.repeat(FPP.T,len(SGT),axis=0) 857 857 Bab = np.repeat(parmDict[phfx+'BabA']*np.exp(-parmDict[phfx+'BabU']*SQfactor),len(SGT)) 858 Flack = 1.-2.*parmDict[phfx+'Flack'] 858 Flack = 1.0 859 # Flack = 1.-2.*parmDict[phfx+'Flack'] 859 860 Tindx = np.array([refDict['FF']['El'].index(El) for El in Tdata]) 860 861 FF = np.repeat(refDict['FF']['FF'][iBeg:iFin].T[Tindx].T,len(SGT),axis=0) … … 934 935 Tuij = np.where(HbH<1.,np.exp(HbH),1.0) 935 936 Tcorr = Tiso*Tuij 936 Flack = (1.-2.*parmDict[phfx+'Flack']) 937 Flack = 1.0 938 # Flack = (1.-2.*parmDict[phfx+'Flack']) 937 939 fot = (FF+FP-Bab)*occ*Tcorr 938 940 fotp = Flack*FPP*occ*Tcorr
Note: See TracChangeset
for help on using the changeset viewer.