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");