Changeset 4344
- Timestamp:
- Mar 6, 2020 1:30:53 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIstrMath.py
r4213 r4344 1608 1608 TMcorr = 0.539*(np.reshape(Tiso,Tuij.shape)*Tuij)[:,0,:]*Mdata*Fdata*MF/(2*Nops) #Nref,Natm 1609 1609 1610 HM = np.inner(uBmat ,HP.T) #put into cartesian space X||H,Z||H*L1611 eM = (HM/np.sqrt(np.sum(HM**2,axis=0))).T 1610 HM = np.inner(uBmat.T,HP.T) #put into cartesian space X||H,Z||H*L 1611 eM = (HM/np.sqrt(np.sum(HM**2,axis=0))).T # normalize HP Nref,hkl=Unit vectors || Q 1612 1612 #for fixed moments --> m=0 reflections 1613 1613 fam0 = 0.
Note: See TracChangeset
for help on using the changeset viewer.