- Timestamp:
- Feb 15, 2017 10:03:34 AM (8 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/GSASIIobj.py ¶
r2698 r2705 2109 2109 'Container Bkg.':{'Name':'','Mult':-1.0,'Add':0.0},'ElList':ElList, 2110 2110 'Geometry':'Cylinder','Diam':1.0,'Pack':0.50,'Form Vol':10.0,'Flat Bkg':FltBkg, 2111 'DetType':' Image plate','ObliqCoeff':0.2,'Ruland':0.025,'QScaleLim':Qlimits,2111 'DetType':'Area detector','ObliqCoeff':0.2,'Ruland':0.025,'QScaleLim':Qlimits, 2112 2112 'Lorch':False,'BackRatio':0.0,'Rmax':100.,'noRing':False,'IofQmin':1.0, 2113 2113 'I(Q)':[],'S(Q)':[],'F(Q)':[],'G(R)':[]} -
TabularUnified trunk/GSASIIpwdGUI.py ¶
r2703 r2705 5257 5257 if 'Rmin' not in data: 5258 5258 data['Rmin'] = 1.5 5259 if data['DetType'] == 'Image plate': 5260 data['DetType'] = 'Area detector' 5259 5261 if G2frame.dataDisplay: 5260 5262 G2frame.dataFrame.Clear()
Note: See TracChangeset
for help on using the changeset viewer.