I’m trying to merge 3 channels into a composite image using a macro in batch processing. The files are named “Animal1 Section1 image1–C00” where C00 is the channel name. I’m entirely new to writing macros. How do I make this work? I have googled it but it is all beyond my current abilities and I have 40+ merges to make at the moment and more to come. The current macro I am working from is simply this:
run(“Merge Channels…”, “c1=[C3-”+imageTitle +"] c2=[C2-"+imageTitle+"] c4=[C1-"+imageTitle+"] create ignore");
Example files: L20 SE i11–C00.tif (2.6 MB) L20 SE i11–C01.tif (2.6 MB) L20 SE i11–C02.tif (2.6 MB) L20 SE i12–C00.tif (2.6 MB) L20 SE i12–C01.tif (2.6 MB) L20 SE i12–C02.tif (2.6 MB)