Uses of Class
sc.fiji.snt.analysis.curation.PlausibilityCheck.DeepCheck
Packages that use PlausibilityCheck.DeepCheck
Package
Description
Classes for curation of reconstructions, as implemented by the "Curation Assistant".
-
Uses of PlausibilityCheck.DeepCheck in sc.fiji.snt.analysis.curation
Subclasses of PlausibilityCheck.DeepCheck in sc.fiji.snt.analysis.curationModifier and TypeClassDescriptionstatic classDetects paths that run very close to each other without being topologically connected.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 classAssesses local image signal quality around traced paths and flags those in regions with poor contrast.Methods in sc.fiji.snt.analysis.curation with type parameters of type PlausibilityCheck.DeepCheckModifier and TypeMethodDescription<T extends PlausibilityCheck.DeepCheck>
TPlausibilityMonitor.getDeepCheck(Class<T> type) Convenience method to get a specific deep check by type.Methods in sc.fiji.snt.analysis.curation that return types with arguments of type PlausibilityCheck.DeepCheck