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 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 branch 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.LiveCheck