Changeset 2962 for branch


Ignore:
Timestamp:
Aug 2, 2017 7:44:15 PM (6 years ago)
Author:
toby
Message:

fix bug in derivative for excluded regions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branch/2frame/GSASIIstrMath.py

    r2961 r2962  
    30733073    yb,Histogram['sumBk'] = G2pwd.getBackground(hfx,parmDict,bakType,calcControls[hfx+'histType'],x)
    30743074    yc = np.zeros_like(yb)
    3075     cw = np.diff(x)
     3075    cw = np.diff(ma.getdata(x))
    30763076    cw = np.append(cw,cw[-1])
    30773077       
Note: See TracChangeset for help on using the changeset viewer.