Package sc.fiji.snt.analysis.curation
Class PlausibilityCheck.PathOverlap
java.lang.Object
sc.fiji.snt.analysis.curation.PlausibilityCheck.DeepCheck
sc.fiji.snt.analysis.curation.PlausibilityCheck.PathOverlap
- Enclosing class:
PlausibilityCheck
Detects paths that run very close to each other without being
topologically connected. Wraps
CrossoverFinder.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()doublescan(Collection<Path> paths) Scans a collection of paths for plausibility issues.voidsetProximityUm(double um) Methods inherited from class sc.fiji.snt.analysis.curation.PlausibilityCheck.DeepCheck
isEnabled, setEnabled
-
Constructor Details
-
PathOverlap
public PathOverlap()
-
-
Method Details
-
getName
- Specified by:
getNamein classPlausibilityCheck.DeepCheck- Returns:
- a short human-readable name for this check
-
setProximityUm
public void setProximityUm(double um) -
getProximityUm
public double getProximityUm() -
scan
Description copied from class:PlausibilityCheck.DeepCheckScans a collection of paths for plausibility issues.- Specified by:
scanin classPlausibilityCheck.DeepCheck- Parameters:
paths- the paths to scan- Returns:
- list of warnings (empty if no issues found)
-