IMAGEj EXCEPTION LIF FILES

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

IMAGEj EXCEPTION LIF FILES

Niccolò
Hi,
I'm a "new user" of ImageJ and this is my first problem using this software.
I work with a Leica SP5 confocal microscopy so I had to use ImageJ to open analyze .lif files, often with stack images.

In some cases, when I try to open a the .lif file, ImageJ open a window with this exception:

java.lang.NullPointerException
        at loci.formats.in.LIFReader.translateDetectors(LIFReader.java:834)
        at loci.formats.in.LIFReader.translateMetadata(LIFReader.java:726)
        at loci.formats.in.LIFReader.initMetadata(LIFReader.java:434)
        at loci.formats.in.LIFReader.initFile(LIFReader.java:403)
        at loci.formats.FormatReader.setId(FormatReader.java:1072)
        at loci.plugins.in.ImportProcess.initializeFile(ImportProcess.java:477)
        at loci.plugins.in.ImportProcess.execute(ImportProcess.java:140)
        at loci.plugins.in.Importer.showDialogs(Importer.java:125)
        at loci.plugins.in.Importer.run(Importer.java:77)
        at loci.plugins.LociImporter.run(LociImporter.java:79)
        at ij.IJ.runUserPlugIn(IJ.java:183)
        at ij.IJ.runPlugIn(IJ.java:150)
        at ij.IJ.runPlugIn(IJ.java:139)
        at HandleExtraFileTypes.openImage(HandleExtraFileTypes.java:243)
        at HandleExtraFileTypes.run(HandleExtraFileTypes.java:37)
        at ij.IJ.runUserPlugIn(IJ.java:183)
        at ij.IJ.runPlugIn(IJ.java:150)
        at ij.IJ.runPlugIn(IJ.java:139)
        at ij.io.Opener.openWithHandleExtraFileTypes(Opener.java:405)
        at ij.io.Opener.openImage(Opener.java:282)
        at ij.io.Opener.openImage(Opener.java:301)
        at ij.io.Opener.open(Opener.java:137)
        at ij.io.Opener.openAndAddToRecent(Opener.java:221)
        at ij.plugin.DragAndDrop.openFile(DragAndDrop.java:176)
        at ij.plugin.DragAndDrop.run(DragAndDrop.java:152)
        at java.lang.Thread.run(Thread.java:619)

How can I solve this problem?
I've already upgrade the software to the latest version avalaible

Thank You
Niccolò