Ignore:
Timestamp:
Jul 8, 2021 8:41:49 AM (21 months ago)
Author:
vondreele
Message:

some incomm. mag. str changes
fix BondRadii? issue in structure drawing
expand limits on frac to be -1 to 1 (not 0 to 1) & Uiso to be -.25 to 25 (not 0 to .25)
remove a layerData.GetSizer?().Clear(True) - caused crash & now obsolete
fix ballScale bug in GUI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIstrMath.py

    r4990 r4992  
    16131613            MF = refDict['FF']['MF'][iBeg:iFin].T[Tindx].T   #Nref,Natm
    16141614            TMcorr = 0.539*(np.reshape(Tiso,Tuij.shape)*Tuij)[:,0,:]*Mdata*Fdata*MF/(2*Nops)     #Nref,Natm
    1615             HM = np.inner(uAmat,HP.T)                    #put into cartesian space X||H,Z||H*L; uAmat better than uBmat
     1615            HM = np.inner(Bmat,HP.T)                    #put into cartesian space X||H,Z||H*L;
    16161616            eM = (HM/np.sqrt(np.sum(HM**2,axis=0))).T    # normalize  HP  Nref,hkl=Unit vectors || Q
    16171617
     
    16341634            fbsm = np.sum(np.sum(fbms,axis=-2),axis=-2)
    16351635#put into cartesian space
    1636             facm = np.inner(fasm,uBmat.T)
    1637             fbcm = np.inner(fbsm,uBmat.T)
     1636            facm = np.inner(fasm,uAmat)
     1637            fbcm = np.inner(fbsm,uAmat)
    16381638#form e.F dot product
    16391639            eDotFa = np.sum(eM[:,nxs,:]*facm,axis=-1)    #Nref,Ntau       
Note: See TracChangeset for help on using the changeset viewer.