Hello OME forum members,
I am trying to open obi files in imagej and I downloaded the bioformats plugins. Inside ImageJ>plugins, I have loci_tools.jar and ome_plugins.jar. I go to the plugins menu, then LOCI, then bio formats importer. I then navigate to a simple obi file, use default parameters, and generate a list of errors that I have pasted below. Any thoughts as to what I may be doing wrong?
ImageJ 1.47v; Java 1.6.0_65 [64-bit]; Mac OS X 10.7.5; 12MB of 658MB (1%)
java.lang.NullPointerException
at loci.formats.in.FV1000Reader.initFile(FV1000Reader.java:520)
at loci.formats.FormatReader.setId(FormatReader.java:213)
at loci.plugins.Importer.run(Importer.java:172)
at loci.plugins.LociImporter.run(LociImporter.java:74)
at ij.IJ.runUserPlugIn(IJ.java:195)
at ij.IJ.runPlugIn(IJ.java:160)
at ij.Executer.runCommand(Executer.java:128)
at ij.Executer.run(Executer.java:64)
at java.lang.Thread.run(Thread.java:695)