Ignore:
Timestamp:
Mar 23, 2015 4:21:36 PM (9 years ago)
Author:
vondreele
Message:

add two new background functions - power series in Q2 & 1/Q2 - from old GSASIIpwd.py
fix errors in calculation of weights from incident intensity functions for old TOF data.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIstrMath.py

    r1682 r1759  
    13241324def GetPwdrExtDerv(refl,im,pfx,phfx,hfx,calcControls,parmDict):
    13251325    'Needs a doc string'
    1326     delt = 0.001
     1326    delt = 0.01
    13271327    parmDict[phfx+'Extinction'] += delt
    13281328    plus = GetPwdrExt(refl,im,pfx,phfx,hfx,calcControls,parmDict)
Note: See TracChangeset for help on using the changeset viewer.