Re: bug with recorder with preview box clicked?

Posted by Wayne Rasband-2 on
URL: http://imagej.273.s1.nabble.com/bug-with-recorder-with-preview-box-clicked-tp5023251p5023258.html

> On Apr 21, 2020, at 5:37 PM, Cammer, Michael <[hidden email]> wrote:
>
> I think there is a bug with putting commands in the recorder when using the preview button.

This 1.52v regression is fixed in the ImageJ 1.53a9 daily build.

-wayne


> I am working with a simple stack (and the problem appears to be the same with simple single plane images).
>
>
> When I do a Process menu filter or math command and click the preview button before applying the value in the box, this is what populates the Recorder with the argument missing:
>
> run("Mean...", "stack");
>
> run("Multiply...", "stack");
>
>
> When I do not preview first, this is what correctly populates the Recorder:
>
> run("Mean...", "radius=3 stack");
>
> run("Multiply...", "value=1.2500 stack");
>
>
> I was using ImageJ 1.52v and just updated to ImageJ 1.53a8 which behaves the same.
>
>
> Thank you!

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