Skip to content

Commit

Permalink
note: we need to deal with the soma acceptance threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Feb 25, 2020
1 parent 335f4f4 commit f0fcb1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kimimaro/intake.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,8 @@ def engage_avocado_protection(
):
candidate_labels = fastremap.unique(cc_labels * (all_dbf > soma_detection_threshold))

# todo: we need to work in the soma acceptance threshold?

if len(candidate_labels) == 0:
return cc_labels, all_dbf

Expand Down

0 comments on commit f0fcb1c

Please sign in to comment.