Changeset 1154
- Timestamp:
- Nov 26, 2013 3:24:29 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/GSASIIimage.py ¶
r1153 r1154 745 745 taz = ma.compressed(ma.array(taz.flatten(),mask=tam)) 746 746 tad = ma.compressed(ma.array(tad.flatten(),mask=tam)) 747 return tax,tay,taz *tad**2747 return tax,tay,taz #*tad**2 wrong - why? 748 748 749 749 def ImageIntegrate(image,data,masks,blkSize=128,dlg=None): … … 805 805 else: 806 806 H1 = LRazm 807 #H0 /= npcosd(H2[:-1])**2807 H0 /= npcosd(H2[:-1])**2 808 808 if data['Oblique'][1]: 809 809 H0 /= G2pwd.Oblique(data['Oblique'][0],H2[:-1])
Note: See TracChangeset
for help on using the changeset viewer.