diff stack_max_projs.groovy @ 2:3fd95c753cff draft

planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/max_projections_stack_and_upload_omero commit 28c2a52bc4cea5c545e661a9101d92c7e9b8f815
author lldelisle
date Fri, 13 Dec 2024 09:33:54 +0000
parents 9be687213bc9
children 24004ccd992e
line wrap: on
line diff
--- a/stack_max_projs.groovy	Fri Dec 13 07:58:28 2024 +0000
+++ b/stack_max_projs.groovy	Fri Dec 13 09:33:54 2024 +0000
@@ -29,7 +29,7 @@
  */
 
 // Version number = date of last modif
-VERSION = "20241213"
+VERSION = "20241213.1"
 
 /**
  * *****************************************************************************************************************
@@ -140,7 +140,7 @@
 			ImagePlus merged_imps = Concatenator.run(current_images as ImagePlus[])
 			// Re-order to make a multi-channel, time-lapse image
 			ImagePlus final_imp
-			if (channels.size() == 1 && nT == 1) {
+			if (channels.size() == 1 && ref_nT == 1) {
 				final_imp = merged_imps
 			} else {
 				try {