Changeset 3245 for trunk/GSASIIpwdGUI.py
- Timestamp:
- Jan 27, 2018 8:49:12 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIpwdGUI.py
r3234 r3245 3527 3527 [wg.GRID_VALUE_FLOAT+':10,3',] 3528 3528 if HKLF: 3529 colLabels = ['H','K','L',' twin','d','Fosq','sig','Fcsq','FoTsq','FcTsq','phase','ExtC',]3529 colLabels = ['H','K','L','flag','d','Fosq','sig','Fcsq','FoTsq','FcTsq','phase','ExtC',] 3530 3530 if 'T' in Inst['Type'][0]: 3531 colLabels = ['H','K','L',' twin','d','Fosq','sig','Fcsq','FoTsq','FcTsq','phase','ExtC','wave','tbar']3531 colLabels = ['H','K','L','flag','d','Fosq','sig','Fcsq','FoTsq','FcTsq','phase','ExtC','wave','tbar'] 3532 3532 Types += 2*[wg.GRID_VALUE_FLOAT+':10,3',] 3533 3533 if Super: … … 3576 3576 G2frame.SetTitle('Reflection List for '+phaseName) 3577 3577 if HKLF: 3578 G2frame.GetStatusBar().SetStatusText('abs(DF)/sig > 10 red; > 3 yellow; twin < 0 (user rejected) red; twin=0 (sp. gp. absent) red',1)3578 G2frame.GetStatusBar().SetStatusText('abs(DF)/sig > 10 red; > 3 yellow; flag:>0 twin no., 0 sp.gp absent, -1 user rejected, -2 Rfree',1) 3579 3579 else: 3580 3580 G2frame.GetStatusBar().SetStatusText('Prfo < 0. in red; if excluded Fosq in red & mul < 0',1)
Note: See TracChangeset
for help on using the changeset viewer.