Changeset 1305 for trunk/GSASIIimage.py
- Timestamp:
- Apr 27, 2014 11:47:35 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIimage.py
r1248 r1305 68 68 def peneCorr(tth,dep,tilt=0.,azm=0.): 69 69 'Needs a doc string' 70 return dep*(1.-npcosd(abs(tilt*npsind(azm))-tth*npcosd(azm))) 71 #return dep*(1.-npcosd(tth)) #best one70 # return dep*(1.-npcosd(abs(tilt*npsind(azm))-tth*npcosd(azm))) #something wrong here 71 return dep*(1.-npcosd(tth)) #best one 72 72 # return dep*npsind(tth) #not as good as 1-cos2Q 73 73
Note: See TracChangeset
for help on using the changeset viewer.