"Make band" failed to work with ij 1.43Q

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

"Make band" failed to work with ij 1.43Q

Centre de Quantimétrie
Dear ImageJ users/developers,

We have find that with the version 1.43q, the command "Make band" in
selection menu doesn't work anymore (show message :"Distance is invalid
:[aborted]").
We have verified that with the 1.43m, it works perfectly.

Here, the actions made :
run("Boats (356K)");
//setTool("rectangle");
makeRectangle(174, 107, 391, 269);
run("Make Band...");

Thanks for help

Anne Beghin
Reply | Threaded
Open this post in threaded view
|

Re: "Make band" failed to work with ij 1.43Q

Gabriel Landini
On Saturday 20 February 2010, Centre de Quantimétrie wrote:

> Dear ImageJ users/developers,
>
> We have find that with the version 1.43q, the command "Make band" in
> selection menu doesn't work anymore (show message :"Distance is invalid
>
> :[aborted]").
>
> We have verified that with the 1.43m, it works perfectly.
>
> Here, the actions made :
> run("Boats (356K)");
> //setTool("rectangle");
> makeRectangle(174, 107, 391, 269);
> run("Make Band...");

 Anne:
This works under 1.43r6 (the daily build) under linux:

run("Boats (356K)");
makeRectangle(174, 107, 391, 269);
run("Make Band...", "band=15");

Cheers
G.