Skip to content

Commit

Permalink
Annotation focused changes and refactoring
Browse files Browse the repository at this point in the history
runPythonScript now takes an additional argument, the name of the annotation, and the annotation name is also passed when stitching so that resulting images have the original name, the modality, and the annotation name for when there are multiple image areas within a single slide.
  • Loading branch information
MichaelSNelson committed Jan 17, 2024
1 parent a49ba79 commit a3eb483
Show file tree
Hide file tree
Showing 4 changed files with 367 additions and 389 deletions.
2 changes: 1 addition & 1 deletion src/main/groovy/qupath/ext/qp_scope/QP_scope.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class QP_scope implements QuPathExtension {
def menu = qupath.getMenu("Extensions>${name}", true)

// First menu item
def qpScope1 = new MenuItem("First scan - Use bounding box")
def qpScope1 = new MenuItem("First scan type - Use bounding box")
// TODO: tooltip
qpScope1.setOnAction(e -> {
// TODO: check preferences for all necessary entries, and check for micromanager running+version
Expand Down
Loading

0 comments on commit a3eb483

Please sign in to comment.