Changeset 4302 for trunk/GSASIIimage.py


Ignore:
Timestamp:
Feb 14, 2020 10:00:32 AM (4 years ago)
Author:
vondreele
Message:

full implementation of the new spotmask finder.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIimage.py

    r4299 r4302  
    15191519    return None
    15201520
    1521 def AutoSpotMasks2(Image,Masks,Controls,dlg=None):
     1521def AutoSpotMasks2(Image,Masks,Controls,numChans,dlg=None):
    15221522   
    15231523    LUtth = np.array(Controls['IOtth'])
    1524     numChans = Controls['outChannels']
    15251524    dtth = (LUtth[1]-LUtth[0])/numChans
    15261525    esdMul = Masks['SpotMask']['esdMul']
Note: See TracChangeset for help on using the changeset viewer.