Skip to content

Commit

Permalink
Merge pull request #7 from dkurt/patch-1
Browse files Browse the repository at this point in the history
Fix StarDist script
  • Loading branch information
petebankhead committed Feb 8, 2021
2 parents c003a69 + 2725599 commit 506aa61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced/stardist.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ The following script applies the *he_heavy_augment* StarDist model to a brightfi
if (pathObjects.isEmpty()) {
Dialogs.showErrorMessage("StarDist", "Please select a parent object!")
return
}s
}
stardist.detectObjects(imageData, pathObjects)
println 'Done!'
Expand Down

0 comments on commit 506aa61

Please sign in to comment.