Changeset 2334 for trunk/GSASIIpwd.py
- Timestamp:
- Jun 20, 2016 1:23:28 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIpwd.py
r2239 r2334 22 22 import scipy as sp 23 23 import numpy.linalg as nl 24 import numpy.ma as ma 24 25 import random as rand 25 26 from numpy.fft import ifft, fft, fftshift … … 616 617 bakVals[i] = parmDict[pfx+'Back;'+str(i)] 617 618 bakInt = si.interp1d(bakPos,bakVals,'linear') 618 yb = bakInt( xdata)619 yb = bakInt(ma.getdata(xdata)) 619 620 sumBk[0] = np.sum(yb) 620 621 #Debye function
Note: See TracChangeset
for help on using the changeset viewer.