Changeset 1682 for trunk/GSASIIstrIO.py
- Timestamp:
- Feb 28, 2015 9:16:41 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIstrIO.py
r1664 r1682 2475 2475 print >>pFile,' Final refinement RF, RF^2 = %.2f%%, %.2f%% on %d reflections' \ 2476 2476 %(Histogram['Residuals'][pfx+'Rf'],Histogram['Residuals'][pfx+'Rf^2'],Histogram['Residuals'][pfx+'Nref']) 2477 print >>pFile,' Bragg intensity sum = %.3g'%(Histogram['Residuals'][pfx+'sumInt']) 2477 2478 2478 2479 if pfx+'Scale' in PhFrExtPOSig: … … 2851 2852 print >>pFile,ptstr 2852 2853 print >>pFile,sigstr 2854 sumBk = np.array(Histogram['sumBk']) 2855 print >>pFile,' Background sums: empirical %.3g, Debye %.3g, peaks %.3g, Total %.3g' \ 2856 %(sumBk[0],sumBk[1],sumBk[2],np.sum(sumBk)) 2853 2857 2854 2858 def PrintInstParmsSig(Inst,instSig):
Note: See TracChangeset
for help on using the changeset viewer.