Changeset 1152 for trunk/GSASIIimage.py
- Timestamp:
- Nov 25, 2013 2:35:26 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIimage.py
r1151 r1152 718 718 return tax,tay,taz 719 719 720 def ImageIntegrate(image,data,masks, dlg=None):720 def ImageIntegrate(image,data,masks,blkSize=128,dlg=None): 721 721 'Needs a doc string' 722 722 import histogram2d as h2d 723 723 print 'Begin image integration' 724 blkSize = 128 #this seems to be optimal; will break in polymask if >1024725 724 LUtth = data['IOtth'] 726 725 LRazm = np.array(data['LRazimuth'],dtype=np.float64)
Note: See TracChangeset
for help on using the changeset viewer.