Uses of Class
sc.fiji.snt.analysis.curation.PlausibilityCheck.LiveCheck
Packages that use PlausibilityCheck.LiveCheck
Package
Description
Classes for curation of reconstructions, as implemented by the "Curation Assistant".
-
Uses of PlausibilityCheck.LiveCheck in sc.fiji.snt.analysis.curation
Subclasses of PlausibilityCheck.LiveCheck in sc.fiji.snt.analysis.curationModifier 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 classWarns when the child path's initial direction deviates sharply from the parent's tangent at the branch point (potential U-turn).static classWarns when two consecutive forks on the same parent path are implausibly close together.static classWarns when the child neurite's radius at the fork point exceeds the parent's radius at the branch point.static classWarns when a primary path starts far from any soma node.static classWarns when a terminal path is suspiciously short.static classWarns when child and parent have very different tortuosity (contraction).Methods in sc.fiji.snt.analysis.curation with type parameters of type PlausibilityCheck.LiveCheckModifier and TypeMethodDescription<T extends PlausibilityCheck.LiveCheck>
TPlausibilityMonitor.getLiveCheck(Class<T> type) Convenience method to get a specific live check by type.Methods in sc.fiji.snt.analysis.curation that return types with arguments of type PlausibilityCheck.LiveCheckMethods in sc.fiji.snt.analysis.curation with parameters of type PlausibilityCheck.LiveCheckModifier and TypeMethodDescriptionPlausibilityMonitor.measure(PlausibilityCheck.LiveCheck liveCheck, Collection<Path> paths) Collects the raw distribution ofliveCheck's metric acrosspathswithout applying its warning threshold.