Changeset 2705 for trunk


Ignore:
Timestamp:
Feb 15, 2017 10:03:34 AM (8 years ago)
Author:
vondreele
Message:

fix 'Area detector' from 'Image plate' issue.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/GSASIIobj.py

    r2698 r2705  
    21092109        'Container Bkg.':{'Name':'','Mult':-1.0,'Add':0.0},'ElList':ElList,
    21102110        '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,
    21122112        'Lorch':False,'BackRatio':0.0,'Rmax':100.,'noRing':False,'IofQmin':1.0,
    21132113        'I(Q)':[],'S(Q)':[],'F(Q)':[],'G(R)':[]}
  • TabularUnified trunk/GSASIIpwdGUI.py

    r2703 r2705  
    52575257    if 'Rmin' not in data:
    52585258        data['Rmin'] = 1.5
     5259    if data['DetType'] == 'Image plate':
     5260        data['DetType'] = 'Area detector'
    52595261    if G2frame.dataDisplay:
    52605262        G2frame.dataFrame.Clear()
Note: See TracChangeset for help on using the changeset viewer.