48bit tiff does not load

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

48bit tiff does not load

janwcoenen
i have an infrared camera giving an 48bit tiff as the output file.
when trying to load those files in imagej it doenst work.

i am attaching  a link to the file
in case someone might have an idea.

http://files.me.com/janwcoenen/zr9k74


thx a mill

Jan


this is the error i get


java.lang.NullPointerException
        at ij.io.ImageReader.readRGB48(ImageReader.java:506)
        at ij.io.ImageReader.readPixels(ImageReader.java:736)
        at ij.io.FileOpener.readPixels(FileOpener.java:525)
        at ij.io.FileOpener.open(FileOpener.java:105)
        at ij.io.Opener.openTiff2(Opener.java:807)
        at ij.io.Opener.openTiff(Opener.java:683)
        at ij.io.Opener.openImage(Opener.java:242)
        at ij.io.Opener.openImage(Opener.java:301)
        at ij.io.Opener.open(Opener.java:137)
        at ij.io.Opener.open(Opener.java:65)
        at ij.plugin.Commands.run(Commands.java:23)
        at ij.IJ.runPlugIn(IJ.java:157)
        at ij.Executer.runCommand(Executer.java:124)
        at ij.Executer.run(Executer.java:61)
        at java.lang.Thread.run(Thread.java:637)
Reply | Threaded
Open this post in threaded view
|

Re: 48bit tiff does not load

Gabriel Landini
On Friday 12 Mar 2010  14:07:01 you wrote:
> i have an infrared camera giving an 48bit tiff as the output file.
> when trying to load those files in imagej it doenst work.
>
> i am attaching  a link to the file
> in case someone might have an idea.

The Bioformats importer  (loci_tools.jar) can open this file.

Cheers,
G.
Reply | Threaded
Open this post in threaded view
|

Re: 48bit tiff does not load

Rasband, Wayne (NIH/NIMH) [E]
In reply to this post by janwcoenen
On Mar 12, 2010, at 8:37 AM, janwcoenen wrote:

> i have an infrared camera giving an 48bit tiff as the output file.
> when trying to load those files in imagej it doenst work.
>
> i am attaching  a link to the file
> in case someone might have an idea.
>
> http://files.me.com/janwcoenen/zr9k74

The ImageJ 1.43s daily build opens this TIFF file even though it is missing the required StripByteCounts tag.

-wayne

>
>
> thx a mill
>
> Jan
>
>
> this is the error i get
>
>
> java.lang.NullPointerException
> at ij.io.ImageReader.readRGB48(ImageReader.java:506)
> at ij.io.ImageReader.readPixels(ImageReader.java:736)
> at ij.io.FileOpener.readPixels(FileOpener.java:525)
> at ij.io.FileOpener.open(FileOpener.java:105)
> at ij.io.Opener.openTiff2(Opener.java:807)
> at ij.io.Opener.openTiff(Opener.java:683)
> at ij.io.Opener.openImage(Opener.java:242)
> at ij.io.Opener.openImage(Opener.java:301)
> at ij.io.Opener.open(Opener.java:137)
> at ij.io.Opener.open(Opener.java:65)
> at ij.plugin.Commands.run(Commands.java:23)
> at ij.IJ.runPlugIn(IJ.java:157)
> at ij.Executer.runCommand(Executer.java:124)
> at ij.Executer.run(Executer.java:61)
> at java.lang.Thread.run(Thread.java:637)
>
> --
> View this message in context: http://n2.nabble.com/48bit-tiff-does-not-load-tp4722107p4722107.html
> Sent from the ImageJ mailing list archive at Nabble.com.