Changeset 1936
- Timestamp:
- Jul 20, 2015 10:17:44 AM (8 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIimgGUI.py
r1843 r1936 672 672 binChoice = ['2-theta','q'] 673 673 elif 'SASD' in data['type']: 674 binChoice = [' q','log(q)']674 binChoice = ['2-theta','q','log(q)'] 675 675 dataSizer.Add(wx.StaticText(parent=G2frame.dataDisplay,label=' Bin style: Constant step bins in'),0,WACV) 676 676 binSel = wx.ComboBox(parent=G2frame.dataDisplay,value=data['binType'],choices=binChoice, -
trunk/GSASIIphsGUI.py
r1935 r1936 5909 5909 try: 5910 5910 Ind = G2mth.PeaksUnique(data,Ind) 5911 print ' No. unique peaks: ',len(Ind), \ 5912 ' Unique peak fraction: %.3f'%(float(len(Ind))/len(mapPeaks)) 5911 5913 for r in range(MapPeaks.GetNumberRows()): 5912 5914 if r in Ind:
Note: See TracChangeset
for help on using the changeset viewer.