Changeset 1154


Ignore:
Timestamp:
Nov 26, 2013 3:24:29 PM (12 years ago)
Author:
vondreele
Message:

go back to old geometric correction
new is wrong somehow

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/GSASIIimage.py

    r1153 r1154  
    745745    taz = ma.compressed(ma.array(taz.flatten(),mask=tam))
    746746    tad = ma.compressed(ma.array(tad.flatten(),mask=tam))
    747     return tax,tay,taz*tad**2
     747    return tax,tay,taz      #*tad**2 wrong - why?
    748748   
    749749def ImageIntegrate(image,data,masks,blkSize=128,dlg=None):
     
    805805    else:
    806806        H1 = LRazm
    807 #    H0 /= npcosd(H2[:-1])**2
     807    H0 /= npcosd(H2[:-1])**2
    808808    if data['Oblique'][1]:
    809809        H0 /= G2pwd.Oblique(data['Oblique'][0],H2[:-1])
Note: See TracChangeset for help on using the changeset viewer.