Changeset 3433 for trunk/GSASIIstrMath.py
- Timestamp:
- Jun 13, 2018 12:58:28 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIstrMath.py
r3423 r3433 1040 1040 refl.T[9] = np.sum(fams**2,axis=0)+np.sum(fbms**2,axis=0) 1041 1041 refl.T[7] = np.copy(refl.T[9]) 1042 refl.T[10] = 0.0 #atan2d(fbs[0],fas[0])- what is phase for mag refl?1042 refl.T[10] = atan2d(fbms[0],fams[0]) #- what is phase for mag refl? 1043 1043 # if 'P' in calcControls[hfx+'histType']: #PXC, PNC & PNT: F^2 = A[0]^2 + A[1]^2 + B[0]^2 + B[1]^2 1044 1044 # refl.T[9] = np.sum(fas**2,axis=0)+np.sum(fbs**2,axis=0) #add fam**2 & fbm**2 here
Note: See TracChangeset
for help on using the changeset viewer.