Changeset 998 for trunk/GSASIIplot.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/GSASIIplot.py

    r993 r998  
    13151315            s = 1.17741*np.sqrt(data[4])*np.pi/18000.
    13161316            g = data[6]*np.pi/18000.
    1317             G = gamFW(g,s)
     1317            G = G2pwd.getgamFW(g,s)
    13181318            Y = s/nptand(X/2.)
    13191319            Z = g/nptand(X/2.)
     
    13261326            sf = 1.17741*np.sqrt(fit[4])*np.pi/18000.
    13271327            gf = fit[6]*np.pi/18000.
    1328             Gf = gamFW(gf,sf)
     1328            Gf = G2pwd.getgamFW(gf,sf)
    13291329            Yf = sf/nptand(X/2.)
    13301330            Zf = gf/nptand(X/2.)
     
    13461346                    s = 0.01
    13471347                g = peak[6]*math.pi/18000.
    1348                 G = gamFW(g,s)
     1348                G = G2pwd.getgamFW(g,s)
    13491349                Y.append(s/tand(peak[0]/2.))
    13501350                Z.append(g/tand(peak[0]/2.))
Note: See TracChangeset for help on using the changeset viewer.