We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c76ffb2 commit af3dd43Copy full SHA for af3dd43
_pages/plugins/bdv/warpy/warpy-extension.md
@@ -336,14 +336,14 @@ To transfer annotations or detections from one image to another:
336
org="BIOP"
337
repo="qupath-extension-warpy"
338
branch="main"
339
- path="src/main/resources/scripts/Warpy_transfer_annotations_and_detections_to_current_entry.groovy"
+ path="src/main/resources/scripts/Transfer_annotations_and_detections_to_current_entry.groovy"
340
label="Transfer annotations" %}
341
342
{% include code
343
344
345
346
- path="src/main/resources/scripts/Warpy_transfer_TMA_to_current_entry.groovy"
+ path="src/main/resources/scripts/Transfer_TMA_to_current_entry.groovy"
347
label="Transfer TMAs" %}
348
349
The above scripts consists of two parts:
0 commit comments