Class PlausibilityCheck.BundledPaths

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

public static class PlausibilityCheck.BundledPaths extends PlausibilityCheck.DeepCheck
Detects regions where two unconnected paths run parallel to each other for an extended distance. Complementary to PlausibilityCheck.Crossovers (which catches brief perpendicular near-crossings -- the X-shape): this check catches sustained parallel proximity (the ||-shape) that CrossoverFinder's default high-angle filter intentionally discards. Wraps BundleDetector, which is itself a thin reuse layer over CrossoverFinder with an inverted angle filter.

Off by default. The check serves the "is this a duplicate trace?" curation question rather than the "did I miss a fork?" question served by Crossovers. Bundled axons exist legitimately in many neuroanatomies (parallel fibers, callosal projections, optic tract), so the check will flag those as well -- it's an INFO prompt asking the user to verify, not an assertion of error.