Created
March 7, 2016 19:21
-
-
Save ZGainsforth/535f93d150e9b259b6d3 to your computer and use it in GitHub Desktop.
ImageJ macro to convert specific FFT peaks to their real space location.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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