Changeset 4302 for trunk/GSASIIimage.py
- Timestamp:
- Feb 14, 2020 10:00:32 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIimage.py
r4299 r4302 1519 1519 return None 1520 1520 1521 def AutoSpotMasks2(Image,Masks,Controls, dlg=None):1521 def AutoSpotMasks2(Image,Masks,Controls,numChans,dlg=None): 1522 1522 1523 1523 LUtth = np.array(Controls['IOtth']) 1524 numChans = Controls['outChannels']1525 1524 dtth = (LUtth[1]-LUtth[0])/numChans 1526 1525 esdMul = Masks['SpotMask']['esdMul']
Note: See TracChangeset
for help on using the changeset viewer.