Package sc.fiji.snt.analysis.curation
Class PlausibilityCheck.TortuosityConsistency
java.lang.Object
sc.fiji.snt.analysis.curation.PlausibilityCheck.LiveCheck
sc.fiji.snt.analysis.curation.PlausibilityCheck.TortuosityConsistency
- Enclosing class:
PlausibilityCheck
Warns when child and parent have very different tortuosity (contraction).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionEvaluates the plausibility of a child path forking from a parent.doublegetName()voidsetMaxContractionDiff(double diff) Methods inherited from class sc.fiji.snt.analysis.curation.PlausibilityCheck.LiveCheck
isEnabled, setEnabled
-
Constructor Details
-
TortuosityConsistency
public TortuosityConsistency()
-
-
Method Details
-
getName
- Specified by:
getNamein classPlausibilityCheck.LiveCheck- Returns:
- a short human-readable name for this check
-
setMaxContractionDiff
public void setMaxContractionDiff(double diff) -
getMaxContractionDiff
public double getMaxContractionDiff() -
check
Description copied from class:PlausibilityCheck.LiveCheckEvaluates the plausibility of a child path forking from a parent.- Specified by:
checkin classPlausibilityCheck.LiveCheck- Parameters:
parent- the parent pathchild- the child (candidate) pathbranchIndex- the node index in the parent where the fork occurs- Returns:
- list of warnings (empty if the operation is plausible)
-