Ignore:
Timestamp:
Mar 11, 2014 4:49:15 PM (9 years ago)
Author:
vondreele
Message:

fix geometric correction in integrate - too many 1/cos(2-theta)
plot of size distribution from SASD
MaxEnt? size distribution in operation (some tuning/errors)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIstrMath.py

    r1239 r1244  
    13971397        SGData = Phase['General']['SGData']
    13981398        SGMT = np.array([ops[0].T for ops in SGData['SGOps']])
    1399         A = [parmDict[pfx+'A%d'%(i)] for i in range(6)]
     1399        A = [parmDict[pfx+'A%d'%(i)] for i in range(6)]     #Do I want to modify by Dij?
    14001400        G,g = G2lat.A2Gmat(A)       #recip & real metric tensors
    14011401        GA,GB = G2lat.Gmat2AB(G)    #Orthogonalization matricies
     
    15241524        pfx = '%d::'%(pId)
    15251525        phfx = '%d:%d:'%(pId,hId)
    1526         A = [parmDict[pfx+'A%d'%(i)] for i in range(6)]
     1526        A = [parmDict[pfx+'A%d'%(i)] for i in range(6)]     #And modify here by Dij?
    15271527        G,g = G2lat.A2Gmat(A)       #recip & real metric tensors
    15281528        GA,GB = G2lat.Gmat2AB(G)    #Orthogonalization matricies
Note: See TracChangeset for help on using the changeset viewer.