Seppe Van Bogaert

Results 4 issues of Seppe Van Bogaert

Hi, I see that you use non-integer pixel positions to get the pixel values: xp =i+x0+0.5; yp =j+y0+0.5; When you use getPixel() on non-integer values, it will use interpolation. When...

In the normalization of the MTF, you normalize on the second element: ``` tmp = ft_fit[1]; for (i=0; i

Hi, In the array where you put the spatial frequency as a function of the Nyquist frequency (x-axis for MTF plot), you put an additional 0.5 shift. I assume this...

Thank you for this very useful ImageJ macro! In the reduction of `x_psf` and `y_psf` to `x_psf_r` and `y_psf_r`, you do: ``` // reduce to number of entries within the...