Skip to content

Commit 2ce571d

Browse files
authored
Add files via upload
0 parents  commit 2ce571d

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

GoldParticleFinder.ijm

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2+
3+
run("8-bit");
4+
run("Set Measurements...", "centroid redirect=None decimal=3");
5+
run("Set Scale...", "distance=888 known=1 pixel=1 unit=nm");
6+
setThreshold(0, 92);
7+
setOption("BlackBackground", false);
8+
call("ij.plugin.filter.ParticleAnalyzer.setFontSize", 20);
9+
run("Analyze Particles...", "size=0.00009-0.0002 circularity=0.75-1.00 show=[Overlay Outlines] clear include add");
10+
resetThreshold();
11+
setTool("point");
12+
run("Point Tool...", "type=Circle color=Cyan size=[Extra Large] add label");
13+
14+
15+
16+
run("Undo");
17+
run("Set Measurements...", "centroid redirect=None decimal=3");
18+
run("Set Scale...", "distance=888 known=1 pixel=1 unit=nm");
19+
setTool("point");
20+
run("Point Tool...", "type=Circle color=Cyan size=[Extra Large] add label");
21+
waitForUser("Please fix any gold particles and then continue");
22+
roiManager("Deselect");

0 commit comments

Comments
 (0)