This is a bug: https://github.com/andykee/prtools/blob/ee54d14a44e916dd5736b5b8d6584dd350e62eb2/prtools/convolve.py#L43 line should read ```python k = np.fft.fft2(kernel) if fft_kernel else kernel ```
This is a bug:
prtools/prtools/convolve.py
Line 43 in ee54d14
line should read