Stiching issues

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

Stiching issues

Guilherme Barbosa
Hello community,

I am using the Stitching plugging on ImageJ (Mac) and I am having this problem:

ImageJ 1.50e; Java 1.8.0_66 [64-bit]; Mac OS X 10.11.3; 51MB of 3000MB (1%)
 
java.lang.NoSuchMethodError: loci.formats.meta.MetadataRetrieve.getPlanePositionX(II)Ljava/lang/Double;
        at Stitching_Grid.getLayoutFromMultiSeriesFile(Stitching_Grid.java:548)
        at Stitching_Grid.run(Stitching_Grid.java:311)
        at ij.IJ.runUserPlugIn(IJ.java:212)
        at ij.IJ.runPlugIn(IJ.java:176)
        at ij.Executer.runCommand(Executer.java:136)
        at ij.Executer.run(Executer.java:65)
        at java.lang.Thread.run(Thread.java:745)

Can anybody help me to figure out what is wrong?

Thank you very much,

Guilherme
--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: Stiching issues

ctrueden
Hi Guilherme,

The version of Bio-Formats you have installed is incompatible with the
version of Stitching you have installed.

Did you try using Fiji instead?
http://fiji.sc/

It is designed to prevent exactly these sorts of problems, shipping with
known-to-be-compatible versions of both of these plugins.

Regards,
Curtis
On Mar 22, 2016 8:31 AM, "Guilherme Barbosa" <[hidden email]> wrote:

> Hello community,
>
> I am using the Stitching plugging on ImageJ (Mac) and I am having this
> problem:
>
> ImageJ 1.50e; Java 1.8.0_66 [64-bit]; Mac OS X 10.11.3; 51MB of 3000MB (1%)
>
> java.lang.NoSuchMethodError:
> loci.formats.meta.MetadataRetrieve.getPlanePositionX(II)Ljava/lang/Double;
>         at
> Stitching_Grid.getLayoutFromMultiSeriesFile(Stitching_Grid.java:548)
>         at Stitching_Grid.run(Stitching_Grid.java:311)
>         at ij.IJ.runUserPlugIn(IJ.java:212)
>         at ij.IJ.runPlugIn(IJ.java:176)
>         at ij.Executer.runCommand(Executer.java:136)
>         at ij.Executer.run(Executer.java:65)
>         at java.lang.Thread.run(Thread.java:745)
>
> Can anybody help me to figure out what is wrong?
>
> Thank you very much,
>
> Guilherme
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html