Changeset 4592 for trunk/GSASIIpwd.py
- Timestamp:
- Oct 13, 2020 9:05:15 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIpwd.py
r4588 r4592 308 308 #subtract backgrounds - if any & use PWDR limits 309 309 IofQ = copy.deepcopy(xydata['Sample']) 310 IofQ[1] = np.array( IofQ[1])[:,Ibeg:Ifin]310 IofQ[1] = np.array([I[Ibeg:Ifin] for I in IofQ[1]]) 311 311 if data['Sample Bkg.']['Name']: 312 312 IofQ[1][1] += xydata['Sample Bkg.'][1][1][Ibeg:Ifin]*data['Sample Bkg.']['Mult']
Note: See TracChangeset
for help on using the changeset viewer.