Package sc.fiji.snt.analysis.curation
Class PlausibilityCheck.ConstantRadii
java.lang.Object
sc.fiji.snt.analysis.curation.PlausibilityCheck.LiveCheck
sc.fiji.snt.analysis.curation.PlausibilityCheck.ConstantRadii
- Enclosing class:
PlausibilityCheck
Warns when a path has radii assigned, but they are all identical (likely unfitted defaults).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionEvaluates the plausibility of a child path forking from a parent.getName()No meaningful impact metric for this check.Methods inherited from class sc.fiji.snt.analysis.curation.PlausibilityCheck.LiveCheck
isEnabled, measure, setEnabled
-
Constructor Details
-
ConstantRadii
public ConstantRadii()
-
-
Method Details
-
getName
- Specified by:
getNamein classPlausibilityCheck.LiveCheck- Returns:
- a short human-readable name for this check
-
impactKind
No meaningful impact metric for this check. ConstantRadii is a data-completeness flag, not a morphological one: the path's geometry is fine, the user just hasn't run path fitting (or set radii manually) yet. Reporting an impact fraction would suggest structural consequences that don't apply.- Overrides:
impactKindin classPlausibilityCheck.LiveCheck
-
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)
-