Ignore:
Timestamp:
Feb 5, 2020 7:06:40 AM (3 years ago)
Author:
vondreele
Message:

start on 'Compare' for comparison of bonding polyhedra between phases & within phases
include max shift/esd in cif output - works for Hessian refinement only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIdataGUI.py

    r4270 r4289  
    56275627        # Phase / General tab
    56285628        G2G.Define_wxId('wxID_FOURCALC', 'wxID_FOURSEARCH', 'wxID_FOURCLEAR','wxID_CHARGEFLIP','wxID_VALIDPROTEIN',
    5629             'wxID_MULTIMCSA','wxID_SINGLEMCSA', 'wxID_4DCHARGEFLIP', 'wxID_TRANSFORMSTRUCTURE','wxID_USEBILBAOMAG',)
     5629            'wxID_MULTIMCSA','wxID_SINGLEMCSA', 'wxID_4DCHARGEFLIP', 'wxID_TRANSFORMSTRUCTURE','wxID_USEBILBAOMAG',
     5630            'wxID_COMPARESTRUCTURE',)
    56305631        self.DataGeneral = wx.MenuBar()
    56315632        self.PrefillDataMenu(self.DataGeneral)
     
    56425643        self.GeneralCalc.Append(G2G.wxID_MULTIMCSA,'Multi MC/SA','Run Monte Carlo - Simulated Annealing on multiprocessors')
    56435644        self.GeneralCalc.Append(G2G.wxID_TRANSFORMSTRUCTURE,'Transform','Transform crystal structure')
     5645        self.GeneralCalc.Append(G2G.wxID_COMPARESTRUCTURE,'Compare','Compare polyhedra in two structures')
    56445646        self.GeneralCalc.Append(G2G.wxID_USEBILBAOMAG,'Select magnetic/subgroup phase','If disabled, make in PWDR/Unit Cells')       
    56455647        self.GeneralCalc.Append(G2G.wxID_VALIDPROTEIN,'Protein quality','Protein quality analysis')
     
    82098211                text += '\n\tNobs = {}\n\tNvals = {}\n\tSVD zeros = {}'.format(
    82108212                    Rvals['Nobs'],Nvars,Rvals.get('SVD0',0.))
     8213                text += '\n\tmax shift/esd = {:.3f}'.format(Rvals.get('Max shft/sig',0.0))
    82118214                if 'lamMax' in Rvals:
    82128215                    text += '\n\tlog10 MaxLambda = {:.1f}'.format(np.log10(Rvals['lamMax']))
Note: See TracChangeset for help on using the changeset viewer.