Changeset 3245 for trunk/GSASIIpwdGUI.py


Ignore:
Timestamp:
Jan 27, 2018 8:49:12 AM (5 years ago)
Author:
vondreele
Message:

fix problem with incommensurate magnetic structures from CIFhklReader
make "Edit Body" as "Edit Residue Body" in RB menu
change protein validation bar plots to be vertical
change 'twin' to 'flag' in Reflection List table & add '-2' as 'free' (for proteins - not yet implemented)
fix PDB phase import to get atom type from 76:78 of ATOM record
change importer names for single crystal TOF data to be more explicit (SNS vs ISIS)
change cif structure factor importer - F2, sig(F2) & Fcalc now allowed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIpwdGUI.py

    r3234 r3245  
    35273527            [wg.GRID_VALUE_FLOAT+':10,3',]
    35283528        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',]
    35303530            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']
    35323532                Types += 2*[wg.GRID_VALUE_FLOAT+':10,3',]
    35333533            if Super:
     
    35763576        G2frame.SetTitle('Reflection List for '+phaseName)
    35773577        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)
    35793579        else:
    35803580            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.