Changeset 2156 for trunk/GSASIIpwdGUI.py
- Timestamp:
- Feb 23, 2016 11:15:25 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIpwdGUI.py
r2151 r2156 101 101 if 'PWDR' in histName: 102 102 if dataType == 'Debye-Scherrer': 103 parms += [['DisplaceX',u'Sample X displ. perp. to beam (\xb5m): ',[10,3]],104 ['DisplaceY',u'Sample Y displ. || to beam (\xb5m): ',[10,3]],105 ['Absorption',u'Sample absorption (\xb5\xb7r): ',[10,4]],]106 103 if 'T' in histType: 107 parms[-1] = ['Absorption',u'Sample absorption (\xb5\xb7r/l): ',[10,4]] 104 parms += [['Absorption',u'Sample absorption (\xb5\xb7r/l): ',[10,4]],] 105 else: 106 parms += [['DisplaceX',u'Sample X displ. perp. to beam (\xb5m): ',[10,3]], 107 ['DisplaceY',u'Sample Y displ. || to beam (\xb5m): ',[10,3]], 108 ['Absorption',u'Sample absorption (\xb5\xb7r): ',[10,4]],] 108 109 elif dataType == 'Bragg-Brentano': 109 110 parms += [['Shift',u'Sample displacement(\xb5m): ',[10,4]],
Note: See TracChangeset
for help on using the changeset viewer.