Changeset 1384 for trunk/GSASIIimage.py
- Timestamp:
- Jun 16, 2014 10:33:13 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIimage.py
r1375 r1384 882 882 H1 = LRazm 883 883 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? 884 886 if data['Oblique'][1]: 885 887 H0 /= G2pwd.Oblique(data['Oblique'][0],H2[:-1])
Note: See TracChangeset
for help on using the changeset viewer.