Changeset 119
- Timestamp:
- Jul 16, 2010 10:22:41 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIpeak.py
r84 r119 129 129 try: 130 130 i = 0 131 for xi in x :131 for xi in x : 132 132 Go = dlg.Update(i)[0] 133 133 if GoOn: … … 198 198 swobs += w[i]*y[i]**2 199 199 t2 = w[i]*yd[i] 200 smin += t2*yd[i] 200 smin += t2*yd[i] 201 201 if first: 202 202 first = False … … 208 208 finally: 209 209 dlg.Destroy() 210 print GoOn211 210 Rwp = smin/swobs 212 211 Rwp = math.sqrt(Rwp)*100.0
Note: See TracChangeset
for help on using the changeset viewer.