Changeset 2597


Ignore:
Timestamp:
Dec 21, 2016 11:31:49 AM (7 years ago)
Author:
vondreele
Message:

Increase peak bases to 100*sig - NB:no discernable impact on speed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIpwd.py

    r2595 r2597  
    545545    widths = [np.sqrt(sig)/100.,gam/100.]
    546546    fwhm = 2.355*widths[0]+widths[1]
    547     fmin = 10.*(fwhm+shl*abs(npcosd(pos)))
    548     fmax = 15.0*fwhm
     547    fmin = 100.*(fwhm+shl*abs(npcosd(pos)))
     548    fmax = 150.0*fwhm
    549549    if pos > 90:
    550550        fmin,fmax = [fmax,fmin]         
     
    558558    widths = [np.sqrt(sig),gam]
    559559    fwhm = 2.355*widths[0]+2.*widths[1]
    560     fmin = 10.*fwhm*(1.+1./alp)   
    561     fmax = 10.*fwhm*(1.+1./bet)
     560    fmin = 30.*fwhm*(1.+1./alp)   
     561    fmax = 30.*fwhm*(1.+1./bet)
    562562    return widths,fmin,fmax
    563563   
Note: See TracChangeset for help on using the changeset viewer.