Skip to content

Instantly share code, notes, and snippets.

@miura
Created July 13, 2016 11:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miura/e31ae2cc70800785ece7ae7a6b28554e to your computer and use it in GitHub Desktop.
Save miura/e31ae2cc70800785ece7ae7a6b28554e to your computer and use it in GitHub Desktop.
run("Blobs (25K)");
run("Radial Profile Angle",
"x_center=127.50 y_center=127.50 radius=127.50 starting_angle=0 integration_angle=180");
run("Clear Results");
for(j = 0; j < Ext.getBinSize; j++){
setResult("Radius", j, Ext.getXValue(j));
setResult("Intensity", j, Ext.getYValue(0, j));
}
updateResults();
saveAs("results", "");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment