Changeset 1788 for trunk/GSASIIgrid.py


Ignore:
Timestamp:
Apr 13, 2015 1:33:29 PM (10 years ago)
Author:
vondreele
Message:

fix error analysis for HKLF data
raise upper limit on delt-F/sig to 1000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/GSASIIgrid.py

    r1787 r1788  
    24042404            userReject = data['UsrReject']
    24052405            usrRej = {'minF/sig':[' Min obs/sig (0-5): ',[0,5], ],'MinExt':[' Min extinct. (0-.9): ',[0,.9],],
    2406                 'MaxDF/F':[' Max delt-F/sig (3-20): ',[3.,20.],],'MaxD':[' Max d-spacing (3-500): ',[3,500],],
     2406                'MaxDF/F':[' Max delt-F/sig (3-1000): ',[3.,1000.],],'MaxD':[' Max d-spacing (3-500): ',[3,500],],
    24072407                'MinD':[' Min d-spacing (0.1-1.0): ',[0.1,1.0],]}
    24082408
     
    36063606    elif kind in ['HKLF',]:
    36073607        SetDataMenuBar(G2frame,G2frame.dataFrame.HKLFMenu)
    3608 #        G2frame.dataFrame.Bind(wx.EVT_MENU, OnErrorAnalysis, id=wxID_PWDANALYSIS)
     3608        G2frame.dataFrame.Bind(wx.EVT_MENU, OnErrorAnalysis, id=wxID_PWDANALYSIS)
    36093609        G2frame.dataFrame.Bind(wx.EVT_MENU, OnPlot3DHKL, id=wxID_PWD3DHKLPLOT)
    36103610#        G2frame.dataFrame.Bind(wx.EVT_MENU, onCopySelectedItems, id=wxID_PWDCOPY)
Note: See TracChangeset for help on using the changeset viewer.