merge channles
Posted by sicrum852 on Oct 31, 2016; 12:59pm
URL: http://imagej.273.s1.nabble.com/merge-channles-tp5017507.html
Hi.
I wrote a macro(ijm) below and it didn't work.
This macro aim to make a 3 dimensional merge image from 3 dimensional two color hyper stack image.
Please tell me how should I correct the arguments for "Merge Channels..." in line 5.
title = getTitle();
ch1title = "C1-" + title;
ch2title = "C2-" + title;
run("Split Channels");
run("Merge Channels...", "c2=[ch1title] c6=[ch2title] create keep ignore");