Changeset 4403 for trunk/GSASIIplot.py


Ignore:
Timestamp:
Apr 18, 2020 10:30:23 AM (3 years ago)
Author:
toby
Message:

add new incid. beam mono convolutor to FPA; refactor FPA GUI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r4389 r4403  
    1039010390    ttmin = ttmax = 0
    1039110391    #GSASIIpath.IPyBreak()
    10392     for i,conv in enumerate(NISTpk.convolvers):
     10392    i = -1
     10393    for conv in NISTpk.convolvers:
    1039310394        if 'smoother' in conv: continue
     10395        if 'crystallite_size' in conv: continue
    1039410396        f = NISTpk.convolver_funcs[conv]()
    1039510397        if f is None: continue
     10398        i += 1
    1039610399        FFT = FP.best_irfft(f)
    1039710400        if f[1].real > 0: FFT = np.roll(FFT,int(len(FFT)/2.))
Note: See TracChangeset for help on using the changeset viewer.