Changeset 1788 for trunk/GSASIIgrid.py
- Timestamp:
- Apr 13, 2015 1:33:29 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/GSASIIgrid.py ¶
r1787 r1788 2404 2404 userReject = data['UsrReject'] 2405 2405 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],], 2407 2407 'MinD':[' Min d-spacing (0.1-1.0): ',[0.1,1.0],]} 2408 2408 … … 3606 3606 elif kind in ['HKLF',]: 3607 3607 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) 3609 3609 G2frame.dataFrame.Bind(wx.EVT_MENU, OnPlot3DHKL, id=wxID_PWD3DHKLPLOT) 3610 3610 # G2frame.dataFrame.Bind(wx.EVT_MENU, onCopySelectedItems, id=wxID_PWDCOPY)
Note: See TracChangeset
for help on using the changeset viewer.