From ae35249b295d2a59b93a170b6972d1633a608d46 Mon Sep 17 00:00:00 2001 From: Stephan Preibisch Date: Sun, 20 Oct 2024 08:58:15 -0400 Subject: [PATCH] add BigStitcher back to plugins.config so it shows up as plugin in the install-script variant --- src/main/resources/plugins.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/plugins.config b/src/main/resources/plugins.config index 380bfc8..2967504 100644 --- a/src/main/resources/plugins.config +++ b/src/main/resources/plugins.config @@ -21,7 +21,7 @@ ### # the main application # NB: Switched to SciJava Command -- see BigStitcher class. -#Plugins>BigStitcher, "BigStitcher", net.preibisch.stitcher.plugin.Stitching_Explorer +Plugins>BigStitcher, "BigStitcher", net.preibisch.stitcher.plugin.BigStitcher # stitching Plugins>BigStitcher>Stitching, "Calculate pairwise shifts ...", net.preibisch.stitcher.plugin.Calculate_Pairwise_Shifts Plugins>BigStitcher>Stitching, "Filter pairwise shifts ...", net.preibisch.stitcher.plugin.Filter_Pairwise_Shifts