Login  Register

Re: problem using LOCI tools in macro

Posted by Martin Höhne on Jun 28, 2011; 3:14pm
URL: http://imagej.273.s1.nabble.com/problem-using-LOCI-tools-in-macro-tp3684104p3684105.html

Aryeh,

open a file with the LOCI-Bioformats importer while the macro recorder is running. This will show how to use the command in a macro.

I got this when selecting grayscale and split channels:

run("Bio-Formats Importer", "open=[D:\\science\\slice1.lsm] color_mode=Grayscale split_channels view=Hyperstack stack_order=XYCZT");

Hope that helps,
Martin