Login  Register

Re: IJ1 Macro recorder

Posted by Gabriel Landini on Sep 17, 2014; 12:46pm
URL: http://imagej.273.s1.nabble.com/IJ1-Macro-recorder-tp5009669p5009670.html

On Wednesday 17 Sep 2014 12:45:33 you wrote:

> Since today I would estimate, the macro recorder fails to record the
> arguments on several commands.
>
> As an example
> Opening an image is not recorded.
> The parameters of a Z Projection are not recorded, only
> run("Z Project...");
> Which then of course prompts a dialog box when running the macro
> The parameters when duplicating an image are not recorded either.
>
> I am on version 1.49j of ImageJ and Fiji all up to date as of today.

I just recorded this:
run("MRI Stack (528K)");
run("Z Project...", "projection=[Standard Deviation]");
selectWindow("mri-stack.tif");
selectWindow("STD_mri-stack.tif");
run("Duplicate...", "title=ttt");

Are you sure you are in 1.49j? The latest build is 1.49h14 (the one I tried).

Cheers

Gabriel

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html