Changeset 1384 for trunk/GSASIIimage.py


Ignore:
Timestamp:
Jun 16, 2014 10:33:13 AM (9 years ago)
Author:
vondreele
Message:

Add option for additional 1/cos(2theta) correction for SASD.
Add display & possible edit of image pixel dimensions onto main image data window - big warning there. Other controls there??

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIimage.py

    r1375 r1384  
    882882        H1 = LRazm
    883883    H0 /= npcosd(H2[:-1])           #**2? I don't think so, **1 is right for powders
     884    if 'SASD' in data['Type']:
     885        H0 /= npcosd(H2[:-1])           #one more for small angle scattering data?
    884886    if data['Oblique'][1]:
    885887        H0 /= G2pwd.Oblique(data['Oblique'][0],H2[:-1])
Note: See TracChangeset for help on using the changeset viewer.