Ignore:
Timestamp:
Jun 13, 2018 12:58:28 PM (5 years ago)
Author:
vondreele
Message:

objectScanIgnore additions
put in phase fro mag reflections
better checkMagextc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIstrMath.py

    r3423 r3433  
    10401040        refl.T[9] = np.sum(fams**2,axis=0)+np.sum(fbms**2,axis=0)
    10411041        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?
    10431043#        if 'P' in calcControls[hfx+'histType']:     #PXC, PNC & PNT: F^2 = A[0]^2 + A[1]^2 + B[0]^2 + B[1]^2
    10441044#            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.