Changeset 1039 for trunk/GSASIIstrMath.py
- Timestamp:
- Aug 16, 2013 2:24:26 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIstrMath.py
r1038 r1039 846 846 for item in SHnames: 847 847 L,N = eval(item.strip('C')) 848 Kcsl,Lnorm = G2lat.GetKclKsl(L,N,SGData['SGLaue'],psi,phi,beta) 848 Kcsl,Lnorm = G2lat.GetKclKsl(L,N,SGData['SGLaue'],psi,phi,beta) 849 849 odfCor += parmDict[phfx+item]*Lnorm*Kcsl 850 return odfCor850 return np.squeeze(odfCor) 851 851 852 852 def SHPOcalDerv(refl,g,phfx,hfx,SGData,calcControls,parmDict):
Note: See TracChangeset
for help on using the changeset viewer.