Class PlausibilityCheck.TerminalBranchLength

java.lang.Object
sc.fiji.snt.analysis.curation.PlausibilityCheck.LiveCheck
sc.fiji.snt.analysis.curation.PlausibilityCheck.TerminalBranchLength
Enclosing class:
PlausibilityCheck

public static class PlausibilityCheck.TerminalBranchLength extends PlausibilityCheck.LiveCheck
Warns when a terminal branch is suspiciously short.
  • Constructor Details

    • TerminalBranchLength

      public TerminalBranchLength()
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in class PlausibilityCheck.LiveCheck
      Returns:
      a short human-readable name for this check
    • setMinLengthUm

      public void setMinLengthUm(double len)
    • getMinLengthUm

      public double getMinLengthUm()
    • check

      public List<PlausibilityCheck.Warning> check(Path parent, Path child, int branchIndex)
      Description copied from class: PlausibilityCheck.LiveCheck
      Evaluates the plausibility of a child path forking from a parent.
      Specified by:
      check in class PlausibilityCheck.LiveCheck
      Parameters:
      parent - the parent path
      child - the child (candidate) path
      branchIndex - the node index in the parent where the fork occurs
      Returns:
      list of warnings (empty if the operation is plausible)