Does "IJ.pad" work in Fiji?

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

Does "IJ.pad" work in Fiji?

Halter, Michael
I use the macro command "IJ.pad" in ImageJ (1.45s) and the line below works fine.

saveAs("tif", save_path+"colony_"+IJ.pad(i+1, 3));

When I use the same macro command in Fiji (ImageJA 1.45b), it doesn't recognize the command. There error is:

Unrecognized IJ function name in line 67:
saveAs("tif", save_path+"colony_"+IJ.<pad>(i+1, 3));

Does IJ.pad not work in Fiji, or am I doing something wrong?

Thank you for your help.

Michael Halter, Ph.D.
N.I.S.T.
100 Bureau Drive, Stop 8313
Gaithersburg, MD 20899-8313
Phone: 301-975-4195 | Fax: 301-975-8246
[hidden email]<mailto:[hidden email]>
Reply | Threaded
Open this post in threaded view
|

Re: Does "IJ.pad" work in Fiji?

ctrueden
Hi Michael,

When I use the same macro command in Fiji (ImageJA 1.45b), it doesn't
> recognize the command.
>

It works for me in the latest Fiji. Did you try running the Fiji Updater
(Help > Update Fiji)?

-Curtis


On Thu, Dec 1, 2011 at 8:46 AM, Halter, Michael <[hidden email]>wrote:

> I use the macro command "IJ.pad" in ImageJ (1.45s) and the line below
> works fine.
>
> saveAs("tif", save_path+"colony_"+IJ.pad(i+1, 3));
>
> When I use the same macro command in Fiji (ImageJA 1.45b), it doesn't
> recognize the command. There error is:
>
> Unrecognized IJ function name in line 67:
> saveAs("tif", save_path+"colony_"+IJ.<pad>(i+1, 3));
>
> Does IJ.pad not work in Fiji, or am I doing something wrong?
>
> Thank you for your help.
>
> Michael Halter, Ph.D.
> N.I.S.T.
> 100 Bureau Drive, Stop 8313
> Gaithersburg, MD 20899-8313
> Phone: 301-975-4195 | Fax: 301-975-8246
> [hidden email]<mailto:[hidden email]>
>