- Timestamp:
- Aug 2, 2017 7:44:15 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branch/2frame/GSASIIstrMath.py
r2961 r2962 3073 3073 yb,Histogram['sumBk'] = G2pwd.getBackground(hfx,parmDict,bakType,calcControls[hfx+'histType'],x) 3074 3074 yc = np.zeros_like(yb) 3075 cw = np.diff( x)3075 cw = np.diff(ma.getdata(x)) 3076 3076 cw = np.append(cw,cw[-1]) 3077 3077
Note: See TracChangeset
for help on using the changeset viewer.