Class PlausibilityCheck.UncertainTerminal

java.lang.Object
sc.fiji.snt.analysis.curation.PlausibilityCheck.DeepCheck
sc.fiji.snt.analysis.curation.PlausibilityCheck.UncertainTerminal
Enclosing class:
PlausibilityCheck

public static class PlausibilityCheck.UncertainTerminal extends PlausibilityCheck.DeepCheck
Flags terminal branches whose final few nodes have low signal/background contrast: the tip's spatial location is poorly determined because the neurite faded into the background before the trace stopped. Distinct from PlausibilityCheck.SignalQuality (whole-path contrast) and PlausibilityCheck.BoundaryProximity (FOV truncation) -- this check is tip-specific and image-based.

The check reuses the same contrast machinery as SignalQuality via PlausibilityCheck.contrastOverNodeRange(net.imglib2.RandomAccessibleInterval<? extends net.imglib2.type.numeric.RealType<?>>, sc.fiji.snt.Path, int, int), restricted to the last tailNodes of each terminal. A naturally tapering ending with bright signal scores high contrast; a tip that fades into noise scores low.