Ignore:
Timestamp:
Mar 7, 2014 1:59:58 PM (9 years ago)
Author:
vondreele
Message:

wx.ALIGN_CENTER_VERTICAL to WACV in G2ddataGUI
fix data frame size for DData tab
consolidate common refine stuff into RefineCore? in G2strMain
comment out timing prints in G2strMath

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIstrMath.py

    r1229 r1239  
    14041404            time0 = time.time()
    14051405            StructureFactor2(refDict,G,hfx,pfx,SGData,calcControls,parmDict)
    1406             print 'sf calc time: %.3fs'%(time.time()-time0)
     1406#            print 'sf calc time: %.3fs'%(time.time()-time0)
    14071407        time0 = time.time()
    14081408        for iref,refl in enumerate(refDict['RefList']):
     
    14441444                print 'TOF Undefined at present'
    14451445                raise Exception    #no TOF yet
    1446         print 'profile calc time: %.3fs'%(time.time()-time0)
     1446#        print 'profile calc time: %.3fs'%(time.time()-time0)
    14471447    return yc,yb
    14481448   
     
    15301530            time0 = time.time()
    15311531            dFdvDict = StructureFactorDerv(refDict,G,hfx,pfx,SGData,calcControls,parmDict)
    1532             print 'sf-derv time %.3fs'%(time.time()-time0)
     1532#            print 'sf-derv time %.3fs'%(time.time()-time0)
    15331533            ApplyRBModelDervs(dFdvDict,parmDict,rigidbodyDict,Phase)
    15341534        time0 = time.time()
     
    17011701                        if Ka2:
    17021702                            depDerivDict[name][iBeg2:iFin2] += dFdvDict[name][iref]*corr2
    1703         print 'profile derv time: %.3fs'%(time.time()-time0)
     1703#        print 'profile derv time: %.3fs'%(time.time()-time0)
    17041704    # now process derivatives in constraints
    17051705    G2mv.Dict2Deriv(varylist,depDerivDict,dMdv)
Note: See TracChangeset for help on using the changeset viewer.