Changeset 1244 for trunk/GSASIIimage.py


Ignore:
Timestamp:
Mar 11, 2014 4:49:15 PM (9 years ago)
Author:
vondreele
Message:

fix geometric correction in integrate - too many 1/cos(2-theta)
plot of size distribution from SASD
MaxEnt? size distribution in operation (some tuning/errors)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIimage.py

    r1235 r1244  
    879879    else:
    880880        H1 = LRazm
    881     H0 /= npcosd(H2[:-1])**2
     881    H0 /= npcosd(H2[:-1])           #**2?
    882882    if data['Oblique'][1]:
    883883        H0 /= G2pwd.Oblique(data['Oblique'][0],H2[:-1])
Note: See TracChangeset for help on using the changeset viewer.