Login  Register

Re: skip the pop up window when openning images

Posted by Melissa Linkert-2 on Jan 19, 2011; 3:07pm
URL: http://imagej.273.s1.nabble.com/skip-the-pop-up-window-when-openning-images-tp3685952p3685953.html

Hi Ramon,

You could use the Bio-Formats Windowless Importer plugin (Plugins > LOCI >
Bio-Formats Windowless Importer).  To run this plugin from a macro:

  run("Bio-Formats Windowless Importer");

You will be prompted for a file, but all of the other options windows will be
skipped.  If you already know which file is to be opened, you can do
this instead:

  run("Bio-Formats Windowless Importer", "open=[/path/to/file]");


Regards,
-Melissa

On Wed, Jan 19, 2011 at 02:12:47AM +0100, Ramon wrote:
> Hello, I'm trying to use imagej from the console, and I find a problem to
> use scripts, I need to open a file using the plugin loci bioformat importer,
> and when I try, a configuration of some stuff from the bioformat importer
> pops up. Does anybody know how to skip that window from the console, in
> order to do choose always the same options from that window?
>
> thanks,
>
> ramon