ZGainsforth
3/7/2016 - 7:21 PM

ImageJ macro to convert specific FFT peaks to their real space location.

ImageJ macro to convert specific FFT peaks to their real space location.


setBackgroundColor(0, 0, 0);
run("Clear Outside");
run("Inverse FFT");
run("Bin...", "x=16 y=16 bin=Max");
run("Enhance Contrast", "saturated=0.35");