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 classFlags terminal branches whose endpoint lies suspiciously close to the image's field-of-view boundary.static classDetects regions where two unconnected paths run parallel to each other for an extended distance.static classDetects suspicious crossings between paths viaCrossoverFinder: X-shape near-coincidences where two paths almost touch.static classFlags localized intensity valleys along a path's intensity profile: discrete dips of one or a few nodes whose intensity is markedly below the surrounding peaks.static classFlags nodes whose radius is zero, negative, orNaN.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.static classFlags terminal branches whose endpoint sits suspiciously close to a node on a non-ancestor path.static classFlags 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.static classFlags paths whose Z-extent is implausibly small relative to their length.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.DeepCheckMethods in sc.fiji.snt.analysis.curation with parameters of type PlausibilityCheck.DeepCheckModifier and TypeMethodDescriptionPlausibilityMonitor.measure(PlausibilityCheck.DeepCheck deepCheck, Collection<Path> paths) Collects the raw distribution ofdeepCheck's metric acrosspathswithout applying its warning threshold.