Changeset 2892 for branch/2frame/GSASIIphsGUI.py
- Timestamp:
- Jul 1, 2017 2:58:01 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.