Last active
November 2, 2021 14:18
-
-
Save lacan/e5e19cc97cf949b53586c62d17d0f03a to your computer and use it in GitHub Desktop.
[Nice try]
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
// You are a smart one | |
// But we did not share a solution to this code :) | |
// Here it is again just for you: | |
// You are a smart one | |
// But we did not share a solution to this code :) | |
// Here it is again just for you: | |
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