Changeset 1480 for trunk/GSASIIstrMath.py
- Timestamp:
- Aug 27, 2014 12:59:17 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIstrMath.py
r1479 r1480 1190 1190 for i,strm in enumerate(Strms): 1191 1191 Sum += parmDict[phfx+'Mustrain:'+str(i)]*strm 1192 Mgam = refl[4]**2*tand(refl[5]/2.)*np.sqrt(Sum)1192 Mgam = 0.018*refl[4]**2*tand(refl[5]/2.)*np.sqrt(Sum)/np.pi 1193 1193 elif 'T' in calcControls[hfx+'histType']: 1194 1194 #crystallite size … … 1289 1289 sigDict[phfx+'Mustrain;a'] = 2*(Mgam/Sa+dsa)*Mgam*(1.-parmDict[phfx+'Mustrain;mx'])**2/ateln2 1290 1290 else: #generalized - P.W. Stephens model 1291 const = refl[4]**2*tanth1291 const = 0.018*refl[4]**2*tanth/np.pi 1292 1292 Strms = G2spc.MustrainCoeff(refl[:3],SGData) 1293 1293 Sum = 0
Note: See TracChangeset
for help on using the changeset viewer.