Changeset 2499 for trunk/GSASIIpwdGUI.py
- Timestamp:
- Oct 20, 2016 11:27:37 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIpwdGUI.py
r2492 r2499 3426 3426 elif 'T' in Inst['Type'][0]: 3427 3427 refs = np.vstack((refList.T[:18+Super],I100)).T 3428 G2frame.HKL = np.vstack((refList.T[:6+Super])).T #build for plots3429 3428 rowLabels = [str(i) for i in range(len(refs))] 3430 3429 Types = (4+Super)*[wg.GRID_VALUE_LONG,]+4*[wg.GRID_VALUE_FLOAT+':10,4',]+ \ … … 3499 3498 G2frame.refTable[phaseName].AutoSizeColumns(False) 3500 3499 setBackgroundColors(im,itof) 3500 # GSASIIpath.IPyBreak() 3501 refList = np.array([refl[:6+im] for refl in data[phaseName]['RefList']]) 3502 G2frame.HKL = np.vstack((refList.T)).T #build for plots 3501 3503 # raise the tab (needed for 1st use and from OnSelectPhase) 3502 3504 for PageNum in range(G2frame.dataDisplay.GetPageCount()):
Note: See TracChangeset
for help on using the changeset viewer.