Skip to content

Instantly share code, notes, and snippets.

@lacan
Last active November 2, 2021 14:18
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 lacan/2521b85b018b1a7dd7783f25e0a04a6a to your computer and use it in GitHub Desktop.
Save lacan/2521b85b018b1a7dd7783f25e0a04a6a to your computer and use it in GitHub Desktop.
[Bad code example] Example short code that does not have any comments or variables #fiji #macro #bestpractices
run("Set Measurements...", "area mean standard modal min limit display redirect=None decimal=3");
run("Split Channels");
selectWindow("C1-Edu+_RFP+_(2).tif")
run("Median...", "radius=5");
setAutoThreshold("Li dark");
run("Create Selection");
selectWindow("C2-Edu+_RFP+_(2).tif");
run("Restore Selection");
run("Measure");
selectWindow("C3-Edu+_RFP+_(2).tif");
run("Restore Selection");
run("Measure");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment