Changeset 1305 for trunk/GSASIIimage.py


Ignore:
Timestamp:
Apr 27, 2014 11:47:35 AM (9 years ago)
Author:
vondreele
Message:

fix integration error - bad oblique correction...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIimage.py

    r1248 r1305  
    6868def peneCorr(tth,dep,tilt=0.,azm=0.):
    6969    'Needs a doc string'
    70     return dep*(1.-npcosd(abs(tilt*npsind(azm))-tth*npcosd(azm)))
    71 #    return dep*(1.-npcosd(tth))         #best one
     70#    return dep*(1.-npcosd(abs(tilt*npsind(azm))-tth*npcosd(azm)))  #something wrong here
     71    return dep*(1.-npcosd(tth))         #best one
    7272#    return dep*npsind(tth)             #not as good as 1-cos2Q
    7373       
Note: See TracChangeset for help on using the changeset viewer.