Skip to content

Commit 0e0ca28

Browse files
committed
snt/curation: Add missing links
1 parent 0870b07 commit 0e0ca28

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_pages/plugins/snt/curation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ This check has no threshold field: it is either enabled or disabled.
9191
These checks scan the full set of paths in the reconstruction. They are triggered by clicking the **Run Full Scan** button.
9292

9393
### Max. proximity for path cross-overs
94-
Detects regions where topologically unconnected paths run suspiciously close to each other, suggesting duplicate or overlapping tracings.
94+
Detects [crossovers](#detecting-crossovers): regions where topologically unconnected paths run suspiciously close to each other, suggesting duplicate or overlapping tracings.
9595
Internally uses `CrossoverFinder` with a proximity radius. Self-crossovers and direct parent-child pairs are excluded.
9696
**Range:** 0.1–100.0
9797

@@ -186,7 +186,7 @@ Crossover events between two paths, _Path A_ and _Path B_, are detected as follo
186186

187187
## Obtaining Crossover Locations
188188

189-
From the GUI, the easiest way to list crossover events is to use the [Bookmark option](./manual#bookmark-menu) in the [Navigator Toolbar](./manual#navigation-toolbar). For advanced detections, [scripting](./scripting) is advised.
189+
From the GUI, the easiest way to list crossover events is to use the [Bookmark option](./manual#bookmark-menu) in the [Navigator Toolbar](./manual#navigation-toolbar). Alternatively, running the [curation assistant's full scan](#on-demand-monitoring-parameters) will also run the detection routine. For advanced detections, [scripting](./scripting) is advised.
190190
In a script, detection settings are specified in a _Config_ object, example:
191191

192192
{% highlight java %}

0 commit comments

Comments
 (0)