Changeset 1152 for trunk/GSASIIimage.py


Ignore:
Timestamp:
Nov 25, 2013 2:35:26 PM (9 years ago)
Author:
vondreele
Message:

fixes to image integration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIimage.py

    r1151 r1152  
    718718    return tax,tay,taz
    719719   
    720 def ImageIntegrate(image,data,masks,dlg=None):
     720def ImageIntegrate(image,data,masks,blkSize=128,dlg=None):
    721721    'Needs a doc string'
    722722    import histogram2d as h2d
    723723    print 'Begin image integration'
    724     blkSize = 128   #this seems to be optimal; will break in polymask if >1024
    725724    LUtth = data['IOtth']
    726725    LRazm = np.array(data['LRazimuth'],dtype=np.float64)
Note: See TracChangeset for help on using the changeset viewer.