Skip to content

Instantly share code, notes, and snippets.

@ZGainsforth
Created March 7, 2016 19:21
Show Gist options
  • Select an option

  • Save ZGainsforth/535f93d150e9b259b6d3 to your computer and use it in GitHub Desktop.

Select an option

Save ZGainsforth/535f93d150e9b259b6d3 to your computer and use it in GitHub Desktop.
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");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment