Changeset 1936 for trunk/GSASIIimgGUI.py


Ignore:
Timestamp:
Jul 20, 2015 10:17:44 AM (8 years ago)
Author:
vondreele
Message:

Add a printed "score" for unique peaks determination
Add "2-theta" to 2D SASD image binning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIimgGUI.py

    r1843 r1936  
    672672            binChoice = ['2-theta','q']
    673673        elif 'SASD' in data['type']:
    674             binChoice = ['q','log(q)']
     674            binChoice = ['2-theta','q','log(q)']
    675675        dataSizer.Add(wx.StaticText(parent=G2frame.dataDisplay,label=' Bin style: Constant step bins in'),0,WACV)           
    676676        binSel = wx.ComboBox(parent=G2frame.dataDisplay,value=data['binType'],choices=binChoice,
Note: See TracChangeset for help on using the changeset viewer.