Changeset 1244 for trunk/GSASIIpwdGUI.py


Ignore:
Timestamp:
Mar 11, 2014 4:49:15 PM (9 years ago)
Author:
vondreele
Message:

fix geometric correction in integrate - too many 1/cos(2-theta)
plot of size distribution from SASD
MaxEnt? size distribution in operation (some tuning/errors)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIpwdGUI.py

    r1237 r1244  
    24492449        if data['Current'] == 'Size dist.':
    24502450            G2sasd.SizeDistribution(Profile,ProfDict,Limits,Substances,Sample,data)
     2451            G2plt.PlotPatterns(G2frame,plotType='SASD',newPlot=True)
     2452            G2plt.PlotSASDSizeDist(G2frame)
    24512453       
    24522454    def OnSelectFit(event):
     
    24922494            partprm.SetValue('%.3f'%(val))
    24932495           
    2494         for item in data['Size']: print item,data['Size'][item]
    24952496        sizeSizer = wx.BoxSizer(wx.VERTICAL)
    24962497        sizeSizer.Add(wx.StaticText(G2frame.dataDisplay,label=' Size distribution parameters: '),0,WACV)
     
    26312632    backSizer.Add(backVal,0,WACV)
    26322633    backVar = wx.CheckBox(G2frame.dataDisplay,label='Apply?')
    2633     Indx[backVar.GetId()] = ['Back',1]
     2634    Indx[backVar.GetId()] = [data['Back'],1]
    26342635    backVar.SetValue(data['Back'][1])
    26352636    backVar.Bind(wx.EVT_CHECKBOX, OnCheckBox)
Note: See TracChangeset for help on using the changeset viewer.