how to use the path as a parameter for a bio-formats macros

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

how to use the path as a parameter for a bio-formats macros

mammothcy
Hi, I just started to use ImageJ. Recently I wanted to write a macros using the plugin from LOCI-Bio-formats importer to import series of files from different directories. I would like to use the path as a parameter in the macro so that I can then modified this parameter. What I want is something like run("Bio-importer", path), but it did not work... Can anyone tell me the right way to do it?
thanks in advance.
Ye Chen
Reply | Threaded
Open this post in threaded view
|

Re: how to use the path as a parameter for a bio-formats macros

ctrueden
Hi Ye Chen,

I tested the 30 Nov release of Bio-Formats with both ImageJ 1.37v and
1.38e for Mac OS X, and the macro recording feature worked properly.
Please note that the Bio-Formats importer plugin was reworked for the
30 Nov release to record macro parameters properly. If you are using
an older version, it will not work properly.

Are you using the 30 Nov version of Bio-Formats? If not, please try
upgrading. If so, are you using Java 1.4, or Java 1.5 (Help/About
ImageJ will tell you which)?

-Curtis

On 12/15/06, mammothcy <[hidden email]> wrote:

> Hi, I just started to use ImageJ. Recently I wanted to write a macros using
> the plugin from LOCI-Bio-formats importer to import series of files from
> different directories. I would like to use the path as a parameter in the
> macro so that I can then modified this parameter. What I want is something
> like run("Bio-importer", path), but it did not work... Can anyone tell me
> the right way to do it?
> thanks in advance.
> Ye Chen
> --
> View this message in context: http://www.nabble.com/how-to-use-the-path-as-a-parameter-for-a-bio-formats-macros-tf2829472.html#a7899239
> Sent from the ImageJ mailing list archive at Nabble.com.
>