Changeset 1359 for trunk/GSASIIstrMath.py
- Timestamp:
- May 21, 2014 12:59:59 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIstrMath.py
r1335 r1359 2116 2116 pSum = np.sum(pWt*pVals**2) 2117 2117 for name in pWsum: 2118 print ' Penalty function for %8s = % .3f'%(name,pWsum[name])2119 print 'Total penalty function: % .3fon %d terms'%(pSum,len(pVals))2118 print ' Penalty function for %8s = %12.5g'%(name,pWsum[name]) 2119 print 'Total penalty function: %12.5g on %d terms'%(pSum,len(pVals)) 2120 2120 Nobs += len(pVals) 2121 2121 M = np.concatenate((M,np.sqrt(pWt)*pVals))
Note: See TracChangeset
for help on using the changeset viewer.