Skip to content

Commit

Permalink
change output image label
Browse files Browse the repository at this point in the history
  • Loading branch information
biovoxxel committed Feb 21, 2022
1 parent 1b242da commit 888fe09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public void setupImage() {

labelSplitter = new BV_LabelSplitter(inputImagePlus);

outputImageName = WindowManager.getUniqueName("Split_" + inputImagePlus.getTitle());
outputImageName = WindowManager.getUniqueName("BVLS_" + inputImagePlus.getTitle());
System.out.println(outputImageName);

final MutableModuleItem<Integer> stackSlice = getInfo().getMutableInput("stackSlice", Integer.class);
Expand Down

0 comments on commit 888fe09

Please sign in to comment.