Changeset 751 for trunk/GSASIImath.py
- Timestamp:
- Sep 6, 2012 10:40:15 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIImath.py
r750 r751 930 930 dzeros.append(dzero) 931 931 GoOn = Pgbar.Update(len(peaks),newmsg='%s%d'%('No. Peaks found =',len(peaks)))[0] 932 if not GoOn or len(peaks) > 500:932 if not GoOn or len(peaks) > 1000: 933 933 break 934 934 rho[rMM[0]:rMP[0],rMM[1]:rMP[1],rMM[2]:rMP[2]] = peakFunc(x1,rX,rY,rZ,rhoPeak,res,SGData['SGLaue'])
Note: See TracChangeset
for help on using the changeset viewer.