Changeset 998 for trunk/GSASIIpwd.py


Ignore:
Timestamp:
Jul 18, 2013 8:53:20 AM (10 years ago)
Author:
vondreele
Message:

make widths correct in Export HKLs from PWD data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIpwd.py

    r997 r998  
    449449def getgamFW(g,s):
    450450    'needs a doc string'
    451     gamFW = lambda s,g: math.exp(math.log(s**5+2.69269*s**4*g+2.42843*s**3*g**2+4.47163*s**2*g**3+0.07842*s*g**4+g**5)/5.)
     451    gamFW = lambda s,g: np.exp(np.log(s**5+2.69269*s**4*g+2.42843*s**3*g**2+4.47163*s**2*g**3+0.07842*s*g**4+g**5)/5.)
    452452    return gamFW(g,s)
    453453               
Note: See TracChangeset for help on using the changeset viewer.