Skip to content

Commit

Permalink
Update step-3-m1.groovy
Browse files Browse the repository at this point in the history
added empirical time analysis
  • Loading branch information
SPerrott22 authored Feb 13, 2024
1 parent 191e7bd commit a1eaf71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion step-3-m1.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ double pixelSize = getCurrentImageData().getServer().getPixelCalibration().getAv
println("Extracting ROIs...")
def detections = getDetectionObjects() // .findAll {d -> !d.isCell()}

println("Creating cells with cytoplasms generated via Voronoi...")
println("Creating cells with cytoplasms generated via Voronoi...") // takes about 20 minutes
def cells = CellTools.detectionsToCells(detections, 10, -1)
/*
`detections` - the detection objects from which to create the cells; these define the nuclei
Expand Down

0 comments on commit a1eaf71

Please sign in to comment.