Changeset 1186 for trunk/GSASIIpwd.py


Ignore:
Timestamp:
Jan 9, 2014 11:09:53 AM (9 years ago)
Author:
vondreele
Message:

fix esd calc in image calib & strain refine
put in Dcalc for strain = ave dcalc around ring

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIpwd.py

    r1176 r1186  
    13681368            Values2Dict(parmDict, varyList, result[0])
    13691369            Rwp = np.sqrt(chisq/np.sum(w[xBeg:xFin]*y[xBeg:xFin]**2))*100.      #to %
    1370             GOF = chisq/(xFin-xBeg-len(varyList))
     1370            GOF = chisq/(xFin-xBeg-len(varyList))       #reduced chi^2
    13711371            print 'Number of function calls:',result[2]['nfev'],' Number of observations: ',xFin-xBeg,' Number of parameters: ',len(varyList)
    13721372            print 'fitpeak time = %8.3fs, %8.3fs/cycle'%(runtime,runtime/ncyc)
Note: See TracChangeset for help on using the changeset viewer.