Changeset 4403 for trunk/GSASIIplot.py
- Timestamp:
- Apr 18, 2020 10:30:23 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r4389 r4403 10390 10390 ttmin = ttmax = 0 10391 10391 #GSASIIpath.IPyBreak() 10392 for i,conv in enumerate(NISTpk.convolvers): 10392 i = -1 10393 for conv in NISTpk.convolvers: 10393 10394 if 'smoother' in conv: continue 10395 if 'crystallite_size' in conv: continue 10394 10396 f = NISTpk.convolver_funcs[conv]() 10395 10397 if f is None: continue 10398 i += 1 10396 10399 FFT = FP.best_irfft(f) 10397 10400 if f[1].real > 0: FFT = np.roll(FFT,int(len(FFT)/2.))
Note: See TracChangeset
for help on using the changeset viewer.