|
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");
|