Skip to content

Commit

Permalink
Merge pull request #10 from Laura190/main
Browse files Browse the repository at this point in the history
Adjust parameters
  • Loading branch information
Laura190 authored Apr 23, 2024
2 parents 3b32d05 + cb09c5c commit 32ec1f1
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 32ec1f1

Please sign in to comment.