getDirectory("image") doesn't work with LOCI importer

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

getDirectory("image") doesn't work with LOCI importer

Justin McGrath
Hi group,
I open Zeiss .zvi files with the LOCI Bio-formats importer.  I updated both
ImageJ and LOCI today.  getDirectory("image") doesn't work although
File.directory() does work.  Is it possible to fix this?  I can use
File.directory(), but it gets the last open file, which may not be the image
I have selected, so getDirectory() is a little more reliable.

Thanks,
Justin
Reply | Threaded
Open this post in threaded view
|

Re: getDirectory("image") doesn't work with LOCI importer

ctrueden
Hi Justin,

This bug will be fixed in tomorrow's release of Bio-Formats. (The problem
was that Bio-Formats was not populating the directory field of the
ImagePlus's FileInfo.)

If you wish, you can give it a try with this prerelease build:
http://skyking.microscopy.wisc.edu/curtis/jar/loci_tools.jar

Please let me know if it doesn't work.

-Curtis

On Jan 30, 2008 3:48 PM, Justin McGrath <[hidden email]> wrote:

> Hi group,
> I open Zeiss .zvi files with the LOCI Bio-formats importer.  I updated
> both
> ImageJ and LOCI today.  getDirectory("image") doesn't work although
> File.directory() does work.  Is it possible to fix this?  I can use
> File.directory(), but it gets the last open file, which may not be the
> image
> I have selected, so getDirectory() is a little more reliable.
>
> Thanks,
> Justin
>