Package sc.fiji.snt.analysis.curation
Class PlausibilityCheck
java.lang.Object
sc.fiji.snt.analysis.curation.PlausibilityCheck
Framework for evaluating the morphological plausibility of path operations
and reconstructions. Checks come in two tiers:
PlausibilityCheck.LiveCheck: lightweight checks that run inline during interactive tracing (at fork, segment, and edit hook points).PlausibilityCheck.DeepCheck: heavier checks that scan an entire reconstruction on demand (e.g., overlap detection, global radius analysis).
PlausibilityCheck.Warning type and severity model.- Author:
- Tiago Ferreira
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classWarns when the bifurcation angle at a fork is outside a plausible range.static classWarns when a path has radii assigned but they are all identical (likely unfitted defaults).static classA heavier check that scans an entire collection of paths for issues.static classWarns when the child path's initial direction deviates sharply from the parent's tangent at the branch point (potential U-turn).static classA lightweight check that evaluates the plausibility of a single fork operation (parent + child + branch index).static classDetects paths that run very close to each other without being topologically connected.static classWarns when the child neurite's radius at the fork point exceeds the parent's radius at the branch point.static classDetects abrupt radius jumps between adjacent nodes within a path.static classDetects sustained radius increases along a path (neurites should generally taper distally).static enumSeverity levels for plausibility warnings.static classAssesses local image signal quality around traced paths and flags those in regions with poor contrast.static classWarns when a primary path starts far from any soma node.static classWarns when a terminal branch is suspiciously short.static classWarns when child and parent have very different tortuosity (contraction).static final recordA plausibility warning produced by a check. -
Method Summary