Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Laura190 authored Apr 23, 2024
1 parent 3b32d05 commit cb09c5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CountSpotsInCells.ijm
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ selectImage(original);
original=getTitle();
Stack.setPosition(1, 1, 1);
run("Duplicate...", "title=copy duplicate channels=1");
run("Median...", "radius=1");
run("Median...", "radius=2");
roiManager("Deselect");
roiManager("Combine");
run("Find Maxima...", "prominence=140 output=[Point Selection]");
run("Find Maxima...", "prominence=200 output=[Point Selection]");
selectImage(original);
run("Restore Selection");
roiManager("add");
Expand Down

0 comments on commit cb09c5c

Please sign in to comment.