Changeset 2892
- Timestamp:
- Jul 1, 2017 2:58:01 PM (6 years ago)
- Location:
- branch/2frame
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branch/2frame/GSASIIddataGUI.py
r2888 r2892 1003 1003 mainSizer.Add(wx.StaticText(DData,wx.ID_ANY,' (This project has no data; use Import to read it)'), 1004 1004 0,WACV|wx.TOP,10) 1005 elif not UseList G2frame.dataFrame.HistsInPhase:1005 elif not UseList in G2frame.dataFrame.HistsInPhase: 1006 1006 mainSizer.Add(wx.StaticText(DData,wx.ID_ANY,' (This phase has no associated data; use appropriate Edit/Add... menu item)'), 1007 1007 0,WACV|wx.TOP,10) -
branch/2frame/GSASIIphsGUI.py
r2888 r2892 7649 7649 if 'Map Peaks' in data: 7650 7650 mapPeaks = np.array(data['Map Peaks']) 7651 peakMax = np. fmax(mapPeaks.T[0])7651 peakMax = np.amax(mapPeaks.T[0]) 7652 7652 Ind = MapPeaks.GetSelectedRows() 7653 7653 for ind in Ind:
Note: See TracChangeset
for help on using the changeset viewer.