Mercurial > repos > lldelisle > max_projections_stack_and_upload_omero
diff stack_max_projs.groovy @ 3:24004ccd992e draft default tip
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/max_projections_stack_and_upload_omero commit 3c3c4d7009b9ca03d1e88142f090ea70d136f2e8
author | lldelisle |
---|---|
date | Fri, 13 Dec 2024 09:55:12 +0000 |
parents | 3fd95c753cff |
children |
line wrap: on
line diff
--- a/stack_max_projs.groovy Fri Dec 13 09:33:54 2024 +0000 +++ b/stack_max_projs.groovy Fri Dec 13 09:55:12 2024 +0000 @@ -29,7 +29,7 @@ */ // Version number = date of last modif -VERSION = "20241213.1" +VERSION = "20241213.2" /** * ***************************************************************************************************************** @@ -116,6 +116,7 @@ // Explore the HashMap and save to tiff for(String unique_identifier : samplesMap.keySet()){ + println "Merging " + unique_identifier // get the channel map Map<String, ImagePlus> channelsMap = samplesMap.get(unique_identifier) ArrayList<String> channels = [] @@ -135,11 +136,11 @@ } } + ImagePlus final_imp if (all_compatibles) { // Merge all 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 && ref_nT == 1) { final_imp = merged_imps } else {