Changeset 1834 for trunk/GSASIIpwdGUI.py
- Timestamp:
- May 4, 2015 9:10:23 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIpwdGUI.py
r1831 r1834 117 117 parms.append(['Chi','Goniometer chi:',[10,3]]) 118 118 parms.append(['Phi','Goniometer phi:',[10,3]]) 119 parms.append(['Azimuth','Detector azimuth ',[10,3]])120 parms.append(['Time','Clock time (s) ',[12,3]])119 parms.append(['Azimuth','Detector azimuth:',[10,3]]) 120 parms.append(['Time','Clock time (s):',[12,3]]) 121 121 parms.append(['Temperature','Sample temperature (K): ',[10,3]]) 122 122 parms.append(['Pressure','Sample pressure (MPa): ',[10,3]]) … … 1607 1607 if not G2frame.dataFrame.GetStatusBar(): 1608 1608 Status = G2frame.dataFrame.CreateStatusBar() 1609 Status.SetStatusText('NB: Azimuth is used for polarization only') 1609 1610 G2frame.Bind(wx.EVT_MENU,OnCalibrate,id=G2gd.wxID_INSTCALIB) 1610 1611 G2frame.Bind(wx.EVT_MENU,OnLoad,id=G2gd.wxID_INSTLOAD) … … 1618 1619 G2gd.SetDataMenuBar(G2frame,G2frame.dataFrame.InstMenu) 1619 1620 if not G2frame.dataFrame.GetStatusBar(): 1620 Status = G2frame.dataFrame.CreateStatusBar() 1621 Status = G2frame.dataFrame.CreateStatusBar() 1621 1622 G2frame.Bind(wx.EVT_MENU,OnInstCopy,id=G2gd.wxID_INSTCOPY) 1622 1623 MakeParameterWindow()
Note: See TracChangeset
for help on using the changeset viewer.